Metadata-Version: 1.0
Name: example-pybr
Version: 0.2
Summary: Example of a simple Python package
Home-page: http://github.com/deboraazevedo/example_pybr
Author: Debora Azevedo
Author-email: deboraazevedo@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: # import example_pybr - Example of a simple Python package
        [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
        
        ## Installation
        ```
        pip install example_pybr
        ```
        
        ## Usage
        
        ```
        >>> from example_pybr import example_pybr
        
        >>> example_pybr.hello()
        
        "Hello, PyBR14!"
        
        ```
        
        ## Contributing
        PRs are welcome, if you have any questions don't be afraid to open an issue.
        
        And remember: Always pull before pushing =)
        
Platform: UNKNOWN
