{ "info": { "author": "Max Fischer", "author_email": "maxfischer2781@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: System :: Monitoring" ], "description": "#################################\ninclude - Dynamic Module Importer\n#################################\n\n|docs| |issues| |pypi| |travis| |codecov|\n\nWhen you just need that code, ``include`` does the ugly bits for you.\nIt allows you to run code from files, strings or other sources as if they were regular modules.\nCode is executed as compliant as possible with the Python ecosystem.\nThe resulting modules and objects can be pickled, copied and sent to other processes.\nThis makes ``include`` suitable for testing, configuration, code creation and more.\n\nUsage\n#####\n\n``include`` provides a simple API that works similar to the ``__import__`` builtin.\nTo import a module from its file path, pass it to the ``include.path`` function:\n\n.. code:: python\n\n import include\n conf_module = include.path('/etc/myapp/conf.py')\n\nOnce a module has been imported by ``include``, it does not require special handling.\nYou can work with the resulting module and its content without using ``include`` explicitly.\n\n:note: The ``include`` package must be importable by any python process working with a module imported by ``include``.\n\nInstallation\n############\n\nThe most recent stable version of ``include`` is available from `pypi `_.\nYou can install it using ``pip``:\n\n.. code:: bash\n\n pip install include\n\n.. |travis| image:: https://travis-ci.org/maxfischer2781/include.svg?branch=master\n :target: https://travis-ci.org/maxfischer2781/include\n :alt: Test Health\n\n.. |pypi| image:: https://img.shields.io/pypi/v/include.svg\n :target: https://pypi.python.org/pypi/include\n :alt: PyPI Package\n\n.. |codecov| image:: https://codecov.io/gh/maxfischer2781/include/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/maxfischer2781/include\n :alt: Code Coverage\n\n.. |docs| image:: https://readthedocs.org/projects/include/badge/?version=latest\n :target: http://include.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. |issues| image:: https://img.shields.io/github/issues/maxfischer2781/include.svg\n :target: https://github.com/maxfischer2781/include/issues\n :alt: Open Issues", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/maxfischer2781/include", "keywords": "import include eval exec pickle multiprocess", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "include", "package_url": "https://pypi.org/project/include/", "platform": "", "project_url": "https://pypi.org/project/include/", "project_urls": { "Homepage": "https://github.com/maxfischer2781/include" }, "release_url": "https://pypi.org/project/include/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "Dynamic import from files and other sources", "version": "0.2.2" }, "last_serial": 4128907, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "46ae19c3336179bb113915a78c485a5a", "sha256": "fc3b27ffcdf6d18eb6695dadf7d03432fc4157d91b19b7418e62d7bc2792e095" }, "downloads": -1, "filename": "include-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "46ae19c3336179bb113915a78c485a5a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5320, "upload_time": "2017-05-07T16:47:07", "url": "https://files.pythonhosted.org/packages/bd/49/96d32795ec2a90bd4ecc20bff1ee28d5fb6fd9e2f64e180aeaad4278e152/include-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd6a14cfabce4c3a9139d91eab7d1571", "sha256": "e72cb6d64eb2cfaf304a86d4af6324223b3cda04bd53535f6057b9653ea0fd48" }, "downloads": -1, "filename": "include-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fd6a14cfabce4c3a9139d91eab7d1571", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3235, "upload_time": "2017-05-07T16:47:04", "url": "https://files.pythonhosted.org/packages/e3/df/32616ab9359f8613c713b88b964fc4f1152decd60307c9fad8dbe6a5040a/include-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "bf3e0668bc8b65d59b480c88704cd219", "sha256": "a18be76ed46552584c76679f8f3fa0d42ce85f3470384794e8e756ea616b3188" }, "downloads": -1, "filename": "include-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bf3e0668bc8b65d59b480c88704cd219", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13959, "upload_time": "2017-06-09T09:58:00", "url": "https://files.pythonhosted.org/packages/50/a5/cb9f55e832ef7de9703f99197764f8b5e6688ce460e7bac8087343dd04c7/include-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b06cecc6ebe81ea5c6e8469a73346fac", "sha256": "32b557b0f9965468457f9dbe1cb88a5ebce243dfdc8819a73715f1359f4e089a" }, "downloads": -1, "filename": "include-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b06cecc6ebe81ea5c6e8469a73346fac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8650, "upload_time": "2017-06-09T09:57:58", "url": "https://files.pythonhosted.org/packages/f9/37/8228b857179ca8adea82200e774c3a01c881598da87619562d3898dda517/include-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "78da8d47797431adfd2544a735eac355", "sha256": "977883629a341b8198ee17619502ce5e7c9b029747df0eeabb4c62b57efefacc" }, "downloads": -1, "filename": "include-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "78da8d47797431adfd2544a735eac355", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14022, "upload_time": "2017-06-09T13:46:59", "url": "https://files.pythonhosted.org/packages/e7/35/06fade34eef369c4535543c1366ce949b61884b23e7aa67bb92f6056e4b7/include-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37d51011708d7947a4ce5b0dfaa64324", "sha256": "eb4a475c9cbd8ab5637da716bb094d05e309fab408ab891bcb34d85ea670eceb" }, "downloads": -1, "filename": "include-0.2.1.tar.gz", "has_sig": false, "md5_digest": "37d51011708d7947a4ce5b0dfaa64324", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8759, "upload_time": "2017-06-09T13:46:54", "url": "https://files.pythonhosted.org/packages/44/f4/395b893246c3d430632198a53edc080224a0271f67ba72e4e0fb74ca5a4f/include-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b40d05a175eb7a8145e9e5df8ebbc280", "sha256": "58c7d81ba82b92ed432919aaa019bdde7258c569bfd85f1ea44a525576b20529" }, "downloads": -1, "filename": "include-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b40d05a175eb7a8145e9e5df8ebbc280", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 14187, "upload_time": "2018-08-02T14:50:05", "url": "https://files.pythonhosted.org/packages/0f/2c/69552fa13f4a1af5a58f5f2a964bfdefdf6614a0d21b141fd9ed24c2776e/include-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61a3d39e3178a656ebe05597889caf31", "sha256": "37c2c6854f145bce050e75847c8da17039bdfae76d2c7e95bf531eaad2148e69" }, "downloads": -1, "filename": "include-0.2.2.tar.gz", "has_sig": false, "md5_digest": "61a3d39e3178a656ebe05597889caf31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9892, "upload_time": "2018-08-02T14:50:03", "url": "https://files.pythonhosted.org/packages/44/c6/a263ccff96cb6c6e4b15c03108f5d8d99f44e0941096d1275bd4adca050a/include-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b40d05a175eb7a8145e9e5df8ebbc280", "sha256": "58c7d81ba82b92ed432919aaa019bdde7258c569bfd85f1ea44a525576b20529" }, "downloads": -1, "filename": "include-0.2.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b40d05a175eb7a8145e9e5df8ebbc280", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 14187, "upload_time": "2018-08-02T14:50:05", "url": "https://files.pythonhosted.org/packages/0f/2c/69552fa13f4a1af5a58f5f2a964bfdefdf6614a0d21b141fd9ed24c2776e/include-0.2.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61a3d39e3178a656ebe05597889caf31", "sha256": "37c2c6854f145bce050e75847c8da17039bdfae76d2c7e95bf531eaad2148e69" }, "downloads": -1, "filename": "include-0.2.2.tar.gz", "has_sig": false, "md5_digest": "61a3d39e3178a656ebe05597889caf31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9892, "upload_time": "2018-08-02T14:50:03", "url": "https://files.pythonhosted.org/packages/44/c6/a263ccff96cb6c6e4b15c03108f5d8d99f44e0941096d1275bd4adca050a/include-0.2.2.tar.gz" } ] }