Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denismakogon/idlib
Unique Object ID implementation
https://github.com/denismakogon/idlib
Last synced: 20 days ago
JSON representation
Unique Object ID implementation
- Host: GitHub
- URL: https://github.com/denismakogon/idlib
- Owner: denismakogon
- License: apache-2.0
- Created: 2021-01-24T21:22:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T15:11:26.000Z (over 3 years ago)
- Last Synced: 2023-04-12T17:16:04.527Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Object ID generator
## Usage
```shell
pip install id-lib
``````python
from id_lib import idid_generator = id.ObjectID()
new_id = id_generator.get()
```