{ "info": { "author": "Karl Bedrich", "author_email": "karl@bedrich.de", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: Other Audience", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==================================================\nimportStar - keep you __init__.py files up to date\n==================================================\n\nImagine...\n\n* you need all modules in a package imported\n* ... maybe because you want to access them via inspect.getmembers \n* ... or want to do sth. like ``for module in package: ...``\n\nBUT:\n\n* you are to lazy to update all your __init__.py\n* you dont want/can't to use automodinit \n* AND/OR you cannot use dynamic imports (maybe because you want to create an application with pyinstaller)\n\n*THAN:* this might be your solution!\n\ninstall\n=======\n\nvia pip\n-------\n\n``pip install importStar``\n\nubuntu or simular\n-----------------\n\n``sudo python setup.py install``\n\nwindows\n-------\n\n``python setup.py install``\n\n\nusage\n=====\neither:\n* use as a script:\n``importstar [directorypath]``\n\n* to see help: run importstar without further arguments or with *-h* or *--help* \n\n* OR call function importStar.importstar.run(args) directly\n\n\nresult\n======\n\nimportstar add all modules and packages recursively within a given directory \n\nin all __init__.py files that have the following comments::\n\n #<<>>importStar\n\nthe result might look like::\n\n #<<>>importStar", "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/radjkarl/importstar", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "importStar", "package_url": "https://pypi.org/project/importStar/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/importStar/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/radjkarl/importstar" }, "release_url": "https://pypi.org/project/importStar/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "importStar - auto modify all __init__.py in a package to import all modules", "version": "0.1.1" }, "last_serial": 1382334, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "e93842cb8d2bba852f4a4f5696fc4bad", "sha256": "306e03bd94e7a7cc25f3738f5462c34deebc72fce264a3c465aef8ae2716fde4" }, "downloads": -1, "filename": "importStar-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "e93842cb8d2bba852f4a4f5696fc4bad", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6320, "upload_time": "2015-01-14T15:37:25", "url": "https://files.pythonhosted.org/packages/76/73/d4ced849364f52a9c434e5380a272a8cc65d9777cc859f2e5db29659a35d/importStar-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d6b7ee8f2376864618cd87df810b294", "sha256": "fd9560d2a5920375a4dc958b95857b9e166d2c7e62acb6d6fdef67ce4b0fec61" }, "downloads": -1, "filename": "importStar-0.1.1.zip", "has_sig": false, "md5_digest": "5d6b7ee8f2376864618cd87df810b294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6256, "upload_time": "2015-01-14T15:37:23", "url": "https://files.pythonhosted.org/packages/07/39/b549771aabd82896e00befa73c52a5ac1358e09c5dcc474aac6c27b6d96c/importStar-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e93842cb8d2bba852f4a4f5696fc4bad", "sha256": "306e03bd94e7a7cc25f3738f5462c34deebc72fce264a3c465aef8ae2716fde4" }, "downloads": -1, "filename": "importStar-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "e93842cb8d2bba852f4a4f5696fc4bad", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6320, "upload_time": "2015-01-14T15:37:25", "url": "https://files.pythonhosted.org/packages/76/73/d4ced849364f52a9c434e5380a272a8cc65d9777cc859f2e5db29659a35d/importStar-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5d6b7ee8f2376864618cd87df810b294", "sha256": "fd9560d2a5920375a4dc958b95857b9e166d2c7e62acb6d6fdef67ce4b0fec61" }, "downloads": -1, "filename": "importStar-0.1.1.zip", "has_sig": false, "md5_digest": "5d6b7ee8f2376864618cd87df810b294", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6256, "upload_time": "2015-01-14T15:37:23", "url": "https://files.pythonhosted.org/packages/07/39/b549771aabd82896e00befa73c52a5ac1358e09c5dcc474aac6c27b6d96c/importStar-0.1.1.zip" } ] }