{ "info": { "author": "Chapman Siu", "author_email": "chpmn.siu@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Plugins", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Archiving :: Packaging" ], "description": "[![PyPI version](https://badge.fury.io/py/script2package.svg)](https://badge.fury.io/py/script2package)\n\nscript2package\n==============\n\nscript2package is a Python script which converts a single python script into a package which can then be installed via `python setup.py install`.\n\nUsage: `script2package script.py --base base_folder`\n\nTo extend the flexibility of this package, you can enable setup options through\nproviding `setup.cfg` if you so desire.\n\nInstallation\n============\n\nYou can install this package via `pip` (`pip install script2package`) or `python setup.py install`.\n\nExamples\n========\n\nA bootstrap example has been provided by running `script2package script2package.py`, which will produce a self contained version within the folder `package`.\n\nA simple standalone example with no `setup.cfg` file is provided in `Example/add/add.py` with the generated package in `Example/add/package`.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/chappers/script2package", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "script2package", "package_url": "https://pypi.org/project/script2package/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/script2package/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/chappers/script2package" }, "release_url": "https://pypi.org/project/script2package/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "1.1.0" }, "last_serial": 2520634, "releases": { "1.0.2": [ { "comment_text": "", "digests": { "md5": "1918a521c67b248fdf5f1b8b90fb1b05", "sha256": "3b0bb7259eec4c8f93e0b968809d41c8fc3ad7c1e61462dff55f0e69cc6099b8" }, "downloads": -1, "filename": "script2package-1.0.2.tar.gz", "has_sig": false, "md5_digest": "1918a521c67b248fdf5f1b8b90fb1b05", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2450, "upload_time": "2016-12-14T12:32:45", "url": "https://files.pythonhosted.org/packages/7f/d2/99972001e50e35caa2fb874132cb8b3b394830dff53310e47fac91c02afb/script2package-1.0.2.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "7bd4217ea54655f877069108fea67faf", "sha256": "fdb404fb64052bfd040c2f91a4ed13138a89528741f67f802d290dc234ae00aa" }, "downloads": -1, "filename": "script2package-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7bd4217ea54655f877069108fea67faf", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7075, "upload_time": "2016-12-15T09:11:48", "url": "https://files.pythonhosted.org/packages/2d/c0/e2cb59ec226c5c7d13e295469e178718699fafd183459d7eacbe5f1672d2/script2package-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7bb4841f7c0de8d52860ba5ff04e72a", "sha256": "75420d71faf15996751ed8541fdddf151e5dc59177a125dd50ddb53cb5aff55e" }, "downloads": -1, "filename": "script2package-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a7bb4841f7c0de8d52860ba5ff04e72a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2635, "upload_time": "2016-12-15T09:08:37", "url": "https://files.pythonhosted.org/packages/a5/12/284d2b7f3bcae4e1c41313b592f20c2f25a6ad72d882273eedb35597bed4/script2package-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7bd4217ea54655f877069108fea67faf", "sha256": "fdb404fb64052bfd040c2f91a4ed13138a89528741f67f802d290dc234ae00aa" }, "downloads": -1, "filename": "script2package-1.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7bd4217ea54655f877069108fea67faf", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 7075, "upload_time": "2016-12-15T09:11:48", "url": "https://files.pythonhosted.org/packages/2d/c0/e2cb59ec226c5c7d13e295469e178718699fafd183459d7eacbe5f1672d2/script2package-1.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7bb4841f7c0de8d52860ba5ff04e72a", "sha256": "75420d71faf15996751ed8541fdddf151e5dc59177a125dd50ddb53cb5aff55e" }, "downloads": -1, "filename": "script2package-1.1.0.tar.gz", "has_sig": false, "md5_digest": "a7bb4841f7c0de8d52860ba5ff04e72a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2635, "upload_time": "2016-12-15T09:08:37", "url": "https://files.pythonhosted.org/packages/a5/12/284d2b7f3bcae4e1c41313b592f20c2f25a6ad72d882273eedb35597bed4/script2package-1.1.0.tar.gz" } ] }