Metadata-Version: 2.1
Name: pygov-br-mj
Version: 0.1.0
Summary: A short description for your project.
Home-page: UNKNOWN
Author: Matheus Fernandes
Author-email: matheus.souza.fernandes@gmail.com
License: UNKNOWN
Description: .. image:: https://travis-ci.org/tenhodito/pygov-br.svg?branch=dev
            :target: https://travis-ci.org/tenhodito/pygov-br
        .. image:: https://landscape.io/github/tenhodito/pygov-br/dev/landscape.svg?style=flat
           :target: https://landscape.io/github/tenhodito/pygov-br/dev
           :alt: Code Health
        .. image:: https://coveralls.io/repos/github/tenhodito/pygov-br/badge.svg?branch=dev
            :target: https://coveralls.io/github/tenhodito/pygov-br?branch=dev
        
        
        Pygov-br é uma lib que tem o objetivo de unificar as API's de dados abertos
        governamentais brasileiros. Atualmente, a pygov-br tem suporte para:
        
        * Webservices da Câmara dos Deputados
        
        Instalação
        ----------
        
        ::
        
            pip install pygov-br
        
        Utilização
        ----------
        
        ::
        
            from pygov_br.camara_deputados import cd
            cd.deputies.all()
        
        
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: dev
