Metadata-Version: 2.0
Name: wazimap-mapit
Version: 0.5.1
Summary: Uses Mapit to load maps and boundaries in Wazimap
Home-page: https://github.com/Code4SA/wazimap-mapit
Author: Code for South Africa
Author-email: greg@code4sa.org
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: requests (>=1.2.0)
Requires-Dist: GDAL (==1.11.0)
Requires-Dist: Shapely (>=1.5.13)
Provides-Extra: dev
Requires-Dist: nose; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Provides-Extra: test
Requires-Dist: nose; extra == 'test'
Requires-Dist: flake8; extra == 'test'

Wazimap Mapit
=============

Support for using Mapit maps in `Wazimap <http://wazimap.readthedocs.org/en/latest/>`_, generally from `mapit.code4sa.org <http://mapit.code4sa.org>`_.

Releasing a New Version
-----------------------

1. Update VERSION appropriately
2. Update the CHANGES.rst
3. Commit and push to github
4. Release to PyPI::

    python setup.py sdist bdist_wheel upload

License
=======

Licensed under the MIT License.


