Metadata-Version: 2.1
Name: drode
Version: 1.1.0
Summary: A Cookiecutter template for creating Python projects
Home-page: https://github.com/lyz-code/drode
Author: Lyz
Author-email: lyz-code-security-advisories@riseup.net
License: GNU General Public License v3
Description: # Drode
        
        [![Actions Status](https://github.com/lyz-code/drode/workflows/Tests/badge.svg)](https://github.com/lyz-code/drode/actions)
        [![Actions Status](https://github.com/lyz-code/drode/workflows/Build/badge.svg)](https://github.com/lyz-code/drode/actions)
        [![Coverage Status](https://coveralls.io/repos/github/lyz-code/drode/badge.svg?branch=master)](https://coveralls.io/github/lyz-code/drode?branch=master)
        
        `drode` is a wrapper over the Drone and AWS APIs to make deployments more user
        friendly.
        
        It assumes that the projects are configured to continuous deliver all master
        commits to staging. Then those commits can be promoted to production or to
        staging for upgrades and rollbacks.
        
        It has the following features:
        
        * Prevent failed jobs to be promoted to production.
        * Promote jobs with less arguments than the drone command line.
        * Wait for a drone build to end, then raise the terminal bell.
        
        ## Help
        
        See [documentation](https://lyz-code.github.io/drode) for more details.
        
        ## Installing
        
        ```bash
        pip install drode
        ```
        
        ## Contributing
        
        For guidance on setting up a development environment, and how to make
        a contribution to *drode*, see [Contributing to
        drode](https://lyz-code.github.io/drode/contributing).
        
        ## License
        
        GPLv3
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
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 :: Utilities
Classifier: Natural Language :: English
Requires-Python: >=3.6
Description-Content-Type: text/markdown
