Metadata-Version: 1.2
Name: ordereduuid
Version: 0.1.0
Summary: Create time-ordered UUIDs ideal for database keys
Home-page: https://gitlab.com/abbot-ellis/ordered-uuid.git
Author: Jaron Powser
Author-email: jpowser@abbotellis.com
License: UNKNOWN
Description: # Ordered UUID
        Generates UUIDs ordered by time and which subclass uuid.UUID from the Python standard library.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
