{ "info": { "author": "Dark Secret Software Inc.", "author_email": "admin@darksecretsoftware.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "simport\n=======\n\nSimple Import Library for Python\n\nSupports importing functions or class methods from files\nnot in the Python Path. \n\nUsing Simport\n=============\n\n import simport\n\n # For modules already in the Python Path\n function = simport.load('mymodule.myfunction')\n class_method = simport.load('mymodule:MyClass.mymethod')\n klass = simport.load('mymodule:MyClass') # uninstanstiated.\n\n # For modules not in the Python Path\n function = simport.load('/path/to/dir|module_name:myfunction')\n class_method = simport.load('/path/to/dir|module_name:MyClass.mymethod')\n\nLook at the tests for some interesting naming conventions for\nspecifying relative modules, etc. \n\nRunning Tests\n=============\nFrom the simport root directory, run `tox`", "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/stackforge/stacktach-simport", "keywords": "import", "license": "Apache-2", "maintainer": null, "maintainer_email": null, "name": "simport", "package_url": "https://pypi.org/project/simport/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simport/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/stackforge/stacktach-simport" }, "release_url": "https://pypi.org/project/simport/0.2.dev16/", "requires_dist": null, "requires_python": null, "summary": "simple import with python path management", "version": "0.2.dev16" }, "last_serial": 1534142, "releases": { "0.2.dev16": [ { "comment_text": "", "digests": { "md5": "f59f169fd9b4776bf1b13881b664b0bb", "sha256": "361d74ac2ecfcf98ecb7c6edff616b666c9d87271b6d5a397f043618ffdd77a7" }, "downloads": -1, "filename": "simport-0.2.dev16.tar.gz", "has_sig": false, "md5_digest": "f59f169fd9b4776bf1b13881b664b0bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7795, "upload_time": "2015-01-06T14:50:57", "url": "https://files.pythonhosted.org/packages/7b/95/4a550f1bc8ccc7562d115ebefca4d76332d90e9d7aa157e7425973a4fdfc/simport-0.2.dev16.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f59f169fd9b4776bf1b13881b664b0bb", "sha256": "361d74ac2ecfcf98ecb7c6edff616b666c9d87271b6d5a397f043618ffdd77a7" }, "downloads": -1, "filename": "simport-0.2.dev16.tar.gz", "has_sig": false, "md5_digest": "f59f169fd9b4776bf1b13881b664b0bb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7795, "upload_time": "2015-01-06T14:50:57", "url": "https://files.pythonhosted.org/packages/7b/95/4a550f1bc8ccc7562d115ebefca4d76332d90e9d7aa157e7425973a4fdfc/simport-0.2.dev16.tar.gz" } ] }