{ "info": { "author": "ExCiteS", "author_email": "excites@ucl.ac.uk", "bugtrack_url": null, "classifiers": [], "description": ".. image:: https://img.shields.io/pypi/v/geokey-geotagx.svg\n :alt: PyPI Package\n :target: https://pypi.python.org/pypi/geokey-geotagx\n\n.. image:: https://img.shields.io/travis/ExCiteS/geokey-geotagx/master.svg\n :alt: Travis CI Build Status\n :target: https://travis-ci.org/ExCiteS/geokey-geotagx\n\n.. image:: https://img.shields.io/coveralls/ExCiteS/geokey-geotagx/master.svg\n :alt: Coveralls Test Coverage\n :target: https://coveralls.io/r/ExCiteS/geokey-geotagx\n\ngeokey-geotagx\n==============\n\nImport results from `GeoTag-X `_.\n\nInstall\n-------\n\ngeokey-geotagx requires:\n\n- Python version 2.7\n- GeoKey versions 0.9, 0.10, or 1.0\n\nInstall the extension from PyPI:\n\n.. code-block:: console\n\n pip install geokey-geotagx\n\nOr from cloned repository:\n\n.. code-block:: console\n\n cd geokey-geotagx\n pip install -e .\n\nAdd the package to installed apps:\n\n.. code-block:: console\n\n INSTALLED_APPS += (\n ...\n 'geokey_geotagx',\n )\n\nYou're now ready to go!\n\nTest\n----\n\nRun tests:\n\n.. code-block:: console\n\n python manage.py test geokey_geotagx\n\nCheck code coverage:\n\n.. code-block:: console\n\n coverage run --source=geokey_geotagx manage.py test geokey_geotagx\n coverage report -m --omit=*/tests/*,*/migrations/*\n\nAPI\n---\n\nTo import results POST a feature collection:\n\n.. code-block:: console\n\n POST /api/geotagx/:project_id/import/\n Content-Type: application/json\n\n {\n \"type\": \"FeatureCollection\",\n \"features\": []\n }\n\nReturns (if successful):\n\n.. code-block:: console\n\n HTTP/1.1 201 Created\n\n Objects created\n", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/ExCiteS/geokey-geotagx/tarball/0.2.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ExCiteS/geokey-geotagx", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "geokey-geotagx", "package_url": "https://pypi.org/project/geokey-geotagx/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/geokey-geotagx/", "project_urls": { "Download": "https://github.com/ExCiteS/geokey-geotagx/tarball/0.2.0", "Homepage": "https://github.com/ExCiteS/geokey-geotagx" }, "release_url": "https://pypi.org/project/geokey-geotagx/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "Import results from GeoTag-X", "version": "0.2.0" }, "last_serial": 2073931, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a758344f603cebda9e4399cf58679920", "sha256": "df5f9a068aff3d78cd5022c1eb545cd064bd643843e7f2bdcee9538d1be1401b" }, "downloads": -1, "filename": "geokey-geotagx-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a758344f603cebda9e4399cf58679920", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6477, "upload_time": "2015-11-23T14:26:26", "url": "https://files.pythonhosted.org/packages/1d/cc/01f1e2d887031d572255c498acc7b78640b0f6a855a6fae30377d8685690/geokey-geotagx-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "6ba57b0d9afc6257eec2cb8951033aac", "sha256": "2d7325f8c3e21b7633d71cfe8b5273e47893d64d28069f950c24a7828e103989" }, "downloads": -1, "filename": "geokey-geotagx-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6ba57b0d9afc6257eec2cb8951033aac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2717, "upload_time": "2016-04-20T11:34:59", "url": "https://files.pythonhosted.org/packages/06/16/ff1146f3fb4408f30b3056c9dd844e0a898c6979497523aa112d1272b494/geokey-geotagx-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6ba57b0d9afc6257eec2cb8951033aac", "sha256": "2d7325f8c3e21b7633d71cfe8b5273e47893d64d28069f950c24a7828e103989" }, "downloads": -1, "filename": "geokey-geotagx-0.2.0.tar.gz", "has_sig": false, "md5_digest": "6ba57b0d9afc6257eec2cb8951033aac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2717, "upload_time": "2016-04-20T11:34:59", "url": "https://files.pythonhosted.org/packages/06/16/ff1146f3fb4408f30b3056c9dd844e0a898c6979497523aa112d1272b494/geokey-geotagx-0.2.0.tar.gz" } ] }