{ "info": { "author": "Sridhar Ratnakumar", "author_email": "github@srid.name", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": "ez_setup\n========\n\n**Problem**: ``setup.py`` of several Python projects blindly import the\nsetuptools bootstrap module ``ez_setup.py`` without realizing that it is usually\nnot installed in the user's machine.\n`This causes much trouble `_.\n\n**Workaround**: Include ``ez_setup.py`` (and ``distribute_setup.py``) as a\ninstallable Python package so users can do\n``easy_install ez_setup troublesome_package`` as a workaround.\n\n**Note**: The ``ez_setup.py`` file being distributed is simply a copy of\n``distribute_setup.py`` from the `Distribute`_\nproject (a setuptools fork); this is\nto remain compatible with several Python distributors opting to use Distribute\ninstead of Setuptools -- examples: Debian, ActiveState, and so on.\n\nCredits\n-------\n\n- `Distribute`_\n- `modern-package-template`_\n\n.. _Distribute: http://code.activestate.com/pypm/distribute/\n.. _`modern-package-template`: http://code.activestate.com/pypm/modern-package-template/\n\n\n.. This is your project NEWS file which will contain the release notes.\n.. Example: http://www.python.org/download/releases/2.6/NEWS.txt\n.. The content of this file, along with README.rst, will appear in your\n.. project's PyPI page.\n\nNews\n====\n\n0.9\n---\n\n*Release date: 11-Nov-2010*\n\n* Initial release", "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/ActiveState/ez_setup", "keywords": "ez_setup setuptools distribute workaround", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ez_setup", "package_url": "https://pypi.org/project/ez_setup/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ez_setup/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ActiveState/ez_setup" }, "release_url": "https://pypi.org/project/ez_setup/0.9/", "requires_dist": null, "requires_python": null, "summary": "ez_setup.py and distribute_setup.py", "version": "0.9" }, "last_serial": 791833, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "1ac53445a67bf68eb2676a72cc3f87f8", "sha256": "303c5b17d552d1e3fb0505d80549f8579f557e13d8dc90e5ecef3c07d7f58642" }, "downloads": -1, "filename": "ez_setup-0.9.tar.gz", "has_sig": false, "md5_digest": "1ac53445a67bf68eb2676a72cc3f87f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6577, "upload_time": "2010-11-23T07:12:55", "url": "https://files.pythonhosted.org/packages/ba/2c/743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d/ez_setup-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1ac53445a67bf68eb2676a72cc3f87f8", "sha256": "303c5b17d552d1e3fb0505d80549f8579f557e13d8dc90e5ecef3c07d7f58642" }, "downloads": -1, "filename": "ez_setup-0.9.tar.gz", "has_sig": false, "md5_digest": "1ac53445a67bf68eb2676a72cc3f87f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6577, "upload_time": "2010-11-23T07:12:55", "url": "https://files.pythonhosted.org/packages/ba/2c/743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d/ez_setup-0.9.tar.gz" } ] }