Metadata-Version: 2.4
Name: pyugid
Version: 1.0.1
Summary: A random ID generator.
Author: Meir0_ / Meir0_0
License-Expression: LicenseRef-Proprietary
Keywords: id,generator,ugid
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# [UGID] Unique Generated Identifier

Install with:
> pip install pyugid

Use UGID (all functions): 
###
import pyugid

identifier = pyugid.ugid("projectname lol")

print(identifier)
###

