This packages allows creating squential ids for financial entities. It's a fairly simple program that allocates 1 billion ids for each entity.
Project description
Sequential ID Generator
This Python program provides a robust solution for generating sequential IDs for various entities. It supports up to a billion IDs per entity with the option to expand further. Additionally, it allows for the deletion and reuse of IDs.
Features
- ID Allocation: Allocate up to a billion IDs per entity with the option to expand.
- Entity Selection: Choose from the following entities for ID generation:
fx
: 1 (fx)prices
: 2 (hp)static
: 3 (sec)index
: 4 (idx)benchmarks
: 5 (bmrk)holdings
: 6 (hld)portfolio
: 7 (por)entity
: 8 (ent)other
:0 (oth)
- ID Deletion and Reuse: Option to delete an ID and have it reused.
Installation
Ensure that you have SLITE_DB_PATH environment variable set. If not it'll store in profile and wont be persistent if you have concurrent users.
Usage
It has a class and multiple methods
-
Classes
guidgen
: All methods of the program are written here
-
Methods
generate_id()
: Creates the sqlite database for persistent storagedrop_id()
: Checks if the table existslogger()
: Creates new table, if table doesn't exist in database
-
Examples
- get a unique master id - guidgen.generate_id("fx").masterId
- get a unique numeric id - guidgen.generate_id("fx").numericId
- drop a numeric id - guidgen.drop_id(21,"fx")
- get a log details - guidgen.generate_id("fx").logOuput.stdout_log/stderr_log
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or suggestions, please contact email@debmishra.me.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file persistentidgenerator-1.1.4.tar.gz
.
File metadata
- Download URL: persistentidgenerator-1.1.4.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 033a3447abc10e17d96328e6d08f051a93ca08491b1e0934129d9b1001257502 |
|
MD5 | 06d434ac03d5da946e213e7a96f41b3c |
|
BLAKE2b-256 | 9470bab33b546ffd992c4c44a796899f3c531e09e81c936fa5aaa177d5675901 |
File details
Details for the file persistentidgenerator-1.1.4-py3-none-any.whl
.
File metadata
- Download URL: persistentidgenerator-1.1.4-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/5.15.153.1-microsoft-standard-WSL2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48719ef7d9e9695057dbd992578f0c4a02ea614e77cba20a3c9a963fd2766241 |
|
MD5 | 12c010494d0e8026b03405fe65812151 |
|
BLAKE2b-256 | 7c83bf19fe8be8bef416534fec13d125102f028a2bf5b630202885887df1bfd6 |