{ "info": { "author": "Alexander Zelenyak", "author_email": "zzz.sochi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Programming Language :: Python :: 3" ], "description": "========\nIncluder\n========\n\n.. image:: https://api.travis-ci.org/zzzsochi/includer.svg\n :target: https://secure.travis-ci.org/zzzsochi/includer\n :align: center\n\n.. image:: https://coveralls.io/repos/zzzsochi/includer/badge.svg\n :target: https://coveralls.io/r/zzzsochi/includer\n :align: center\n\n-----\nUsage\n-----\n\n`some_module.py`:\n\n.. code:: python\n\n def some_func(arg='World'):\n print('Hello {}'.format(arg))\n\n\n`some_else_module.py`:\n\n.. code:: python\n\n from includer import include\n\n include('some_module.some_func', arg='ZZZ')\n\n-------------\nIncluderMixin\n-------------\n\nMix `include` method for objects.\nBehavior like as `Configurator.include `_. See tests for understood it.\n\nThis is very usefull for imperative application configuration.\n\n-----\nTests\n-----\n\n.. code:: shell\n\n $ pip install pytest\n $ py.test tests -v\n", "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/zzzsochi/includer", "keywords": "include,configure,pyramid", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "includer", "package_url": "https://pypi.org/project/includer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/includer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/zzzsochi/includer" }, "release_url": "https://pypi.org/project/includer/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "Include and run callables", "version": "1.0.2" }, "last_serial": 1807713, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1932c7c509375a5de9915608f6cb75d9", "sha256": "72f5fa72c3a13bfddc9d502aea93b299108beae52bebafe4f56881392fe02f37" }, "downloads": -1, "filename": "includer-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1932c7c509375a5de9915608f6cb75d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1997, "upload_time": "2015-05-31T14:39:55", "url": "https://files.pythonhosted.org/packages/58/4a/6f339a66d71d64bc23d4d1cf83826c20ab5bf91b1d336a33eb21e85660a9/includer-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "21110256ee77b7e7f27bbcf027e67546", "sha256": "63db9a2b585a0789d5f2c6d6d38b524168ed199f02a1cfb71fe37d4fb4fa1691" }, "downloads": -1, "filename": "includer-1.0.1.tar.gz", "has_sig": false, "md5_digest": "21110256ee77b7e7f27bbcf027e67546", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2100, "upload_time": "2015-09-13T17:56:40", "url": "https://files.pythonhosted.org/packages/5d/d7/1afcd62e49ba04dc44ccb0febc91bea47d71eb1995d6befe3fe1175c1bee/includer-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "2b0933c98956de88e20437b040fcdcb6", "sha256": "ffad2929dbad93e5d70359bd1d5fd310e341472a427564f788c8a82fc5006923" }, "downloads": -1, "filename": "includer-1.0.2.tar.bz2", "has_sig": false, "md5_digest": "2b0933c98956de88e20437b040fcdcb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2267, "upload_time": "2015-11-09T12:29:51", "url": "https://files.pythonhosted.org/packages/4d/3f/ee65f1f273d70dd06b1702da559732159993ead92ab9a2c79f2bd9452b5f/includer-1.0.2.tar.bz2" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2b0933c98956de88e20437b040fcdcb6", "sha256": "ffad2929dbad93e5d70359bd1d5fd310e341472a427564f788c8a82fc5006923" }, "downloads": -1, "filename": "includer-1.0.2.tar.bz2", "has_sig": false, "md5_digest": "2b0933c98956de88e20437b040fcdcb6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2267, "upload_time": "2015-11-09T12:29:51", "url": "https://files.pythonhosted.org/packages/4d/3f/ee65f1f273d70dd06b1702da559732159993ead92ab9a2c79f2bd9452b5f/includer-1.0.2.tar.bz2" } ] }