Geonames data for continents, cities and US states.
Project description
A Python library that provides functions to retrieve names and codes of continents, countries and US states as Python dictionaries.
Geonames data is obtained from GeoNames.
Installation
To install geonamescache, run:
$ sudo pip install geonamescache
Or, if necessary:
$ sudo easy_install geonamescache
Usage
A simple usage example:
import geonamescache gc = geonamescache.GeonamesCache() countries = gc.get_countries() # print countries dictionary print(countries) # you really wanna do something more useful with the data...
Methods
Currently geonamescache provides the following methods, that all return dictionaries with the requested data:
get_continents()
get_countries()
get_us_states()
Contributing
Fork the repository on GitHub
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am ‘Added some feature’)
Push to the branch (git push origin my-new-feature)
Create new Pull Request
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file geonamescache-0.5.tar.gz
.
File metadata
- Download URL: geonamescache-0.5.tar.gz
- Upload date:
- Size: 8.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35f60a82885819274292598b7e840f07505afbe74f057a1f4355ddfab9bfac69 |
|
MD5 | d7910ca0fc93749cfa37a70abe702393 |
|
BLAKE2b-256 | 66da6dbc162155b71aff16d9939800df7eee41b9699b78010c6a5260c072b4fd |