alluka


Namealluka JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA type based dependency injection framework for Python 3.9+.
upload_time2024-04-29 21:16:49
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.9.0
licenseNone
keywords di 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.9+.

# 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.9 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.13,>=3.9.0",
    "maintainer_email": null,
    "keywords": "DI, injection",
    "author": null,
    "author_email": "Faster Speeding <lucina@lmbyrne.dev>",
    "download_url": "https://files.pythonhosted.org/packages/ea/4a/afef4009051581d2eaa1f0d5bf40afc598778b29e9fa5d38a992bbc14869/alluka-0.2.0.tar.gz",
    "platform": null,
    "description": "# Alluka\n\nA type based dependency injection framework for Python 3.9+.\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.9 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.2.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"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22111777be2926354896e3cd16a41f07d9c023c24684fa5bd279d446a97ae7ce",
                "md5": "e4b681c2bda9264751b389a193f9c3a5",
                "sha256": "f9c85d91d8a4964e3dea8ba719c2548230d4a1a141ec25c5daf35b16f649018c"
            },
            "downloads": -1,
            "filename": "alluka-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e4b681c2bda9264751b389a193f9c3a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9.0",
            "size": 66981,
            "upload_time": "2024-04-29T21:16:47",
            "upload_time_iso_8601": "2024-04-29T21:16:47.036821Z",
            "url": "https://files.pythonhosted.org/packages/22/11/1777be2926354896e3cd16a41f07d9c023c24684fa5bd279d446a97ae7ce/alluka-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea4aafef4009051581d2eaa1f0d5bf40afc598778b29e9fa5d38a992bbc14869",
                "md5": "f6a9e9ed88d08cb30c24f83223257956",
                "sha256": "8d5e45fab2dfb4cbc705bbbb9090d9d7ed79836024ff719a0fe494d89a0b0da2"
            },
            "downloads": -1,
            "filename": "alluka-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f6a9e9ed88d08cb30c24f83223257956",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9.0",
            "size": 256694,
            "upload_time": "2024-04-29T21:16:49",
            "upload_time_iso_8601": "2024-04-29T21:16:49.005506Z",
            "url": "https://files.pythonhosted.org/packages/ea/4a/afef4009051581d2eaa1f0d5bf40afc598778b29e9fa5d38a992bbc14869/alluka-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 21:16:49",
    "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: 0.25349s