Metadata-Version: 2.4
Name: libdev
Version: 0.102
Summary: Set of standard functions for development
Home-page: https://github.com/chilleco/lib
Author: Alex Poloz
Author-email: Alex Poloz <alexypoloz@gmail.com>
License: MIT License
        
        Copyright (c) 2021 Alexey Poloz
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Source, https://github.com/chilleco/lib
Keywords: standard,lib,dev,development,cfg,config,generate,codes,tokens,ids,passwords,generator,ciphers,time,formatter,nlp,natural language,aws,s3,upload file,file server
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.13.2
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: boto3>=1.42.0
Requires-Dist: Pillow>=12.0.0
Requires-Dist: pillow-heif>=1.0.0
Requires-Dist: loguru>=0.7.3
Provides-Extra: dev
Requires-Dist: build>=1.3.0; extra == "dev"
Requires-Dist: setuptools>=80.9.0; extra == "dev"
Requires-Dist: twine>=6.2.0; extra == "dev"
Requires-Dist: pylint>=4.0.4; extra == "dev"
Requires-Dist: pytest>=9.0.1; extra == "dev"
Requires-Dist: pytest-asyncio>=1.3.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# 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
&nbsp; | ` libdev.req ` | AsyncIO requests (AIOHTTP wrapper)
&nbsp; | ` libdev.log ` | Logger (Loguru wrapper)
&nbsp; | ` libdev.notify ` | Telegram notification transport for log alerts
Data Format | ` libdev.num ` | Numeric conversions & handlers
&nbsp; | ` libdev.time ` | Time processing
Transforms | ` libdev.gen ` | Code & token generators
&nbsp; | ` libdev.codes ` | Ciphers: langs & flags / networks / user statuses
&nbsp; | ` libdev.check ` | Validation functions
&nbsp; | ` libdev.crypt ` | Encryption and decryption functions
Fields | ` libdev.dev ` | Development tools
&nbsp; | ` libdev.fin ` | Financial codes and tools
&nbsp; | ` libdev.lang ` | Natural language formatters
Files | ` libdev.doc ` | Base64 / JSON handlers
&nbsp; | ` libdev.s3 ` | S3 file server functions
&nbsp; | ` libdev.img ` | Image processing
