{ "info": { "author": "Dang Mai", "author_email": "contact@dangmai.net", "bugtrack_url": null, "classifiers": [], "description": "==========\npython-ash\n==========\n\nAsh is a thin wrapper around the excellent `virtualenv`_ that parallels the\nbehavior by `npm`_. This generally means that the virtual environment for a\nproject is directly inside the project directory structure. This is different to\nthe approach by `virtualenvwrapper`_ - that is, a centralized place for\nvirtualenvs. By coupling the environment to the project itself, developers don't\nhave to remember to switch among different environments when they work on\ndifferent projects.\n\nAsh tries to be as cross platform as possible. As of this moment, I've used Ash\nsuccessfully on Windows, Linux and OSX with both Python 2 and 3. If you can help\nwith testing/debugging Ash on other platforms, I would appreciate it very much.\n\nInstallation\n============\n\nPut ``ash.py`` into a directory in your PATH. That's it.\n\nOr you could go the easy route and use `pip`_ like the following::\n\n pip install ash\n\nto install Ash on your system.\n\nUsage\n=====\n\nIt is very easy to use ash, in fact, it tries to stay out of the way as much as\npossible. The only special command for Ash is::\n\n ash.py init\n\nwhich initializes the virtualenv for the current directory. All the options for\nvirtualenv are allowed here, for example::\n\n ash.py init --distribute --relocatable\n\nThe init command will create a ``python_env`` directory (the directory name is\nmodifiable via the `Configuration`_) in the current directory which contains\nyour brand new virtualenv. Afterwards, you can run any command with the\nfollowing syntax in this directory (and/or its subdirectories)::\n\n ash.py *your command here*\n\nand it will be run in the created virtual environment. For example::\n\n ash.py pip install Django\n\nwill install Django into your ``python_env`` directory. That is all there is to\nit.\n\n*Note*: It is recommended that you include the ``python_env`` directory in your\nignore file for version control softwares, so that the environment itself is not\nchecked in.\n\nConfiguration\n=============\n\nAsh allows you to specify configurations for its behavior by adding a file named\n``.ashconfig`` in your ``HOME`` folder (in Linux, this is ``~/.ashconfig``, in\nWindows, it is usually ``C:\\Users\\yourusername\\.ashconfig``). This config file\nis in JSON format, and at the moment the following settings (with their default\nvalues) are available::\n\n {\n \"debug\": false, # set to true for more verbose debugs\n \"venv_command\": \"virtualenv\", # for irregular path to virtualenv\n \"venv_dir_name\": \"python_env\" # the name to use for the env directory\n }\n\n.. _virtualenv: http://www.virtualenv.org\n.. _npm: https://npmjs.org/\n.. _virtualenvwrapper: http://www.doughellmann.com/projects/virtualenvwrapper/\n.. _pip: http://www.pip-installer.org", "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/dangmai/python-ash", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "Ash", "package_url": "https://pypi.org/project/Ash/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Ash/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dangmai/python-ash" }, "release_url": "https://pypi.org/project/Ash/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "Thin wrapper for virtualenv for easy environment management", "version": "0.1.3" }, "last_serial": 1020259, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "04d7aca14bc45bdfaebd43322b5b487e", "sha256": "4b766515274775ce5a663b86e5b125355eb492a9f87d090683ff18901d86dcd7" }, "downloads": -1, "filename": "Ash-0.1.0.tar.gz", "has_sig": false, "md5_digest": "04d7aca14bc45bdfaebd43322b5b487e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4335, "upload_time": "2013-01-22T22:41:34", "url": "https://files.pythonhosted.org/packages/26/47/84d27cc31e54e844d516b47e9a59171031a7c9c56ab877d25beb5cd6d825/Ash-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "81b8611fab218df615711ea30392be8c", "sha256": "9c17a33f749bf9b3d3b4f0ca4808da16d600d3528b260dff7187c21ffd6b53f4" }, "downloads": -1, "filename": "Ash-0.1.1.tar.gz", "has_sig": false, "md5_digest": "81b8611fab218df615711ea30392be8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4367, "upload_time": "2013-01-22T22:56:44", "url": "https://files.pythonhosted.org/packages/8b/bc/683d8c0f5db7261ab29282dd4feff6795e951300cc2331c8e2861479d168/Ash-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "c3f993a2e49d011c3b1b5f8a228ee760", "sha256": "449abe5579377842d5ea3dfe36a4de63590a8c25079812dfae70151eafc73aa7" }, "downloads": -1, "filename": "Ash-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c3f993a2e49d011c3b1b5f8a228ee760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4409, "upload_time": "2013-01-22T23:09:00", "url": "https://files.pythonhosted.org/packages/7d/b5/1718a6f8b8d11dafe929bca063d9c0fdd606843e4d0ef947bb974def2dd3/Ash-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "a9aeaa8f0973f4e592bba169376821ac", "sha256": "a00dfed362a93390d6b7560b597a9ba3c835d30bb8d8ba36847682032f88c6da" }, "downloads": -1, "filename": "Ash-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a9aeaa8f0973f4e592bba169376821ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4419, "upload_time": "2014-03-05T18:09:44", "url": "https://files.pythonhosted.org/packages/13/35/e1aaf526c5bda2b83ba24bf87a7b78e68a97f1ddbcd3c3847e9b57e1e048/Ash-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a9aeaa8f0973f4e592bba169376821ac", "sha256": "a00dfed362a93390d6b7560b597a9ba3c835d30bb8d8ba36847682032f88c6da" }, "downloads": -1, "filename": "Ash-0.1.3.tar.gz", "has_sig": false, "md5_digest": "a9aeaa8f0973f4e592bba169376821ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4419, "upload_time": "2014-03-05T18:09:44", "url": "https://files.pythonhosted.org/packages/13/35/e1aaf526c5bda2b83ba24bf87a7b78e68a97f1ddbcd3c3847e9b57e1e048/Ash-0.1.3.tar.gz" } ] }