{ "info": { "author": "Peter Coles", "author_email": "peter@mrcoles.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: Unix", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing" ], "description": "===================================================\nAn enhancement for mkvirtualenv and django projects\n===================================================\n\nPerforms the command `mkvirtualenv ENV_NAME`, but also:\n\n* sets the directory to jump to when the virtualenv is activated\n* sets the PYTHONPATH and DJANGO_SETTINGS_MODULE in the postactivate hook\n* auto-installs dependencies if there is a requirements.txt file\n* auto-inits git submodules if there are any\n\nThis is intended to save environment setup busywork after pulling down a django project from github.\n\n*This does not run django-admin.py startproject, instead it is for configuring the environment for an existing django project. If you are looking for a way to create an empty django project with virtualenvwrapper, check out the [virtualenvwrapper.django template plugin for virtualenvwrapper](http://www.doughellmann.com/projects/virtualenvwrapper.django/).*\n\n\nUsage\n-----\n\n mkdjangovirtualenv [--settings DJANGO_SETTINGS_MODULE] ENV_NAME [PROJECT_DIRECTORY]\n\n\nOptions\n-------\n\n --settings DJANGO_SETTINGS_MODULE\n\n Provide a python import path for the settings file.\n Defaults to project.settings\n\n ENV_NAME\n\n The name for the virtualenv\n\n PROJECT_DIRECTORY\n\n Provide a path to the root of the project. May be a\n relative path, defaults the current working directory.\n\n\nInstallation\n------------\n\n sudo pip install mkdjangovirtualenv\n\nThis will pull down the latest copy of the scripts from PYPI and place them in your path. You can then run the `mkdjangovirtualenv` script directly.\n\nFor the best expierence, source the `mkdjangovirtualenv.sh` file just after your source `virtualenvwrapper.sh` in your startup scripts. For example, my `~/.bash_profile` has:\n\n export WORKON_HOME=$HOME/.virtualenvs\n source /usr/local/bin/virtualenvwrapper.sh\n source /usr/local/bin/mkdjangovirtualenv.sh\n\nThe benefit of this approach is that it makes it a bash function instead of a script, so it will actually activate the new virualenv for you, whereas the script would have needed to be run with `source` to have the same affect.\n", "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/mrcoles/mkdjangovirtualenv", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mkdjangovirtualenv", "package_url": "https://pypi.org/project/mkdjangovirtualenv/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mkdjangovirtualenv/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mrcoles/mkdjangovirtualenv" }, "release_url": "https://pypi.org/project/mkdjangovirtualenv/0.0.7/", "requires_dist": null, "requires_python": null, "summary": "A django-specific enhancement to virtualenvwrapper's mkvirtualenv function to setup the settings and pythonpath variables, auto-install requirements, set the project path, and install git modules if possible.", "version": "0.0.7" }, "last_serial": 794852, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "1f1356cc95c83f31d4bd987347b74f55", "sha256": "fbd87367393a7d494e2c92074640ab716716aa1660d19477c7e6258cea6a441c" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.1.tar.gz", "has_sig": false, "md5_digest": "1f1356cc95c83f31d4bd987347b74f55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3307, "upload_time": "2012-11-04T18:55:50", "url": "https://files.pythonhosted.org/packages/09/8b/38957f7261feea6ddbd75a1080f3082daf1145a4a392525700a017d8ae07/mkdjangovirtualenv-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "297c73736d6857d7d639075cd4a97d2c", "sha256": "c9a72e58e1afbce566e646547866a1ded9cd21faa0da0a9792741d2322040529" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.2.tar.gz", "has_sig": false, "md5_digest": "297c73736d6857d7d639075cd4a97d2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3798, "upload_time": "2012-11-08T14:49:31", "url": "https://files.pythonhosted.org/packages/bd/fb/88978c738c348ad53017508d4a4174e2cefbf7386c03c6f2dbf7bd2cc29a/mkdjangovirtualenv-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "02fedb67f3aabc9ee5c5f5f69f5c8389", "sha256": "a22668ae3022f3e9aba793d8632b386a215f9921d4b9409a75dde3421896767c" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.3.tar.gz", "has_sig": false, "md5_digest": "02fedb67f3aabc9ee5c5f5f69f5c8389", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4013, "upload_time": "2012-11-08T15:08:43", "url": "https://files.pythonhosted.org/packages/55/d4/7b76b827e0579fda932b3623631feb69193d546f059841a1f6f43214facd/mkdjangovirtualenv-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "1a231d20d2d0cc4c75a3fa73361a9815", "sha256": "16394adc838a150fdc7dc7e10e28a1f9821b74db4b9605081f478f355350d902" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.4.tar.gz", "has_sig": false, "md5_digest": "1a231d20d2d0cc4c75a3fa73361a9815", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4054, "upload_time": "2012-11-08T15:41:15", "url": "https://files.pythonhosted.org/packages/7a/91/34f72a8f85609755763d928ce040cbed586888a4c07eef4b7e7fd1b2ac38/mkdjangovirtualenv-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "548ef770d9a160c7d956339849ae1226", "sha256": "435ee57edb95d818bd2458be4076f50fbec133554bb325a20d593ea7490ac8de" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.5.tar.gz", "has_sig": false, "md5_digest": "548ef770d9a160c7d956339849ae1226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4074, "upload_time": "2013-01-29T02:12:09", "url": "https://files.pythonhosted.org/packages/70/f4/a46839542de014dc06de8cc7df6335dde0dea5a393ef6cb9e0d274474305/mkdjangovirtualenv-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "1b3685eaa181757f2709e2acbf2445f9", "sha256": "d7218839dc75ca0fd02c0b6319bca22424c336b2cf73e17ca0d26de881b98753" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.6.tar.gz", "has_sig": false, "md5_digest": "1b3685eaa181757f2709e2acbf2445f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4126, "upload_time": "2013-01-29T02:56:19", "url": "https://files.pythonhosted.org/packages/8a/5e/e95746d826f6cdbf56556e9b1f570131f40829799f81c7c5e9c19f86f17b/mkdjangovirtualenv-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "58702956042108a5813184fb34653ca0", "sha256": "1d2ac12971f17c543431d6866ac16546f89922d223ac420554777806cfe0955f" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.7.tar.gz", "has_sig": false, "md5_digest": "58702956042108a5813184fb34653ca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4143, "upload_time": "2013-01-30T05:11:04", "url": "https://files.pythonhosted.org/packages/51/8a/a77574c8a7d7cc0bafc5c1c001061898368c5bedacb741db45655da3ce7c/mkdjangovirtualenv-0.0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58702956042108a5813184fb34653ca0", "sha256": "1d2ac12971f17c543431d6866ac16546f89922d223ac420554777806cfe0955f" }, "downloads": -1, "filename": "mkdjangovirtualenv-0.0.7.tar.gz", "has_sig": false, "md5_digest": "58702956042108a5813184fb34653ca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4143, "upload_time": "2013-01-30T05:11:04", "url": "https://files.pythonhosted.org/packages/51/8a/a77574c8a7d7cc0bafc5c1c001061898368c5bedacb741db45655da3ce7c/mkdjangovirtualenv-0.0.7.tar.gz" } ] }