ez_setup
========
**Problem**: ``setup.py`` of several Python projects blindly import the
setuptools bootstrap module ``ez_setup.py`` without realizing that it is usually
not installed in the user's machine.
`This causes much trouble <http://www.google.ca/search?sourceid=chrome&ie=UTF-8&q=%22ImportError:+No+module+named+ez_setup%22&qscrl=1>`_.
**Workaround**: Include ``ez_setup.py`` (and ``distribute_setup.py``) as a
installable Python package so users can do
``easy_install ez_setup troublesome_package`` as a workaround.
**Note**: The ``ez_setup.py`` file being distributed is simply a copy of
``distribute_setup.py`` from the `Distribute`_
project (a setuptools fork); this is
to remain compatible with several Python distributors opting to use Distribute
instead of Setuptools -- examples: Debian, ActiveState, and so on.
Credits
-------
- `Distribute`_
- `modern-package-template`_
.. _Distribute: http://code.activestate.com/pypm/distribute/
.. _`modern-package-template`: http://code.activestate.com/pypm/modern-package-template/
.. This is your project NEWS file which will contain the release notes.
.. Example: http://www.python.org/download/releases/2.6/NEWS.txt
.. The content of this file, along with README.rst, will appear in your
.. project's PyPI page.
News
====
0.9
---
*Release date: 11-Nov-2010*
* Initial release
Raw data
{
"_id": null,
"home_page": "http://github.com/ActiveState/ez_setup",
"name": "ez_setup",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "ez_setup setuptools distribute workaround",
"author": "Sridhar Ratnakumar",
"author_email": "github@srid.name",
"download_url": "https://files.pythonhosted.org/packages/ba/2c/743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d/ez_setup-0.9.tar.gz",
"platform": "UNKNOWN",
"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 <http://www.google.ca/search?sourceid=chrome&ie=UTF-8&q=%22ImportError:+No+module+named+ez_setup%22&qscrl=1>`_.\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",
"bugtrack_url": null,
"license": "MIT",
"summary": "ez_setup.py and distribute_setup.py",
"version": "0.9",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://github.com/ActiveState/ez_setup"
},
"split_keywords": [
"ez_setup",
"setuptools",
"distribute",
"workaround"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ba2c743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d",
"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",
"upload_time_iso_8601": "2010-11-23T07:12:55.886611Z",
"url": "https://files.pythonhosted.org/packages/ba/2c/743df41bd6b3298706dfe91b0c7ecdc47f2dc1a3104abeb6e9aa4a45fa5d/ez_setup-0.9.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2010-11-23 07:12:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ActiveState",
"github_project": "ez_setup",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ez_setup"
}