Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 1.23 KB

File metadata and controls

32 lines (28 loc) · 1.23 KB

LibDev

Development library — Set of standard functions for development

GitHub | PyPI

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