{ "info": { "author": "Morgan Delahaye-Prat", "author_email": "mdp@sillog.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5" ], "description": "=======================\nvirtualenvwrapper.basic\n=======================\n\nvirtualenvwrapper.basic is a template for virtualenvwrapper_ to create the base\nskeleton of a python application when creating a new project directory.\n\n\nInstallation\n============\n\n::\n\n $ pip install virtualenvwrapper.basic\n\n\nUsage\n=====\n\n::\n\n $ mkproject -t basic new_project\n\n\nThe previous command will create a directory and will populate it with various\nfiles, namely ``ANNOUNCE``, ``AUTHORS``, ``CHANGES``, ``LICENSE``,\n``MANIFEST.in``, ``README``, ``requirements.txt`` and ``setup.py``.\n\nThe content of each file is matched to the name of your project and your\n:code:`git` configuration.\n\nYou can set up another reference skeleton directory by specifying the path to\nit in the environment variable :code:`VIRTUALENVWRAPPER_BASIC`. The content\nof this directory will be used as the template of the new project.\n\n::\n\n $ VIRTUALENVWRAPPER_BASIC=\"/my/own/template\" mkproject -t basic new_project\n\n\nTemplate variables\n==================\n\nvirtualenvwrapper.basic supports template variables to be remplaced at the\ncreation time of a new project. The variables can be used in the content and\nthe name of a file.\n\nThe following variables are available:\n\n+------------------------------+----------------------------------------------+\n| Variable | Description |\n+==============================+==============================================+\n| $PROJECT_NAME | Replaced by the project name used with |\n| | :code:`virtualenvwrapper`. |\n+------------------------------+----------------------------------------------+\n| $AUTHOR_EMAIL | Replaced by the email configured in git as |\n| | :code:`user.email` or `AUTHOR_EMAIL` |\n| | environment variable if set. |\n+------------------------------+----------------------------------------------+\n| $AUTHOR_NAME | Replaced by the name configured in git as |\n| | :code:`user.name` or `AUTHOR_NAME` |\n| | environment variable if set. |\n+------------------------------+----------------------------------------------+\n| $YEAR | Replaced by the current year. |\n+------------------------------+----------------------------------------------+\n| $MONTH | Replaced by the current month. |\n+------------------------------+----------------------------------------------+\n| $DAY | Replaced by the current day. |\n+------------------------------+----------------------------------------------+\n\n.. _virtualenvwrapper: https://pypi.python.org/pypi/virtualenvwrapper\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/morgan-del/virtualenvwrapper.basic", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "virtualenvwrapper.basic", "package_url": "https://pypi.org/project/virtualenvwrapper.basic/", "platform": "Any", "project_url": "https://pypi.org/project/virtualenvwrapper.basic/", "project_urls": { "Homepage": "https://github.com/morgan-del/virtualenvwrapper.basic" }, "release_url": "https://pypi.org/project/virtualenvwrapper.basic/0.2.2/", "requires_dist": null, "requires_python": "", "summary": "A Python application template for virtualenvwrapper.", "version": "0.2.2" }, "last_serial": 3407385, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5d2b71f4868b33b0d5d7a43eae228d6f", "sha256": "c41937286451804202af04b4a67ada78de5cd7ffb53edcfbe983ab05ee5879fe" }, "downloads": -1, "filename": "virtualenvwrapper.basic-0.1.tar.gz", "has_sig": false, "md5_digest": "5d2b71f4868b33b0d5d7a43eae228d6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4586, "upload_time": "2017-01-25T14:46:37", "url": "https://files.pythonhosted.org/packages/82/e2/48669e7334ccbadef59b018de01bd5fe64266215363c7912cb05ea11c2b0/virtualenvwrapper.basic-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "45b925261eced5a3ab4786eec08cec44", "sha256": "40c28a979e524064fb6c9c6ff45653f49537e7130210774b72105b7e8d75ac0b" }, "downloads": -1, "filename": "virtualenvwrapper.basic-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "45b925261eced5a3ab4786eec08cec44", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 11852, "upload_time": "2017-01-25T17:32:34", "url": "https://files.pythonhosted.org/packages/16/7f/299a9707b68430d612b06dca23b9a9056bb91ee90ef36ed3421de748aeec/virtualenvwrapper.basic-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "182ead09c516b18f4dc4530de45876b5", "sha256": "64a233f1e9277dfc0d357b5e68ff10df8e095ecffff889e933b907a7fc73b949" }, "downloads": -1, "filename": "virtualenvwrapper.basic-0.2.tar.gz", "has_sig": false, "md5_digest": "182ead09c516b18f4dc4530de45876b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7844, "upload_time": "2017-01-25T17:32:31", "url": "https://files.pythonhosted.org/packages/c0/0e/3450cb735877bb8680abdf32efa7697a1f3f6b8df95214bcc33f8a373bbe/virtualenvwrapper.basic-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "4a5c5e7cc28c01068564712bf1275d38", "sha256": "950ac3e88f30e02b42ed8a9a6019e5a58266332b0f79c1b891832eebdf390ae4" }, "downloads": -1, "filename": "virtualenvwrapper.basic-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4a5c5e7cc28c01068564712bf1275d38", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 11952, "upload_time": "2017-01-26T11:58:51", "url": "https://files.pythonhosted.org/packages/ee/16/650cc94cc6cf4468d0ef9b5acdaaa2e89748f4fa93ea46699ed8b7182fd8/virtualenvwrapper.basic-0.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2e3d5aa7eb681f800c41f23e089011ad", "sha256": "bb8b128db81da16784a94524eac7da2d3f57340c41a92a8c9de8bea71caada13" }, "downloads": -1, "filename": "virtualenvwrapper.basic-0.2.1.tar.gz", "has_sig": false, "md5_digest": "2e3d5aa7eb681f800c41f23e089011ad", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7905, "upload_time": "2017-01-26T11:58:49", "url": "https://files.pythonhosted.org/packages/f3/b5/84dc95e08355b8f8676e6624317537f4d8508413b3171d664b8bff7ba879/virtualenvwrapper.basic-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "45f3ef80dc0bc069338e30cc966d4820", "sha256": "f4b1ab8dff6bfa89b51c17775c176b4e936586a9f04a6c440fe3346bcdb888cb" }, "downloads": -1, "filename": "virtualenvwrapper.basic-0.2.2.tar.gz", "has_sig": false, "md5_digest": "45f3ef80dc0bc069338e30cc966d4820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6247, "upload_time": "2017-12-11T12:43:03", "url": "https://files.pythonhosted.org/packages/05/5e/e2487a6c4dc0245d3de5cfe20c78b04b82910bda070c64e874cc4890c0a5/virtualenvwrapper.basic-0.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "45f3ef80dc0bc069338e30cc966d4820", "sha256": "f4b1ab8dff6bfa89b51c17775c176b4e936586a9f04a6c440fe3346bcdb888cb" }, "downloads": -1, "filename": "virtualenvwrapper.basic-0.2.2.tar.gz", "has_sig": false, "md5_digest": "45f3ef80dc0bc069338e30cc966d4820", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6247, "upload_time": "2017-12-11T12:43:03", "url": "https://files.pythonhosted.org/packages/05/5e/e2487a6c4dc0245d3de5cfe20c78b04b82910bda070c64e874cc4890c0a5/virtualenvwrapper.basic-0.2.2.tar.gz" } ] }