Skip to main content

A package helps you to get a CEP or Address from brazilian's postal service.

Project description

PyCEPSearch PyPI

This package helps you to get a CEP or Address from brazilian's postal service.

Notes

Version 0.0.1:

  • Get CEP by address
  • Get address by CEP

Installation

Use the package manager to install.

pip install PyCepSearch

Usage

After install:

from py_cep_search import cepsearch

search = cepsearch.CepSearch()

Get Addres by CEP

address = search.get_address_by_cep("") #it returns a dict

Get CEP by Address

cep = search.get_cep_by_address("") #it returns a list

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycepsearch-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

PyCEPSearch-0.0.1-py3-none-any.whl (4.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page