{ "info": { "author": "Chris Vermeulen", "author_email": "chris@cmsoft.co.za", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Afrigis Python Library\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/ecd8973da991fa593b82/maintainability)](https://codeclimate.com/github/chris-cmsoft/python-afrigis/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/ecd8973da991fa593b82/test_coverage)](https://codeclimate.com/github/chris-cmsoft/python-afrigis/test_coverage)\n[![Build Status](https://travis-ci.org/chris-cmsoft/python-afrigis.svg?branch=master)](https://travis-ci.org/chris-cmsoft/python-afrigis)\n\n### Installation\n\n```bash\n$ pip install afrigis\n```\n\n### Services:\n\n#### Geocode\n\nExample on using the Geocode service\n```python\nfrom afrigis.services import geocode\nresult = geocode('AFRIGIS_KEY', 'AFRIGIS_SECRET', 'NADID | SEOID')\nprint(result)\n# {'number_of_records': 4, ...}\n```\n\n### Running tests\n\n```bash\n$ py.test\n```\n\n### Building and pushing to pypi\n\n> In order to di this please make sure you are authenticated against Pypi first :). \n> You ca do this with the following method: https://docs.python.org/3/distutils/packageindex.html#the-pypirc-file\n\n```bash\n$ python setup.py sdist upload\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chris-cmsoft/python-afrigis", "keywords": "Python Afrigis Integration", "license": "", "maintainer": "", "maintainer_email": "", "name": "afrigis", "package_url": "https://pypi.org/project/afrigis/", "platform": "", "project_url": "https://pypi.org/project/afrigis/", "project_urls": { "Homepage": "https://github.com/chris-cmsoft/python-afrigis" }, "release_url": "https://pypi.org/project/afrigis/0.1/", "requires_dist": null, "requires_python": "", "summary": "Afrigis Python Library", "version": "0.1" }, "last_serial": 3895109, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "562134ddc2c207cc5c46c4ce2a7a50d7", "sha256": "0d2f01fd0275e94a57fff1f30f37c007bf4056ac6efc279a374981339fe74f16" }, "downloads": -1, "filename": "afrigis-0.1.tar.gz", "has_sig": false, "md5_digest": "562134ddc2c207cc5c46c4ce2a7a50d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6619, "upload_time": "2018-05-24T12:53:13", "url": "https://files.pythonhosted.org/packages/fb/34/8df24443554a4bcf674845cf9322c9be2784b27bf7cbf4b66ad769a51c24/afrigis-0.1.tar.gz" } ], "0.1.0.dev1": [ { "comment_text": "", "digests": { "md5": "9163050caea6e6e056bcfc6a298c432c", "sha256": "d13bb5efa7211791ee38b3d647bf90639fa481497c8b1124d693552729903282" }, "downloads": -1, "filename": "afrigis-0.1.0.dev1.tar.gz", "has_sig": false, "md5_digest": "9163050caea6e6e056bcfc6a298c432c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6675, "upload_time": "2018-05-24T12:39:50", "url": "https://files.pythonhosted.org/packages/89/3c/fef604066fca22389fee58ea67973457132f8776b8391049c789d9fea806/afrigis-0.1.0.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "562134ddc2c207cc5c46c4ce2a7a50d7", "sha256": "0d2f01fd0275e94a57fff1f30f37c007bf4056ac6efc279a374981339fe74f16" }, "downloads": -1, "filename": "afrigis-0.1.tar.gz", "has_sig": false, "md5_digest": "562134ddc2c207cc5c46c4ce2a7a50d7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6619, "upload_time": "2018-05-24T12:53:13", "url": "https://files.pythonhosted.org/packages/fb/34/8df24443554a4bcf674845cf9322c9be2784b27bf7cbf4b66ad769a51c24/afrigis-0.1.tar.gz" } ] }