Skip to content

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

License

Notifications You must be signed in to change notification settings

joao2391/pycepsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published