A package helps you to get a CEP or Address from brazilian's postal service.
Project description
PyCEPSearch
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
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for PyCEPSearch-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4b48bacc37136079390d7f3c8dabf1e8f5cae29b2b7b05732e215d3ddc551a2d |
|
MD5 | b346739724e4b30aa9d1dfff0d825ac8 |
|
BLAKE2b-256 | d7212aa39f140d7d2bf1421ab49cdd34be507f209a5efa0525a6c18cdab7878d |