tinyioc


Nametinyioc JSON
Version 0.1.3 PyPI version JSON
download
home_page
Summary
upload_time2023-02-11 09:11:03
maintainer
docs_urlNone
author
requires_python
licenseMIT License Copyright (c) 2023 Paolo Infante Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords dependency injection ioc inversion control
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tinyIOC

A lightweight python library for dependency injection.
It allows service injection using one decorator on top of your function, and service registration in multiple ways:

- programmatically
- through decorators
- declaratively through modules

## Install

Install it from pypi:

```sh
pip install tinyioc
```

## Documentation

Read the docs here: [https://tinyioc.readthedocs.io/en/latest/](https://tinyioc.readthedocs.io/en/latest/)

## License

This library is licensed under MIT license: more info [here](https://github.com/paolo-projects/tinyioc/blob/main/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "tinyioc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "dependency,injection,ioc,inversion,control",
    "author": "",
    "author_email": "Paolo Infante <info@paoloinfante.it>",
    "download_url": "https://files.pythonhosted.org/packages/3d/e5/6d7d86e6ff8064632b3566592f16ac5ee6ae4b7afbef1dc4cfb274632f89/tinyioc-0.1.3.tar.gz",
    "platform": null,
    "description": "# tinyIOC\r\n\r\nA lightweight python library for dependency injection.\r\nIt allows service injection using one decorator on top of your function, and service registration in multiple ways:\r\n\r\n- programmatically\r\n- through decorators\r\n- declaratively through modules\r\n\r\n## Install\r\n\r\nInstall it from pypi:\r\n\r\n```sh\r\npip install tinyioc\r\n```\r\n\r\n## Documentation\r\n\r\nRead the docs here: [https://tinyioc.readthedocs.io/en/latest/](https://tinyioc.readthedocs.io/en/latest/)\r\n\r\n## License\r\n\r\nThis library is licensed under MIT license: more info [here](https://github.com/paolo-projects/tinyioc/blob/main/LICENSE)\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Paolo Infante  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "",
    "version": "0.1.3",
    "split_keywords": [
        "dependency",
        "injection",
        "ioc",
        "inversion",
        "control"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "571949d12332765ff33fafa747152dcf378c36765917defdcac0902a9c1607aa",
                "md5": "17f1b541e92d5daa7334d9998c57af76",
                "sha256": "b34383e67b7995889d476831806a48965adfae9a9751e1d15a7013273ddf6d4f"
            },
            "downloads": -1,
            "filename": "tinyioc-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "17f1b541e92d5daa7334d9998c57af76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9429,
            "upload_time": "2023-02-11T09:11:01",
            "upload_time_iso_8601": "2023-02-11T09:11:01.984516Z",
            "url": "https://files.pythonhosted.org/packages/57/19/49d12332765ff33fafa747152dcf378c36765917defdcac0902a9c1607aa/tinyioc-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3de56d7d86e6ff8064632b3566592f16ac5ee6ae4b7afbef1dc4cfb274632f89",
                "md5": "657b9a880638d85071f9169cd9b417a9",
                "sha256": "69333f42f91173043d5b61b317d4372a92d8910f777ff9b57eb8147caf5efd3a"
            },
            "downloads": -1,
            "filename": "tinyioc-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "657b9a880638d85071f9169cd9b417a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9927,
            "upload_time": "2023-02-11T09:11:03",
            "upload_time_iso_8601": "2023-02-11T09:11:03.632636Z",
            "url": "https://files.pythonhosted.org/packages/3d/e5/6d7d86e6ff8064632b3566592f16ac5ee6ae4b7afbef1dc4cfb274632f89/tinyioc-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-11 09:11:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "tinyioc"
}
        
Elapsed time: 0.04857s