{ "info": { "author": "Moises P. Sena", "author_email": "moisespsena@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "# Py_DI - Python Container of Dependency Injection (IOC) implementation\n\n## Authors\n- [Moises P. Sena](http://moisespsena.com)\n\n## Issues\n\n[Issues on GitHub](https://github.com/moisespsena/py_di/issues).\n\n## Installation\n\n### By pip:\n\n```bash\nsudo pip install py_di\n```\n\n### Manual:\n\nFor default python executable:\n\n```bash\ngit clone https://github.com/moisespsena/py_di py_di\ncd py_di\nsudo python setup.py install\n```\n\nFor another python executable:\n\n```bash\nsudo python3 setup.py install\n```\n\n## Example:\n\nSee [tests](https://github.com/moisespsena/py_di/blob/master/tests/p/test_all.py) for more details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/moisespsena/py_di", "keywords": "utils utilities di dependecy injection ioc", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "py_di", "package_url": "https://pypi.org/project/py_di/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py_di/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/moisespsena/py_di" }, "release_url": "https://pypi.org/project/py_di/1.1/", "requires_dist": null, "requires_python": null, "summary": "Container of Dependency Injection (IOC) implementation.", "version": "1.1" }, "last_serial": 796941, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "2b7848df14ae65e157bdc4a968898887", "sha256": "4712a3143876c6c2490333687ee1bbc95818ed8a396bf6c49e635ce305306c8a" }, "downloads": -1, "filename": "py_di-1.0-py2.7.egg", "has_sig": false, "md5_digest": "2b7848df14ae65e157bdc4a968898887", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 10243, "upload_time": "2012-10-05T20:21:01", "url": "https://files.pythonhosted.org/packages/65/b0/00c394427968878e272a16c4830842fbecc46386003244e8e8d8f3fc5d98/py_di-1.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "fbc52d5a764dc1f3911252cd1e0b3899", "sha256": "35c7c1e982ea7a973bfa29251d5e80125e1e3b514c781fbe9c710620db6f9f25" }, "downloads": -1, "filename": "py_di-1.0-py3.2.egg", "has_sig": false, "md5_digest": "fbc52d5a764dc1f3911252cd1e0b3899", "packagetype": "bdist_egg", "python_version": "3.2", "requires_python": null, "size": 10521, "upload_time": "2012-10-05T20:21:05", "url": "https://files.pythonhosted.org/packages/ac/95/d123158a6ea791d83dc38256db9b8e21d5240793ead3f070e846dfd8c71b/py_di-1.0-py3.2.egg" }, { "comment_text": "", "digests": { "md5": "3299ed72ba5700d2e44c0364113c5ea1", "sha256": "f70b0d715679ff5c193ba572b035ada787fe543416af2524b25dabc45f54eebb" }, "downloads": -1, "filename": "py_di-1.0.tar.gz", "has_sig": false, "md5_digest": "3299ed72ba5700d2e44c0364113c5ea1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4709, "upload_time": "2012-10-05T20:21:03", "url": "https://files.pythonhosted.org/packages/2d/59/20e407c3559e35d6437c0f81b69b5ac3bbe270723ea499385a6485a466ac/py_di-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "45d2337ae258929d1bc8a762409c2ecb", "sha256": "6a04415545a4153f75244b5788c64cad425a3be92b36a8bd39db90ac70c6a690" }, "downloads": -1, "filename": "py_di-1.1.tar.gz", "has_sig": false, "md5_digest": "45d2337ae258929d1bc8a762409c2ecb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4821, "upload_time": "2012-10-10T18:51:56", "url": "https://files.pythonhosted.org/packages/a5/53/d66e000f48fda01bd01bc100159727c7815e9dd85f0f93887e8e5f7973aa/py_di-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45d2337ae258929d1bc8a762409c2ecb", "sha256": "6a04415545a4153f75244b5788c64cad425a3be92b36a8bd39db90ac70c6a690" }, "downloads": -1, "filename": "py_di-1.1.tar.gz", "has_sig": false, "md5_digest": "45d2337ae258929d1bc8a762409c2ecb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4821, "upload_time": "2012-10-10T18:51:56", "url": "https://files.pythonhosted.org/packages/a5/53/d66e000f48fda01bd01bc100159727c7815e9dd85f0f93887e8e5f7973aa/py_di-1.1.tar.gz" } ] }