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.2.tar.gz
(3.7 kB
view details)
File details
Details for the file pycity-0.1.2.tar.gz.
File metadata
- Download URL: pycity-0.1.2.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42110f7cc587d9ddfc7c9a5a0714a9285880229fe8f701d5a30db12197331370
|
|
| MD5 |
47e4a702a02c1c2504bc61bac4821927
|
|
| BLAKE2b-256 |
6ab74b1045ccc2003d469b4407cdd777d3b0bbab88c3010ed266c71f21dfa7aa
|