Metadata-Version: 2.1
Name: fabkit
Version: 0.1.0
Summary: Group of tools extending fabric v1.x tasks
Home-page: https://github.com/karolhor/fabkit
Author: Karol Horowski
Author-email: karol.hor@gmail.com
License: MIT
Description: # Fabkit
        This library is a group of common helpers for [Fabric 1.x](https://github.com/fabric/fabric) 
        used by myself in my projects.
        
        It was inspired by similar [fabtools](https://github.com/fabtools/fabtools)
        but it's targeting to be working on Arch Linux
        
        ## Installation
        
        To install the latest release from PyPI
        
        ```bash
        $ pip install fabkit
        ```
        
        ## Requirements
        
        * Python 3.6+
        * Arch Linux remote target (but most utils are generic and should work on other Linux systems)
        
        ## Examples
        
        tbd.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Systems Administration
Requires-Python: >=3.6
Description-Content-Type: text/markdown
