Skip to content

It allows world's postal codes [zipcodes] easy retrieval.

License

Notifications You must be signed in to change notification settings

glombardo-se/zipcodes

Repository files navigation

zipcodes

Build status

Description

The purpose of this Python package is to allow easy retrieval of the world's postal codes (aka zipcodes). At the current release it consents:

  • to retrieve the postal code of a given placename
  • to retrieve the placenames of a given postal code

Installation

pip install ./zipcodes.zip

Usage

from zipcodes import Controller

controller = Controller()
controller.zipcode_by_placename('Leggiuno', 'IT')
# ['21038']

controller.placenames_by_zipcode('IT', '21038')
# ['Leggiuno', 'Sangiano']

License

The MIT License (MIT). Please see License File for more information.

About

It allows world's postal codes [zipcodes] easy retrieval.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published