Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 571 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 571 Bytes

Python ComprasNet

Lib that scrap informations in Brazilian Governement`s system called ComprasNet

How to install

  1. Make and activate python3 virtualenv
  2. Run pip install -r requirements.txt

How to test

To run all tests you need to install test requirements before:

pip install -r requirements-test.txt

Unit tests

make test

Integration tests

make integration_test

Examples to how to use

See python contrib/example.py