An open API service indexing awesome lists of open source software.

https://github.com/fasterspeeding/alluka

A Python 3.11+ dependency injection framework.
https://github.com/fasterspeeding/alluka

anyio asyncio dependency-injection framework hacktoberfest python trio

Last synced: 7 months ago
JSON representation

A Python 3.11+ dependency injection framework.

Awesome Lists containing this project

README

          

# Alluka

A type based dependency injection framework for Python 3.11.

# Usage

For how to get started with this library, see the [documentation](https://alluka.cursed.solutions/usage).

# Installation

You can install Alluka from PyPI using the following command in any Python 3.11 or above environment.

```
python -m pip install -U alluka
```

# Support

Go to the [support server](https://discord.gg/bZ7BrYJ63g) for support.

# Contributing

Before contributing you should read through the
[contributing guidelines](https://github.com/FasterSpeeding/Alluka/blob/master/CONTRIBUTING.md) and
the [code of conduct](https://github.com/FasterSpeeding/Alluka/blob/master/CODE_OF_CONDUCT.md).