Metadata-Version: 1.1
Name: pyarchops-helpers
Version: 0.0.1
Summary: Install All helpers
Home-page: https://github.com/pyarchops/helpers
Author: Azul
Author-email: pyarchops@azulinho.com
License: MIT license
Description: =====================
        pyArchOps/helpers
        =====================
        
        
        .. image:: https://img.shields.io/pypi/v/pyarchops_helpers.svg
                :target: https://pypi.python.org/pypi/pyarchops_helpers
        
        .. image:: https://img.shields.io/gitlab/pipeline/gitlab-org/gitlab-ce/master.svg
                :target: https://gitlab.com/pyarchops/helpers/pipelines
        
        .. image:: https://readthedocs.org/projects/pyarchops-helpers/badge/?version=latest
                :target: https://pyarchops-helpers.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/pyarchops/helpers/shield.svg
             :target: https://pyup.io/repos/github/pyarchops/helpers/
                  :alt: Updates
        
        
        helpers
        
        
        * Free software: MIT license
        * Documentation: https://pyarchops-helpers.readthedocs.io.
        
        
        Features
        --------
        
        * helpers
        
        Usage
        --------
        
        .. code-block:: python
        
            import os
            import pyarchops_helpers
        
            api = Api(
                '127.0.0.1:22',
                connection='smart',
                remote_user='ubuntu',
                private_key_file=os.getenv('HOME') + '/.ssh/id_rsa',
                become=True,
                become_user='root',
                sudo=True,
                ssh_extra_args='-o StrictHostKeyChecking=no'
            )
            result = pyarchops_helpers.apply(api)
            print(result)
        
        Development
        -----------
        
        Install requirements:
        
        .. code-block:: console
        
            $ sudo pacman -S tmux python-virtualenv python-pip libjpeg-turbo gcc make vim git tk tcl
        
        Git clone this repository
        
        .. code-block:: console
        
            $ git clone https://github.com/pyarchops/helpers.git pyarchops.helpers
            $ cd pyarchops.helpers
        
        
        2. See the `Makefile`, to get started simply execute:
        
        .. code-block:: console
        
            $ make up
        
        
        Credits
        -------
        
        * TODO
        
        
        
        =======
        History
        =======
        
        0.0.1 (2018-12-11)
        ------------------
        
        * First release on PyPI.
        
Keywords: pyarchops_helpers
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
