Skip to main content

Provides API endpoints for CartoDB

Project description

PyPI Package Travis CI Build Status Coveralls Test Coverage

geokey-cartodb

Provide API endpoints that can be used to import GeoKey data into CartoDB.

Install

geokey-cartodb requires:

  • Python version 2.7

  • GeoKey versions 0.9, 0.10, or 1.0

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.2.tar.gz (4.5 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