{
"info": {
"author": "Krys Lawrence",
"author_email": "everyapp@krys.ca",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Code Generators"
],
"description": ".. This file is part of everyapp.bootstrap.\r\n.. Copyright (C) 2010-2012 Krys Lawrence\r\n..\r\n.. everyapp.bootstrap is free software: you can redistribute it and/or modify\r\n.. it under the terms of the GNU General Public License as published by the\r\n.. Free Software Foundation, either version 3 of the License, or (at your\r\n.. option) any later version.\r\n..\r\n.. everyapp.bootstrap is distributed in the hope that it will be useful, but\r\n.. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY\r\n.. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\r\n.. more details.\r\n..\r\n.. You should have received a copy of the GNU General Public License along with\r\n.. this program. If not, see .\r\n\r\n##################\r\neveryapp.bootstrap\r\n##################\r\n\r\n.. contents::\r\n\r\n.. about\r\n.. _about:\r\n\r\nAbout\r\n=====\r\n\r\n*everyapp.bootstrap* provides an enhanced and customizable virtualenv_\r\nbootstrap script. It aims to make it easy to bootstrap a virtual environment\r\nfor your project.\r\n\r\nThis project includes a tool to generate a bootstrap script that will\r\nautomatically create the virtual environment when run. By placing the\r\nbootstrap script in the root of your project's source tree and making it\r\navailable on a fresh checkout/clone from your version control repository, you\r\nmake it easy for anyone who wants to hack on your project (including yourself!)\r\nto work in a consistent development environment.\r\n\r\nAdditionally, this enhanced bootstrap script can read a configuration file and\r\nperform additional actions beyond just creating a bare-bones virtual\r\nenvironment.\r\n\r\n.. features\r\n.. _features:\r\n\r\nFeatures\r\n========\r\n\r\n* Easy creation of a virtualenv_ bootstrap script.\r\n* Better defaults for virtualenv_, like using distribute_ instead of\r\n setuptools_ and always unzipping EGGs.\r\n* Easy customization of the bootstrapping process.\r\n* Automatic installation of additional distributions using pip_ and/or\r\n easy_install_.\r\n* Easy customization of pip_ and easy_install_ behaviour during distribution\r\n installation.\r\n* Automatic execution of additional commands after the bootstrapping is\r\n complete.\r\n* Adherence to `Semantic Versioning `_ in\r\n order to be a well behaved dependency.\r\n\r\n.. status\r\n.. _status:\r\n\r\nStatus\r\n======\r\n\r\nThis project is very young and the code should be considered *Alpha* quality.\r\nIt has been minimally tested on Linux and Windows, under Python_ 2.6 and 2.7,\r\nbut has not yet been seriously tested on any platform.\r\n\r\nThat said, it is largely just a wrapper and a few customizations on the\r\nproduction-grade virtualenv_ project [#ve1]_, so it should be reasonably\r\nstable. It should also be mostly feature complete.\r\n\r\n.. installation\r\n\r\nInstallation\r\n============\r\n\r\nThe easiest way to install this distribution is::\r\n\r\n pip install everyapp.bootstrap\r\n\r\nor::\r\n\r\n easy_install everyapp.bootstrap\r\n\r\nFor additional information on installing and upgrading, see the `installation\r\ndocumentation`_. |(in doc/INSTALL.txt)|\r\n\r\nBasic Usage\r\n===========\r\n\r\nIn your project's root directory, run::\r\n\r\n mkbootstrap\r\n\r\nThis will generate a ``bootstrap.py`` script and a ``bootstrap.cfg``\r\nconfiguration file. Edit ``bootstrap.cfg`` as desired, then run::\r\n\r\n python bootstrap.py\r\n\r\nThis will create the virtual environment in the root directory for your\r\nproject.\r\n\r\nFor additional bootstrap script options and usage information see the `usage\r\ndocumentation`_. |(in doc/USAGE.txt)|\r\n\r\n.. documentation and support\r\n.. _documentation_and_support:\r\n\r\nDocumentation and Support\r\n=========================\r\n\r\n**Home page:**\r\n http://pypi.python.org/pypi/everyapp.bootstrap\r\n**Downloads:**\r\n http://pypi.python.org/pypi/everyapp.bootstrap#downloads\r\n**Documentation:**\r\n |See doc/README.txt|, or online in the following formats:\r\n `HTML `_,\r\n `EPUB\r\n `_,\r\n and `PDF\r\n `_.\r\n**Bug/issue tracker:**\r\n http://bitbucket.org/everyapp/bootstrap/issues\r\n**Source code repository:**\r\n http://bitbucket.org/everyapp/bootstrap\r\n\r\n.. contributing\r\n.. _contributing:\r\n\r\nContributing\r\n============\r\n\r\nThere is always room for improvement in this project and contributions are\r\ncertainly welcome. The easiest way to contribute is simply to file a bug\r\nreport in the `issue tracker`_ whenever you find a problem or want to suggest\r\nan improvement.\r\n\r\nIf you would like to participate in a more substantial way, check out the\r\n`issue tracker`_, the `list of known bugs`_ |(in doc/BUGS.txt)| and the `To Do\r\nlist`_ |(in doc/TODO.txt)| to find out about the work that still needs to be\r\ndone.\r\n\r\n.. NOTE::\r\n\r\n If you submit a bug report, patch or other code, you automatically agree to\r\n licence the contribution. See the `licensing information`_ |(in\r\n doc/LICENCE.txt)| for details on contribution licensing.\r\n\r\nSee also the `developer documentation`_ |(in doc/HACKING.txt)| for more\r\ninformation on developing/hacking on *everyapp.bootstrap*.\r\n\r\n.. licence\r\n\r\nLicence\r\n=======\r\n\r\n*everyapp.bootstrap* is licensed under the `GNU General Public License version\r\n3`_ or later (GPLv3+). This is free software: you are free to change and\r\nredistribute it under certain conditions. There is NO WARRANTY, to the extent\r\npermitted by law. For full licensing information, see the `licensing\r\ninformation`_. |(in doc/LICENCE.txt)|\r\n\r\nCredits\r\n=======\r\n\r\n*everyapp.bootstrap* was created by Krys Lawrence .\r\n\r\nSee the `list of authors`_ |(in doc/AUTHORS.txt)| for the full list of\r\ncontributors to this project.\r\n\r\nThis project would not be what it is without the efforts of many people.\r\nAcknowledgements for their efforts can be found in the `list of\r\nacknowledgements`_. |(in doc/THANKS.txt)|\r\n\r\n.. footnotes_start\r\n.. rubric:: Footnotes\r\n\r\n.. [#ve1] Strictly speaking, virtualenv_ classifies itself as Beta\r\n quality, but many consider it to be production-grade.\r\n\r\n.. footnotes_end\r\n\r\n\r\n.. If you are reading this file in text form, you can ignore everything below.\r\n.. ----------------------------------------------------------------------------\r\n\r\n.. |See doc/README.txt| replace:: In the source distribution\r\n\r\n.. These are hacks get around the fact that PyPI does not properly render links\r\n.. in substitutions.\r\n.. |(in doc/INSTALL.txt)| replace:: \\ \\\r\n.. |(in doc/USAGE.txt)| replace:: \\ \\\r\n.. |(in doc/BUGS.txt)| replace:: \\ \\\r\n.. |(in doc/TODO.txt)| replace:: \\ \\\r\n.. |(in doc/LICENCE.txt)| replace:: \\ \\\r\n.. |(in doc/HACKING.txt)| replace:: \\ \\\r\n.. |(in doc/AUTHORS.txt)| replace:: \\ \\\r\n.. |(in doc/THANKS.txt)| replace:: \\ \\\r\n\r\n.. _installation documentation:\r\n http://packages.python.org/everyapp.bootstrap/install.html\r\n.. _usage documentation:\r\n http://packages.python.org/everyapp.bootstrap/usage/\r\n.. _list of known bugs:\r\n http://packages.python.org/everyapp.bootstrap/bugs.html\r\n.. _To Do list:\r\n http://packages.python.org/everyapp.bootstrap/development/todo.html\r\n.. _licensing information:\r\n http://packages.python.org/everyapp.bootstrap/licence.html\r\n.. _developer documentation:\r\n http://packages.python.org/everyapp.bootstrap/development/\r\n.. _list of authors:\r\n http://packages.python.org/everyapp.bootstrap/credits/authors.html\r\n.. _list of acknowledgements:\r\n http://packages.python.org/everyapp.bootstrap/credits/thanks.html\r\n\r\n.. footer_start\r\n\r\n.. _virtualenv: http://pypi.python.org/pypi/virtualenv\r\n.. _distribute: http://pypi.python.org/pypi/distribute\r\n.. _setuptools: http://pypi.python.org/pypi/setuptools\r\n.. _pip: http://pypi.python.org/pypi/pip\r\n.. _easy_install: http://packages.python.org/distribute/easy_install.html\r\n.. _Python: http://python.org\r\n.. _issue tracker: http://bitbucket.org/everyapp/bootstrap/issues\r\n.. _GNU General Public License version 3: http://www.gnu.org/licenses/gpl.html",
"description_content_type": null,
"docs_url": "https://pythonhosted.org/everyapp.bootstrap/",
"download_url": "http://pypi.python.org/pypi/everyapp.bootstrap#downloads",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://pypi.python.org/pypi/everyapp.bootstrap",
"keywords": "virtualenv bootstrap everyapp",
"license": "GPLv3+",
"maintainer": null,
"maintainer_email": null,
"name": "everyapp.bootstrap",
"package_url": "https://pypi.org/project/everyapp.bootstrap/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/everyapp.bootstrap/",
"project_urls": {
"Download": "http://pypi.python.org/pypi/everyapp.bootstrap#downloads",
"Homepage": "http://pypi.python.org/pypi/everyapp.bootstrap"
},
"release_url": "https://pypi.org/project/everyapp.bootstrap/0.2.2/",
"requires_dist": null,
"requires_python": null,
"summary": "Enhanced virtualenv bootstrap script creation.",
"version": "0.2.2"
},
"last_serial": 791766,
"releases": {
"0.1": [
{
"comment_text": "",
"digests": {
"md5": "9efd7d4c6db5725fbceff9cf5b1d084a",
"sha256": "468a8f2d5ede24a6886a2a6a2359a4452bad71ea5ba65787769e0b25533c99c5"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.1.tar.gz",
"has_sig": false,
"md5_digest": "9efd7d4c6db5725fbceff9cf5b1d084a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 73135,
"upload_time": "2010-09-18T04:50:49",
"url": "https://files.pythonhosted.org/packages/af/66/f101fe137d175bcbbdd532cc28412d57e907978e5bdcd3162b4f7f2f164a/everyapp.bootstrap-0.1.tar.gz"
}
],
"0.1.1": [
{
"comment_text": "",
"digests": {
"md5": "75bf7e807a055aab4b2a7ff1161ec217",
"sha256": "6f4a39fc1836c17bec20c0bb04986d15dd810551b0dad253e817216dbdea78db"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "75bf7e807a055aab4b2a7ff1161ec217",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 76579,
"upload_time": "2010-09-18T06:01:47",
"url": "https://files.pythonhosted.org/packages/00/db/777f451ab6a05e66067476e52fa8567d5cd7554be6810667525b1b05b182/everyapp.bootstrap-0.1.1.tar.gz"
}
],
"0.1.2": [
{
"comment_text": "",
"digests": {
"md5": "311ff53943682c55943337811e725e9e",
"sha256": "a55672ec0e1667e1cb576e1122ec2e69ed51246d2120509dbd425d4c3964428a"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "311ff53943682c55943337811e725e9e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 77560,
"upload_time": "2010-09-19T03:01:28",
"url": "https://files.pythonhosted.org/packages/86/c8/cd596d316125c9dca8b07a7bf688926d255b45129bd23f90db472f54daf2/everyapp.bootstrap-0.1.2.tar.gz"
}
],
"0.1.3": [
{
"comment_text": "",
"digests": {
"md5": "d82c130c2e3dd156ba3ce469f7c859a6",
"sha256": "e5377c68b1e303ed4dce7ecf67a4702b8eacb633968aea1a3392a96ac922ed9f"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.1.3.tar.gz",
"has_sig": false,
"md5_digest": "d82c130c2e3dd156ba3ce469f7c859a6",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 77639,
"upload_time": "2010-09-20T21:03:44",
"url": "https://files.pythonhosted.org/packages/49/cc/9962352107c81a4549e843fe31a83c1cf2f84a7490c0ace4f0299ea54cc2/everyapp.bootstrap-0.1.3.tar.gz"
}
],
"0.1.4": [
{
"comment_text": "",
"digests": {
"md5": "a40acf848b45f8900aa476438e4149b2",
"sha256": "2ca80e89f3dbf85fac45921dd9e7e99ea121ef92ece87c000d3547e5acc1da5e"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.1.4.tar.gz",
"has_sig": false,
"md5_digest": "a40acf848b45f8900aa476438e4149b2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 103979,
"upload_time": "2010-12-09T05:37:51",
"url": "https://files.pythonhosted.org/packages/ff/1f/997708712d4f119d8f08791251119df4dea3e41b6d992ef4a670d5b5a297/everyapp.bootstrap-0.1.4.tar.gz"
}
],
"0.1.5": [
{
"comment_text": "",
"digests": {
"md5": "8c5dc47977c0f7539ea913891b7d7013",
"sha256": "8c1e025c5bdccce7c1184ea600988c97342ce397d8cc129884dbcafd167896fa"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.1.5.tar.gz",
"has_sig": false,
"md5_digest": "8c5dc47977c0f7539ea913891b7d7013",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 121137,
"upload_time": "2010-12-09T06:03:36",
"url": "https://files.pythonhosted.org/packages/bf/92/533ebbcd38660d08d9be76871fa594b22c832c84609ed6f9a249f4efbff1/everyapp.bootstrap-0.1.5.tar.gz"
}
],
"0.2": [
{
"comment_text": "",
"digests": {
"md5": "a5565f4dcbfaf54bd7461adce2d411ab",
"sha256": "f88448de4df4f8daf142a1fd5a2356241d56e19f4317d441bb6133dcb508a3d0"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.2.tar.gz",
"has_sig": false,
"md5_digest": "a5565f4dcbfaf54bd7461adce2d411ab",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 335305,
"upload_time": "2012-02-20T03:31:46",
"url": "https://files.pythonhosted.org/packages/a6/e1/4c16d69356d15a220e6ae3c4da0edd336cafecb2d0b8a0c48ce5b4f8910b/everyapp.bootstrap-0.2.tar.gz"
}
],
"0.2.1": [
{
"comment_text": "",
"digests": {
"md5": "dea7f89b5d47b6888434d2240c014f6d",
"sha256": "bdc20ea4a9cc0f9b3d3d4742912a94ba21fac789ed6066e1ede9758aec85ecf1"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.2.1.tar.gz",
"has_sig": false,
"md5_digest": "dea7f89b5d47b6888434d2240c014f6d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 335353,
"upload_time": "2012-02-20T04:00:37",
"url": "https://files.pythonhosted.org/packages/19/47/d41ad89fbe56345b7ab3747289e6e6717287a52a8f76727bf7f8ae6dc6d8/everyapp.bootstrap-0.2.1.tar.gz"
}
],
"0.2.2": [
{
"comment_text": "",
"digests": {
"md5": "bf69de80d60bca1de903eaf3668468e5",
"sha256": "c7b9d12d95dcff955ad2a0e90628d8f3e9a133f7b6e5b9f488ff9185310b4af2"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "bf69de80d60bca1de903eaf3668468e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 334962,
"upload_time": "2012-02-23T00:55:24",
"url": "https://files.pythonhosted.org/packages/ae/da/a813084e30faa18a7db127351e428dad8104973132f2780a5ecafa09696d/everyapp.bootstrap-0.2.2.tar.gz"
}
]
},
"urls": [
{
"comment_text": "",
"digests": {
"md5": "bf69de80d60bca1de903eaf3668468e5",
"sha256": "c7b9d12d95dcff955ad2a0e90628d8f3e9a133f7b6e5b9f488ff9185310b4af2"
},
"downloads": -1,
"filename": "everyapp.bootstrap-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "bf69de80d60bca1de903eaf3668468e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 334962,
"upload_time": "2012-02-23T00:55:24",
"url": "https://files.pythonhosted.org/packages/ae/da/a813084e30faa18a7db127351e428dad8104973132f2780a5ecafa09696d/everyapp.bootstrap-0.2.2.tar.gz"
}
]
}