Metadata-Version: 1.1
Name: geokey-duplicate
Version: 0.0.2
Summary: Duplicate projects and categories
Home-page: https://github.com/ExCiteS/geokey-duplicate
Author: Francisco Sanz
Author-email: frasanz@bifi.es
License: MIT
Download-URL: https://github.com/ExCiteS/geokey-duplicate/tarball/0.0.2
Description: .. image:: https://img.shields.io/pypi/v/geokey-duplicate.svg
            :alt: PyPI Package
            :target: https://pypi.python.org/pypi/geokey-duplicate
        
        .. image:: https://img.shields.io/travis/ExCiteS/geokey-duplicate/master.svg
            :alt: Travis CI Build Status
            :target: https://travis-ci.org/ExCiteS/geokey-duplicate
        
        .. image:: https://img.shields.io/coveralls/ExCiteS/geokey-duplicate/master.svg
            :alt: Coveralls Test Coverage
            :target: https://coveralls.io/r/ExCiteS/geokey-duplicate
        
        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:
        
        .. code-block:: console
        
            pip install geokey-duplicate
        
        Or from cloned repository:
        
        .. code-block:: console
        
            cd geokey-duplicate
            pip install -e .
        
        Add the package to installed apps:
        
        .. code-block:: python
        
            INSTALLED_APPS += (
                ...
                'geokey_duplicate',
            )
        
        Migrate the models into the database:
        
        .. code-block:: console
        
            python manage.py migrate geokey_duplicate
        
        Copy static files:
        
        .. code-block:: console
        
            python manage.py collectstatic
        
        You're now ready to go!
        
        Test
        ----
        
        Run tests:
        
        .. code-block:: console
        
            python manage.py test geokey_duplicate
        
        Check code coverage:
        
        .. code-block:: console
        
            coverage run --source=geokey_duplicate manage.py test geokey_duplicate
            coverage report -m --omit=*/tests/*,*/migrations/*
        
Platform: UNKNOWN
