Metadata-Version: 2.1
Name: libdev
Version: 0.82
Summary: Set of standard functions for development
Home-page: https://github.com/kosyachniy/lib
Author: Alex Poloz
Author-email: alexypoloz@gmail.com
License: MIT
Project-URL: Source, https://github.com/kosyachniy/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: Operating System :: OS Independent
Requires-Python: >=3.7, <4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: python-dotenv
Requires-Dist: boto3
Requires-Dist: Pillow
Requires-Dist: loguru

# LibDev
Development library — Set of standard functions for development

[GitHub](https://github.com/kosyachniy/lib)
 | [PyPI](https://pypi.org/project/libdev/)

## Submodules
Stream | Submodule | Description
---|---|---
System | ` libdev.cfg ` | Configuration getting
&nbsp; | ` libdev.req ` | AsyncIO requests (AIOHTTP wrapper)
&nbsp; | ` libdev.log ` | Logger (Loguru wrapper)
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
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
