Metadata-Version: 1.0
Name: stackdriver-formatter
Version: 1.0.2
Summary: Stackdriver Formatter
Home-page: https://github.com/stone-payments/stackdriver-formatter
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Description: # Stackdriver Formatter
        
        This repository contains a project developed with Python3 :heart: with a stackdriver formatter that describe the necessary to meet the engineering goals.
        
        ## Starting
        
        This instructions should be enough to replicate the development enviroment of this project. If this is not the case, please, feel free to open a pull request.
        
        ## Prerequisites
        
        After cloning the project, you will need Python 3.7.5.
        
        ## Environment
        
        ```bash
        python3 -m venv /path/to/new/virtual/environment
        source venv/bin/activate
        ```
        
        ## Settings
        `pip install -r requirements.txt``
        
        ## Testing
        
        Unit tests:
        
        `python -m unittest`
        
        ## Built With
        
        Python 3.7.5
        
        ## Authors
        
        [Celebro Team](mailto:devrc@stone.com.br) | :green_heart:
        <p><img src="./logo.svg" width="120" alt="Stone Pagamentos"></p>
        
        ## License
        
        Copyright (C) 2018. Stone Pagamentos. All rights reserved.
Platform: UNKNOWN
