Metadata-Version: 1.1
Name: dbtestpackage01
Version: 0.1
Summary: Just a package that I post on Pypi -- it's not  a big deal. 
Home-page: https://github.com/boybluepiano/dbtestpackage01
Author: Boybluepiano
Author-email: boybluepiano@gmail.com
License: UNKNOWN
Description: # dbtestpackage01
        Just a package that I post on Pypi -- it's not  a big deal. 
        
        [![Build Status](https://travis-ci.com/boybluepiano/dbtestpackage01.svg?branch=main)](https://travis-ci.com/boybluepiano/dbtestpackage01)
        [![codecov](https://codecov.io/gh/boybluepiano/dbtestpackage01/branch/main/graph/badge.svg?token=YYNMU5QAB1)](https://codecov.io/gh/boybluepiano/dbtestpackage01)
        [![Updates](https://pyup.io/repos/github/boybluepiano/dbtestpackage01/shield.svg)](https://pyup.io/repos/github/boybluepiano/dbtestpackage01/)
        [![Python 3](https://pyup.io/repos/github/boybluepiano/dbtestpackage01/python-3-shield.svg)](https://pyup.io/repos/github/boybluepiano/dbtestpackage01/)
        
        Instalar o pipenv:
        ```console
        pip install pipenv
        ```
        
        Criar ambiente virtual:
        ```console
        pipenv install
        ```
        
        Instalar dependêcias:
        ```console
        pipenv sync
        ```
        
        Instalar dependêcias de desenvolvimento:
        ```console
        pipenv sync -d
        ```
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Pytest
