Development library — Set of standard functions for development
- Python 3.10+ (dependencies are 3.14-ready)
- Runtime:
pip install . - Dev / tests:
pip install .[dev]ormake setup-dev
| Stream | Submodule | Description |
|---|---|---|
| System | libdev.cfg |
Configuration getting |
libdev.req |
AsyncIO requests (AIOHTTP wrapper) | |
libdev.log |
Logger (Loguru wrapper) | |
| Data Format | libdev.num |
Numeric conversions & handlers |
libdev.time |
Time processing | |
| Transforms | libdev.gen |
Code & token generators |
libdev.codes |
Ciphers: langs & flags / networks / user statuses | |
libdev.check |
Validation functions | |
libdev.crypt |
Encryption and decryption functions | |
| Fields | libdev.dev |
Development tools |
libdev.fin |
Financial codes and tools | |
libdev.lang |
Natural language formatters | |
| Files | libdev.doc |
Base64 / JSON handlers |
libdev.s3 |
S3 file server functions | |
libdev.img |
Image processing |