alluka


Namealluka JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryA type based dependency injection framework for Python 3.9+.
upload_time2024-11-24 19:16:07
maintainerNone
docs_urlNone
authorNone
requires_python<3.15,>=3.11.0
licenseNone
keywords di injection dependency injection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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
```

# 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).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "alluka",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.15,>=3.11.0",
    "maintainer_email": null,
    "keywords": "DI, injection, dependency injection",
    "author": null,
    "author_email": "Faster Speeding <lucina@lmbyrne.dev>",
    "download_url": "https://files.pythonhosted.org/packages/d5/ca/042a60f53edef08475b335014ccf1c29bdfcdaf7a952c1b18618d4dedddb/alluka-0.4.0.tar.gz",
    "platform": null,
    "description": "# Alluka\n\nA type based dependency injection framework for Python 3.11.\n\n# Usage\n\nFor how to get started with this library, see the [documentation](https://alluka.cursed.solutions/usage).\n\n# Installation\n\nYou can install Alluka from PyPI using the following command in any Python 3.11 or above environment.\n\n```\npython -m pip install -U alluka\n```\n\n# Contributing\n\nBefore contributing you should read through the\n[contributing guidelines](https://github.com/FasterSpeeding/Alluka/blob/master/CONTRIBUTING.md) and\nthe [code of conduct](https://github.com/FasterSpeeding/Alluka/blob/master/CODE_OF_CONDUCT.md).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A type based dependency injection framework for Python 3.9+.",
    "version": "0.4.0",
    "project_urls": {
        "Changelog": "https://alluka.cursed.solutions/changelog",
        "Documentation": "https://alluka.cursed.solutions/",
        "Homepage": "https://github.com/FasterSpeeding/Alluka",
        "Repository": "https://github.com/FasterSpeeding/Alluka"
    },
    "split_keywords": [
        "di",
        " injection",
        " dependency injection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74ffa3eb3861e9203d35f8ad9ec06e5d20d871a39848b838a53f7675f76a5838",
                "md5": "59757016333954de55352adf912379df",
                "sha256": "758f4d0623dc8e895949fedac8e9fb124cfdd412b9608ab5eba7f8db316692e0"
            },
            "downloads": -1,
            "filename": "alluka-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59757016333954de55352adf912379df",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.15,>=3.11.0",
            "size": 27037,
            "upload_time": "2024-11-24T19:16:05",
            "upload_time_iso_8601": "2024-11-24T19:16:05.998552Z",
            "url": "https://files.pythonhosted.org/packages/74/ff/a3eb3861e9203d35f8ad9ec06e5d20d871a39848b838a53f7675f76a5838/alluka-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5ca042a60f53edef08475b335014ccf1c29bdfcdaf7a952c1b18618d4dedddb",
                "md5": "7eb0cc76f03a1eb4e1330aefc2c05bc0",
                "sha256": "25ca19ffe47eab876ea1a6cc118af9b30dd075ac1bf706a248750ab38e0c5c9b"
            },
            "downloads": -1,
            "filename": "alluka-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7eb0cc76f03a1eb4e1330aefc2c05bc0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.15,>=3.11.0",
            "size": 218656,
            "upload_time": "2024-11-24T19:16:07",
            "upload_time_iso_8601": "2024-11-24T19:16:07.823807Z",
            "url": "https://files.pythonhosted.org/packages/d5/ca/042a60f53edef08475b335014ccf1c29bdfcdaf7a952c1b18618d4dedddb/alluka-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-24 19:16:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FasterSpeeding",
    "github_project": "Alluka",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "alluka"
}
        
Elapsed time: 2.32445s