stirrups


Namestirrups JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/cbourget/stirrups
SummaryDependency injection library
upload_time2022-12-25 02:43:42
maintainer
docs_urlNone
authorCharles-Eric Bourget
requires_python
licenseMIT
keywords dependency injection
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Stirrups: Python 3 dependency injection
==============================================

**Stirrups** uses Python 3 annotations to provide a simple yet flexible
dependency injection framework.

Get It Now
----------

::

    $ pip install -U stirrups

Documentation
-------------

Requirements
------------

-  Python >= 3.8

License
-------

MIT licensed. See the bundled
`LICENSE <https://github.com/cbourget/stirrups/blob/pypi/LICENSE>`__
file for more details.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cbourget/stirrups",
    "name": "stirrups",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dependency injection",
    "author": "Charles-Eric Bourget",
    "author_email": "charlesericbourget@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/bf/f2/d01bc505d6c8d0a1c30d07adbac895a04674385c572e39d80e59c0aaa8ec/stirrups-0.1.3.tar.gz",
    "platform": null,
    "description": "Stirrups: Python 3 dependency injection\n==============================================\n\n**Stirrups** uses Python 3 annotations to provide a simple yet flexible\ndependency injection framework.\n\nGet It Now\n----------\n\n::\n\n    $ pip install -U stirrups\n\nDocumentation\n-------------\n\nRequirements\n------------\n\n-  Python >= 3.8\n\nLicense\n-------\n\nMIT licensed. See the bundled\n`LICENSE <https://github.com/cbourget/stirrups/blob/pypi/LICENSE>`__\nfile for more details.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dependency injection library",
    "version": "0.1.3",
    "split_keywords": [
        "dependency",
        "injection"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "655e7f37466933d4fe9c1b8aa458ff6f",
                "sha256": "f37a5f4f964fb85c8a0749f2cc1081304f3502e60820897f3fb83627c0b51928"
            },
            "downloads": -1,
            "filename": "stirrups-0.1.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "655e7f37466933d4fe9c1b8aa458ff6f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 8825,
            "upload_time": "2022-12-25T02:43:41",
            "upload_time_iso_8601": "2022-12-25T02:43:41.078765Z",
            "url": "https://files.pythonhosted.org/packages/e7/4b/bdd8ff3caec604e6271cb0ac915e666986a9cbde4a7882ff4968e2725f3c/stirrups-0.1.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "27b2ee38307b2e2f8757fce917737b21",
                "sha256": "a2749342cc63d8b11a64e295b3457c32a1c1e3cdc675e4a0584866dd336dcc58"
            },
            "downloads": -1,
            "filename": "stirrups-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "27b2ee38307b2e2f8757fce917737b21",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8028,
            "upload_time": "2022-12-25T02:43:42",
            "upload_time_iso_8601": "2022-12-25T02:43:42.693108Z",
            "url": "https://files.pythonhosted.org/packages/bf/f2/d01bc505d6c8d0a1c30d07adbac895a04674385c572e39d80e59c0aaa8ec/stirrups-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-25 02:43:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "cbourget",
    "github_project": "stirrups",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "stirrups"
}
        
Elapsed time: 0.02023s