dadosgovbr 0.1.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

dadosgovbr 0.1.3

# dadosgovbr[![PyPI version](https://badge.fury.io/py/dadosgovbr.svg)](http://badge.fury.io/py/dadosgovbr)[![Build Status](https://travis-ci.org/georgeyk/dadosgovbr.svg?branch=master)](https://travis-ci.org/georgeyk/dadosgovbr)[![Coverage Status](https://coveralls.io/repos/georgeyk/dadosgovbr/badge.svg?branch=master)](https://coveralls.io/r/georgeyk/dadosgovbr?branch=master)---A library to programatically explore the Brazilian open data program.More details at [dados.gov.br][1]## MotivationBasically, I did this library because their web interface was broken for me, specially the search feature.Also, I feel more confortable exploring the data using a python shell with all the libraries available to handle json,csv and so on.## InstallAvailable in PyPi, just:```shell$ pip install dadosgovbr```## ExamplesThe library just provides an "object-wrapping" for the API results, so we can access every attribute as weinspect any regular python object:```python>>> from dadosgovbr import DadosGovBR>>> api = DadosGovBR()>>> api.get_tag('VT')Tag(vocabulary_id=None, packages=<generator object model_list_factory at 0x7f7dac17af00>, display_name=u'VT',id=u'41a7ab78-3cec-44a3-b2c3-ca15ad55a50f', name=u'VT')```Check the tests directory for more examples, like [this one][2].## NOTEThis is very *work-in-progress* lib.Contributions are super-welcome. =)## Development1. fork the project2. create virtualenv (optional)3. pip install -r requirements-devel.txt4. pre-commit install5. tox[1]: http://dados.gov.br/dataset[2]: example.py## History## 0.1.3* First tag release* Bug fixes## 0.1.2* Improve test coverage* Minor fixes## 0.1.1* Fix import errors## 0.1.0* Initial release

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.