Metadata-Version: 2.1
Name: courieruuid
Version: 0.1.0
Summary: A courier service UUID generator
Home-page: https://github.com/RohithKonanRavi/courieruuid.git
Author: Rohith Konan Ravi
Author-email: rohithkr612@gmail.com
License: UNKNOWN
Description: # CourierUUID
        
        CourierUUID is a Python library for generating UUIDs, tailored for courier services.
        
        ## Installation
        
        Run the following to install:
        
        ``` bash
        pip install courieruuid
        
        from courieruuid.generator import generate_uuid
        
        print(generate_uuid())
        
        
        
        ```
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Description-Content-Type: text/markdown
