Metadata-Version: 2.1
Name: sanic-uzi
Version: 0.0.0
Summary: Sanic uzi adapter
Home-page: https://github.com/pyuzi/sanic-uzi
License: MIT
Keywords: dependency-injection,inversion-of-control,sanic-dependency-injection,inversion-of-control-container,IoC-Container,service-injector,injector,sanic-uzi,IoC,DI,Uzi
Author: David Kyalo
Author-email: davidmkyalo@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: sanic[ext] (>=22.3.1,<23.0.0)
Requires-Dist: typing-extensions (>=4.1.1,<5.0.0)
Requires-Dist: uzi (>=0.0.0,<0.1.0)
Project-URL: Documentation, https://pyuzi.github.io/uzi
Project-URL: Repository, https://github.com/pyuzi/sanic-uzi
Description-Content-Type: text/markdown

# Sanic Uzi


[![PyPi version][pypi-image]][pypi-link]
[![Supported Python versions][pyversions-image]][pyversions-link]
[![Build status][ci-image]][ci-link]
[![Coverage status][codecov-image]][codecov-link]


`Uzi` is a [dependency injection](https://en.wikipedia.org/wiki/Dependency_injection) library for Python.



## Installation

Install from [PyPi](https://pypi.org/project/sanic-uzi/)

```
pip install sanic-uzi
```

## Documentation

Full documentation is available [here][docs-link].



## Production

__This package is still in active development and should not be used in production environment__




[docs-link]: https://pyuzi.github.io/sanic-uzi/
[pypi-image]: https://img.shields.io/pypi/v/sanic-uzi.svg?color=%233d85c6
[pypi-link]: https://pypi.python.org/pypi/sanic-uzi
[pyversions-image]: https://img.shields.io/pypi/pyversions/sanic-uzi.svg
[pyversions-link]: https://pypi.python.org/pypi/sanic-uzi
[ci-image]: https://github.com/pyuzi/sanic-uzi/actions/workflows/workflow.yaml/badge.svg?event=push&branch=master
[ci-link]: https://github.com/pyuzi/sanic-uzi/actions?query=workflow%3ACI%2FCD+event%3Apush+branch%3Amaster
[codecov-image]: https://codecov.io/gh/pyuzi/sanic-uzi/branch/master/graph/badge.svg
[codecov-link]: https://codecov.io/gh/pyuzi/sanic-uzi


