shortuuid

A generator library for concise, unambiguous and URL-safe UUIDs.

BSD-3-CLAUSE License

Downloads
3.9M
Stars
2K
Committers
34
shortuuid - v1.0.0 Latest Release

Published by skorokithakis over 4 years ago

NOTE: THIS IS A BREAKING RELEASE. See the compatibility note in the README before upgrading.

v1.0.0 (2020-03-06)

Features

  • Drop support for Python before 3.5. [Stavros Korokithakis]

  • Add simple command-line interface (#43) [Éric Araujo]

Fixes

  • Make encode and decode MSB-first (#36) [Keane Nguyen]

  • Make the URL check more robust (fixes #32) [Stavros Korokithakis]

v0.5.0 (2017-02-19)

Features

  • Make int_to_string and string_to_int available globally. [Stavros Korokithakis]
shortuuid -

Published by skorokithakis over 7 years ago

Feature

  • Make int_to_string and string_to_int available globally
shortuuid -

Published by skorokithakis almost 9 years ago

  • Make length dynamic based on alphabet size.
  • Other stuff I don't remember because I wasn't making releases.