Metadata-Version: 2.1
Name: unikit
Version: 0.6.1
Summary: A versatile Python library that provides a set of generic classes and utilities for common application needs, including dependency injection, object registries, file system abstraction, string parsing, and many others. Designed to streamline development, UniKit offers reusable tools to simplify building robust and scalable applications.
Home-page: https://github.com/corvis/unikit
License: MIT
Keywords: toolkit,core utilities,dependency injection,registry,parsing,generics,python tools,application development,di
Author: Dmitry Berezovsky
Author-email: unikit-dev@googlegroups.com
Maintainer: Dmitry Berezovsky
Maintainer-email: unikit-dev@googlegroups.com
Requires-Python: >=3.11,<4
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: celery
Provides-Extra: django
Provides-Extra: redis
Provides-Extra: taskiq
Requires-Dist: celery (>=5.0) ; extra == "celery"
Requires-Dist: django (>=3.0) ; extra == "django"
Requires-Dist: django-environ (>=0.10.0) ; extra == "django"
Requires-Dist: injector (>=0.20)
Requires-Dist: pydantic (>=1.8.2,<3.0.0)
Requires-Dist: redis (>=4.0.0) ; extra == "redis"
Requires-Dist: taskiq (>=0.11.7) ; extra == "taskiq"
Project-URL: Repository, https://github.com/corvis/unikit
Description-Content-Type: text/markdown

# UniKit

**UniKit** is a versatile Python library offering a collection of generic classes and utilities designed to simplify 
common development tasks. Whether you're building a small application or a large-scale system, UniKit provides 
reusable tools that can streamline your code, making it more robust and maintainable.

## Features

- **Dependency Injection**: Simple and intuitive DI framework to manage object lifecycles.
- **Object Registries**: Easily create registries for managing arbitrary objects and services.
- **String Parsing Utilities**: Tools for manipulating and parsing strings efficiently.

## Installation

You can install UniKit via pip:

```bash
pip install unikit
```

## Contributing
Contributions are welcome! If you have ideas or find bugs, feel free to open an issue or submit a pull request.

## License
UniKit is licensed under the MIT License. See LICENSE for more details.

