Metadata-Version: 2.3
Name: pybooster
Version: 0.0.1
Project-URL: Documentation, https://github.com/rmorshea/pybooster#readme
Project-URL: Issues, https://github.com/rmorshea/pybooster/issues
Project-URL: Source, https://github.com/rmorshea/pybooster
Author-email: Ryan Morshead <ryan.morshead@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: <4,>=3.10
Requires-Dist: paramorator<2,>=1.0.2
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

# PyBooster 💉

[![PyPI - Version](https://img.shields.io/pypi/v/pybooster.svg)](https://pypi.org/project/pybooster)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pybooster.svg)](https://pypi.org/project/pybooster)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

PyBooster uses modern Python features to provide a simple and performant dependency
injection framework.

## Installation

```console
pip install -U pybooster
```
