Skip to main content

Hub to connect multiple cep providers and setup a lambda func

Project description

Busca CEP utilizando diferentes provedores de consulta

PyPI version Build Status https://codecov.io/gh/lucassimon/hub-cep/branch/master/graph/badge.svg
import json
    from hub_cep.zipcodes import ZipCode

client = ZipCode(ZIPCODE)
status_code, body = client.search()

response = {
    "statusCode": status_code,
    "body": json.dumps(body)
}

return response

Installing hub-cep

pip install hub-cep

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

hub_cep-0.0.13.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

hub_cep-0.0.13-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 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