Metadata-Version: 2.1
Name: workflow_tools
Version: 0.2.0
Summary: CLI tools for GitHub Actions
Home-page: https://github.com/anna-money/workflow-tools
Author: Absolutely No Nonsense Admin Ltd.
Author-email: hello@anna.money
License: Apache License 2.0
Description: workflow-tools
        ==============
        
        CLI tools for GitHub Actions.
        
        Use to automate your GitHub-based microservices.
        Generate your workflows and set secrets to GitHub repositories using command line tools.
        
        The tools include:
        
        - ``workflow_secret`` for GitHub secrets
        - ``workflow_generator`` for GitHub workflow generation
        
        
        Installation
        ------------
        
        Just run:
        
        .. code-block:: bash
        
          pip install -U workflow-tools
        
        
        Help
        ----
        
        Each tool provides help:
        
        .. code-block:: bash
        
          $ workflow_secret --help
          $ workflow_generator --help
        
        
        Changelog
        ---------
        
        0.2.0 (2020-03-30)
        ..................
        * Use GitHub Actions for the project (#2) by @pilosus
        
        0.1.0 (2020-03-30)
        ..................
        * Move internal ANNA project to open source (#1) by @pilosus
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Topic :: Internet
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
Description-Content-Type: text/x-rst
