Metadata-Version: 2.1
Name: unique_id_package
Version: 0.1.0
Summary: A package to generate unique IDs
Home-page: https://github.com/your-github/unique_id_package
Author: Abhishek Kumar
Author-email: your-email@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Unique ID Package

This package generates unique IDs similar to UUID, either as a string or digits only.

## Installation

```bash
pip install unique_id_package


