CMD + K

nanoid

Community

A tiny, secure, URL-friendly, unique string ID generator for Python.

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::nanoid

Usage Tracking

2.0.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

  • Safe. It uses cryptographically strong random APIs and tests distribution of symbols.
  • Compact. It uses a larger alphabet than UUID (A-Za-z0-9_-). So ID size was reduced from 36 to 21 symbols.

About

Summary

A tiny, secure, URL-friendly, unique string ID generator for Python.

Last Updated

Nov 1, 2022 at 16:08

License

MIT

Supported Platforms

noarch