Metadata-Version: 2.0
Name: umap-project
Version: 0.8.0
Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
Home-page: https://github.com/umap-project/umap
Author: Yohan Boniface
Author-email: ybon@openstreetmap.fr
License: UNKNOWN
Keywords: django leaflet geodjango openstreetmap
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Requires-Dist: Django (==1.10.5)
Requires-Dist: django-compressor (==2.1.1)
Requires-Dist: django-leaflet-storage (==0.8.0)
Requires-Dist: Pillow (==4.0.0)
Requires-Dist: psycopg2 (==2.6.2)
Requires-Dist: requests (==2.13.0)
Requires-Dist: social-auth-app-django (==1.0.1)
Requires-Dist: social-auth-core (==1.1.0)


# uMap project

[![Requirements Status](https://requires.io/github/umap-project/umap/requirements.svg?branch=master)](https://requires.io/github/umap-project/umap/requirements/?branch=master)
[![Join the chat at https://gitter.im/umap-project/umap](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/umap-project/umap?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Documentation Status](https://readthedocs.org/projects/umap-project/badge/?version=latest)](http://umap-project.readthedocs.io/en/latest/?badge=latest)

## About

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.
*Because we think that the more OSM will be used, the more OSM will be ''cured''.*
It uses [django-leaflet-storage](https://github.com/umap-project/django-leaflet-storage) and [Leaflet.Storage](https://github.com/umap-project/Leaflet.Storage),  built on top of Django and Leaflet.


## Installation and configuration

See [developer documentation](https://umap-project.readthedocs.io/en/latest/install/).


