Skip to main content

Provides programmatic access to a list of the largest US Cities

Project description

Provides programmatic access to a list of the largest US Cities. Currently contains the top 140 more populus cities in the US

Usage:

>>> import pycity
>>> pycity.cities.get(code='US-AL')
[
        {u'code': u'US-AL', u'name': u'Birmingham', u'population': 212113},
        {u'code': u'US-AL', u'name': u'Montgomery', u'population': 201332},
        {u'code': u'US-AL', u'name': u'Mobile', u'population': 194899},
        {u'code': u'US-AL', u'name': u'Huntsville', u'population': 186254}
]

The get method can take one of three keys - ‘code’, ‘name’, or ‘population’ - as a filter

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

pycity-0.1.3.tar.gz (3.8 kB view hashes)

Uploaded Source

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