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.
- Host: GitHub
- URL: https://github.com/fasterspeeding/alluka
- Owner: FasterSpeeding
- License: bsd-3-clause
- Created: 2022-02-12T17:36:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T16:25:56.000Z (7 months ago)
- Last Synced: 2025-03-11T09:53:06.859Z (7 months ago)
- Topics: anyio, asyncio, dependency-injection, framework, hacktoberfest, python, trio
- Language: Python
- Homepage: https://alluka.cursed.solutions/usage/
- Size: 4.7 MB
- Stars: 23
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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).