Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Object ID generator

## Usage

```shell
pip install id-lib
```

```python
from id_lib import id

id_generator = id.ObjectID()
new_id = id_generator.get()
```