Metadata-Version: 2.1
Name: python-cep
Version: 0.4.1
Summary: Busca endereco a partir de um CEP no site dos Correios
Home-page: https://github.com/aechiara/python-cep
Author: Alex Eduardo Chiaranda
Author-email: aechiara@gmail.com
License: MIT
Keywords: cep correios logradouro
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
License-File: LICENSE
Requires-Dist: requests (>2.5)

Busca endereço a partir de um CEP no site dos Correios

pip install python-cep

import buscacep

res = buscacep.busca_cep_correios('01310000')

# as dict (and convert to json if needed)

res = buscacep.busca_cep_correios_as_dict('01310000')
