Metadata-Version: 2.1
Name: python-ulid
Version: 2.7.0
Summary: Universally unique lexicographically sortable identifier
Project-URL: Homepage, https://github.com/mdomke/python-ulid
Project-URL: Documentation, https://python-ulid.readthedocs.io
Project-URL: Changelog, https://python-ulid.readthedocs.io/en/latest/changelog.html
Project-URL: Issues, https://github.com/mdomke/python-ulid/issues
Project-URL: CI, https://github.com/mdomke/python-ulid/actions
Project-URL: Repository, https://github.com/mdomke/python-ulid
Author-email: Martin Domke <mail@martindomke.net>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Provides-Extra: pydantic
Requires-Dist: pydantic>=2.0; extra == 'pydantic'
