Metadata-Version: 1.0
Name: Pysa
Version: 0.2.5.7a
Summary: Reverse your Servers Configuration
Home-page: http://madeiracloud.github.io/pysa/
Author: Thibault BRONCHAIN - MadeiraCloud Ltd.
Author-email: pysa@mc2.io
License: LICENSE.txt
Download-URL: http://pypi.python.org/packages/source/P/Pysa/Pysa-0.2.5.7a.tar.gz
Description: Welcome to Pysa project page
        ----------------------------
        
        Pysa is a configuration reverse engineering software, which is aimed to
        help anyone who wants to replicate an existing computer configuration -
        and not simply clone the entire machine. It can be used to migrate
        configurations from one computer to another (including physical machines
        to virtual Clouds), backup existing configurations, or for any other
        migration purpose.
        
        Install
        -------
        
        Pysa has been designed for UNIX Operating Systems. However, only Linux
        based distributions are supported for now (tested on Ubuntu, Debian,
        Cent OS, RedHat and Amazon Linux latest and LTS versions). More will
        come later.
        
        There are two ways to install Pysa: using the sources files or using the
        PyPI packages repository.
        
        Using PyPI (recommended)
        ~~~~~~~~~~~~~~~~~~~~~~~~
        
        -  Ensure pip is setup on your computer (you can alternatively use other
           PyPI managers, like easy\_install)
        -  Setup Pysa in its latest version pip install pysa
        -  Run Pysa (see documentation)
        
        Sources setup
        ~~~~~~~~~~~~~
        
        -  Clone this git repo
           ``git clone https://github.com/MadeiraCloud/pysa.git``
        -  Run Pysa (pysa.py - see documentation)
        
        Documentation
        -------------
        
        You can access the documentation at
        http://madeira-cloud-pysa-document.readthedocs.org/en/latest/
        
        Authors and Contributors
        ------------------------
        
        -  Thibault BRONCHAIN thibault {at} mc2 {dot} io
        -  Michael CHO michael {at} mc2 {dot} io
        -  Ken CHEN ken {at} mc2 {dot} io
        
        Support or Contact
        ------------------
        
        Having trouble, remarks or suggestions about Pysa? Contact us at
        pysa@mc2.io and we'll help you sort it out.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: System
