Metadata-Version: 2.1
Name: libtestingtools
Version: 0.1
Summary: Módulo para aprendisagem e construção de projetos Python
Home-page: https://github.com/lucasfmerino/dev_tools_tests
Author: Lucas Fonseca Merino
Author-email: lucasfmerino@gmail.com
License: GNU AFFERO GENERAL PUBLIC LICENSE
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Pytest
Description-Content-Type: text/markdown
License-File: LICENSE

# dev_tools_tests

Developer tools testing repository

RepositÃ³rio para testes e aprendisagem de ferramentas que auxiliam o desenvolvedor.

[![Build Status](https://app.travis-ci.com/lucasfmerino/dev_tools_tests.svg?branch=main)](https://app.travis-ci.com/lucasfmerino/dev_tools_tests)
[![Updates](https://pyup.io/repos/github/lucasfmerino/dev_tools_tests/shield.svg)](https://pyup.io/repos/github/lucasfmerino/dev_tools_tests/)
[![Python 3](https://pyup.io/repos/github/lucasfmerino/dev_tools_tests/python-3-shield.svg)](https://pyup.io/repos/github/lucasfmerino/dev_tools_tests/)

---

TÃ³picos de estudo:

    1. Git
    2. Virtualenv
    3. Pip
    4. Rrquests
    5. Flake8
    6. Travis CI
    7. PublicaÃ§Ã£o de pacote PyPi
    8. Pytest
    9. Codecov

---

InstalaÃ§Ã£o (Windows)

```Console
python -m venv venv
venv\Scripts\activate
pip install -r requirements-dev.txt
```

Conferir Qualidade

```Console
flake8

```

---

<h4 align="center"> 
	ðŸš§  RepositÃ³rio ðŸš€ Em construÃ§Ã£o...  ðŸš§
</h4>
