Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carletes/vagrant-environment
Partial Python wrapper of the `vagrant` command
https://github.com/carletes/vagrant-environment
Last synced: about 1 month ago
JSON representation
Partial Python wrapper of the `vagrant` command
- Host: GitHub
- URL: https://github.com/carletes/vagrant-environment
- Owner: carletes
- License: mit
- Created: 2015-02-04T16:41:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T16:48:44.000Z (almost 10 years ago)
- Last Synced: 2024-11-05T18:06:20.729Z (about 2 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
vagrant-environment - Tools for manipulating Vagrant environments
=================================================================``vagrant-environment`` is a Python wrapar for the `Vagrant`_
command-line tool ``vagrant``.Requirements
------------``vagrant-environment`` requires:
* `Vagrant`_ (tested with version 1.6.3 under 64-bit Linux).
* Python 2.7.Installation
------------Once you have installed VirtualBox and Vagrant, do the usual::
$ pip install vagrant-environment
That will install ``vagrant-environment`` and its Python dependencies. You
might want to do that within a virtualenv... _Vagrant: http://vagrantup.com/