Provides API endpoints for CartoDB
Project description
geokey-cartodb
Provide API endpoints that can be used to import GeoKey data into CartoDB.
Install
geokey-cartodb requires:
Python version 2.7
GeoKey version 1.6 or greater
Install the extension from PyPI:
pip install geokey-cartodb
Or from cloned repository:
cd geokey-cartodb
pip install -e .
Add the package to installed apps:
INSTALLED_APPS += (
...
'geokey_cartodb',
)
Migrate the models into the database:
python manage.py migrate geokey_cartodb
You’re now ready to go!
Test
Run tests:
python manage.py test geokey_cartodb
Check code coverage:
coverage run --source=geokey_cartodb manage.py test geokey_cartodb
coverage report -m --omit=*/tests/*,*/migrations/*
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
geokey-cartodb-0.1.4.tar.gz
(5.1 kB
view details)
File details
Details for the file geokey-cartodb-0.1.4.tar.gz
.
File metadata
- Download URL: geokey-cartodb-0.1.4.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/2.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f56c8bff1e4c23f89769be72e6ec7c7a8beb27060f9437373732c3cd844b1e01 |
|
MD5 | 1c84886ba70fe4cc54a8a9f76e1d1b65 |
|
BLAKE2b-256 | 64c0e467484632c0b0939255f79994a05849bbdcffa35a2f8a99ebad84c5a7e2 |