Metadata-Version: 1.1
Name: raft
Version: 1.4.1.3
Summary: Pythonic task execution
Home-page: http://docs.pyinvoke.org
Author: Preetam Shingavi
Author-email: p.shingavi@yahoo.com
License: BSD
Description: 
        To find out what's new in this version of raft, please see `the changelog
        <http://pyinvoke.org/changelog.html#1.4.1.3>`_.
        
        Welcome to Raft!
        ==================
        
        raft is a Python (3.4+) library for managing shell-oriented that is a fork
        of the venerable invoke library.  Unlike invoke, raft takes after its
        grandmother (fab) and preserves underscores in both command names and
        argument names.
        subprocesses and organizing executable Python code into CLI-invokable tasks. It
        draws inspiration from various sources (``make``/``rake``, Fabric 1.x, etc) to
        arrive at a powerful & clean feature set.
        
        For a high level introduction, including example code, please see `our main
        project website <http://pyinvoke.org>`_; or for detailed API docs, see `the
        versioned API website <http://docs.pyinvoke.org>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
