Metadata-Version: 2.1
Name: umap-project
Version: 1.2.4
Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
Home-page: UNKNOWN
Author: Yohan Boniface
License: UNKNOWN
Keywords: django leaflet geodjango openstreetmap map
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Django (==4.1.7)
Requires-Dist: django-agnocomplete (==2.2.0)
Requires-Dist: django-compressor (==4.3.1)
Requires-Dist: Pillow (==9.4.0)
Requires-Dist: psycopg2 (==2.9.5)
Requires-Dist: requests (==2.28.2)
Requires-Dist: social-auth-core (==4.3.0)
Requires-Dist: social-auth-app-django (==5.0.0)
Provides-Extra: dev
Requires-Dist: black (==21.10b0) ; extra == 'dev'
Requires-Dist: mkdocs (==1.2.3) ; extra == 'dev'
Provides-Extra: test
Requires-Dist: factory-boy (==3.2.1) ; extra == 'test'
Requires-Dist: pytest (==6.2.5) ; extra == 'test'
Requires-Dist: pytest-django (==4.5.2) ; extra == 'test'


# 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)[![Build Status](https://travis-ci.org/umap-project/umap.svg?branch=master)](https://travis-ci.org/umap-project/umap)

## 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 improved.*
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/).


