Metadata-Version: 2.1
Name: pyreview
Version: 1.2.0
Summary: Deploy tool for Heroku Review App using Bitbucket Pipelines.
Home-page: https://github.com/franciscoafonsoo/pyreview
Author: Francisco Pires
Author-email: f.pires.dev@icloud.com
License: gpl-3.0
Description: # pyreview
        
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
        
        _pyreview_ is a deploy tool for Heroku Review App using Bitbucket Pipelines.
        
        ---
        
        Heroku Review App is a great tool to make ephemeral apps in Heroku. The problem
        is that this tool only plays nice with Github. Deploying Review apps from a CI
        system is frustrating and hard and still in a very early stage of development.
        
        This tool is an effort to automate the creation of Review Apps using Bitbucket
        Pipelines. It should be easy to fork this project and adapted it to another CI
        system (or abstract the CI at all).
        
        ---
        
        ## *This is a Work in Progress*
        
        This does the job, but don't expect many flexibility at this point. You are
        welcome to contribute by opening a issue or a Pull Request. I will pushing the
        guidelines to contribute soon.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
