Skip to main content

Duplicate projects and categories

Project description

PyPI Package Travis CI Build Status Coveralls Test Coverage

geokey-duplicate

Duplicate project and categories

Download all observations Currently supported formats:

  • KML

  • GeoJSON

  • XLXS

Install

geokey-duplicate requires:

  • Python version 2.7

  • GeoKey version 1.6 or greater

Install the extension from PyPI:

pip install geokey-duplicate

Or from cloned repository:

cd geokey-duplicate
pip install -e .

Add the package to installed apps:

INSTALLED_APPS += (
    ...
    'geokey_duplicate',
)

Migrate the models into the database:

python manage.py migrate geokey_duplicate

Copy static files:

python manage.py collectstatic

You’re now ready to go!

Test

Run tests:

python manage.py test geokey_duplicate

Check code coverage:

coverage run --source=geokey_duplicate manage.py test geokey_duplicate
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-duplicate-0.0.6.tar.gz (12.0 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