https://github.com/chilleco/lib
Set of standard functions for development
https://github.com/chilleco/lib
ciphers codes dev generators handlers pypi-package time
Last synced: about 1 month ago
JSON representation
Set of standard functions for development
- Host: GitHub
- URL: https://github.com/chilleco/lib
- Owner: chilleco
- License: mit
- Created: 2021-10-05T09:20:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-18T19:31:41.000Z (2 months ago)
- Last Synced: 2026-01-19T03:26:05.563Z (2 months ago)
- Topics: ciphers, codes, dev, generators, handlers, pypi-package, time
- Language: Python
- Homepage: https://pypi.org/project/libdev/
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# LibDev
Development library — Set of standard functions for development
[GitHub](https://github.com/chilleco/lib)
| [PyPI](https://pypi.org/project/libdev/)
## Requirements
- Python 3.10+ (dependencies are 3.14-ready)
## Installation
- Runtime: `pip install .`
- Dev / tests: `pip install .[dev]` or `make setup-dev`
## Submodules
Stream | Submodule | Description
---|---|---
System | ` libdev.cfg ` | Configuration getting
| ` libdev.req ` | AsyncIO requests (AIOHTTP wrapper)
| ` libdev.log ` | Logger (Loguru wrapper)
| ` libdev.notify ` | Telegram notification transport for log alerts
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