Metadata-Version: 2.1
Name: invoke-release
Version: 4.6.0
Summary: Reusable Invoke-based command-line release tasks for libraries and services
Home-page: https://github.com/eventbrite/invoke-release
Author: Eventbrite, Inc.
Author-email: opensource@eventbrite.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
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: Topic :: Software Development
Requires-Dist: invoke (~=0.22.0)
Requires-Dist: six (~=1.11.0)
Requires-Dist: wheel (~=0.31.1)
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

This provides some stock tasks built atop Invoke (http://www.pyinvoke.org/) to make releasing
your libraries and services, using Git tags, easier and more streamlined. Simply configure your project with a
`task.py` file per the instructions at https://github.com/eventbrite/invoke-release, and you can then perform robust
releases like so:

.. code-block:: bash

    $ invoke version
    $ invoke release
    $ invoke wheel
    $ invoke branch
    $ invoke rollback-release

