Metadata-Version: 1.1
Name: virtshell_commands
Version: 1.0.1
Summary: Shell commands for VirtShell
Home-page: https://github.com/janutechnology/VirtShell
Author: Carlos Alberto Llano R.
Author-email: carlos_llano@hotmail.com
License: MIT
Description: VirtShell-Command Project
        =========================
        
        VirtShell-Command is a set of shell commands which allows flexibility in the provisioning scripts.
        https://pypi.python.org/pypi/virtshell_commands/
        
        Additional Information
        ======================
        
        Creating an egg
        ===============
        python3 setup.py bdist_egg
        
        Upload commands to PyPI Test
        ============================
        In home:
        python setup.py register -r pypitest
        python setup.py sdist upload -r pypitest
        
        Upload commands to PyPI Live
        ============================
        In home:
        python setup.py register -r pypi
        python setup.py sdist upload -r pypi
Keywords: provisioning
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
