Metadata-Version: 1.1
Name: magicinvoke
Version: 2.2.2
Summary: Pythonic task execution -- Based on invoke by Jeff Forcier
Home-page: https://magicinvoke.readthedocs.io/en/latest/
Author: Hayden Flinner
Author-email: haydenflinner@gmail.com
License: BSD
Description: 
        To find out what's new in this version of MagicInvoke, please see the changelog
        on GitHub for 2.2.2.
        
        Welcome to MagicInvoke!
        =========================
        
        Magicinvoke is a Python (2.7 and 3.4+) library based on
        `Invoke <http://pyinvoke.org>`_.
        
        It adds ``get_params_from_ctx``, ``skippable``, and ``magictask``,
        as well as including a patched version of ``invoke`` with 
        support for ``*args`` and ``**kwargs`` on tasks,
        some clearer exceptions, and some minor bugfixes.
        
        For docs and to see what magicinvoke has to offer you,
        `see here <https://magicinvoke.readthedocs.io>`_.
        
        Report issues and help out `here <https://github.com/haydenflinner/magicinvoke>`_.
        
        For getting started , we recommend you start with ``invoke``
        and then start mixing in ``magicinvoke`` once you feel the need
        for a bit more power. See the
        `examples <https://magicinvoke.readthedocs.io/en/latest/#jump-in>`_
        page of the ``magicinvoke`` doc.
        
        
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
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 :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: System :: Systems Administration
