Metadata-Version: 2.4
Name: kit_renp
Version: 0.1.1
Summary: The tools package for Python.
Author-email: Renp <road10mc@gmail.com>
License: Apache License 2.0
Keywords: devkit
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.14
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Provides-Extra: docs
Dynamic: license-file

[GitHub](https://github.com/Algoritmika-Renat-Gilyazov/pykits)

Using:
```python
import kits_renp
kits_renp.core # Core
kits_renp.framework # Framework
```
```python
from kits_renp import *
core # Core
framework # Framework
```
