Metadata-Version: 2.0
Name: falstart
Version: 0.1.3
Summary: Tool for fast start develop box template.
Home-page: https://github.com/Samael500/falstart
Author: Maks Skorokhod
Author-email: samae500@gmail.com
License: MIT
Keywords: falstart,fabric,vagrant,virtualbox,development,fast,start,template
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: Fabric (>=1.10.0)
Requires-Dist: Jinja2 (>=2.5)
Requires-Dist: paramiko (>=1.15)

========
falstart
========

.. image:: https://img.shields.io/travis/Samael500/falstart.svg?maxAge=2592000&style=flat
    :target: https://travis-ci.org/Samael500/falstart
    :alt: build status

.. image:: https://img.shields.io/pypi/v/falstart.svg?maxAge=2592000&style=flat
    :target: https://pypi.python.org/pypi/falstart
    :alt: pypi version

.. image:: https://img.shields.io/pypi/status/falstart.svg?maxAge=2592000?style=flat
    :target: https://pypi.python.org/pypi/falstart
    :alt: version status

.. image:: https://img.shields.io/pypi/format/falstart.svg?maxAge=2592000?style=flat
    :target: https://pypi.python.org/pypi/falstart
    :alt: pypi format

.. image:: https://img.shields.io/pypi/implementation/falstart.svg?maxAge=2592000?style=flat
    :target: https://pypi.python.org/pypi/falstart
    :alt: python implementation

.. image:: https://img.shields.io/pypi/dm/falstart.svg?maxAge=2592000?style=flat
    :target: https://pypi.python.org/pypi/falstart
    :alt: pypi downloads

.. image:: https://img.shields.io/github/license/samael500/falstart.svg?maxAge=2592000&style=flat
    :target: https://github.com/Samael500/falstart/blob/master/LICENSE
    :alt: license

.. image:: https://img.shields.io/github/issues/samael500/falstart.svg?maxAge=2592000?style=flat
    :target: https://github.com/Samael500/falstart/issues
    :alt: issues


fast start develop box template

Pre Requirements
----------------

- Vagrant_ && VirtualBox_
- Fabric_

Setup
-----

.. code-block:: shell

    $ pip install falstart


Usage
-----

.. code-block:: shell

    $ cd /your/proj/parent/dir
    $ falstart awesomeprojname

Example project result `github.com:Samael500/falstart-example`_

.. image:: https://raw.githubusercontent.com/samael500/falstart/master/example.gif

.. _Vagrant: https://www.vagrantup.com/downloads.html
.. _VirtualBox: https://www.virtualbox.org/wiki/Downloads
.. _Fabric: https://github.com/fabric/fabric
.. _`github.com:Samael500/falstart-example`: https://github.com/Samael500/falstart-example


