Metadata-Version: 2.1
Name: umap-project
Version: 1.8.2
Summary: Create maps with OpenStreetMap layers in a minute and embed them in your site.
Author-email: Yohan Boniface <yb@enix.org>
Maintainer-email: David Larlet <david@larlet.fr>
License-File: LICENSE
Keywords: django,geodjango,leaflet,map,openstreetmap
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
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
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: django-agnocomplete==2.2.0
Requires-Dist: django-compressor==4.3.1
Requires-Dist: django-environ==0.10.0
Requires-Dist: django-probes==1.7.0
Requires-Dist: django>=4.1
Requires-Dist: pillow==9.5.0
Requires-Dist: psycopg2==2.9.6
Requires-Dist: requests==2.31.0
Requires-Dist: social-auth-app-django==5.2.0
Requires-Dist: social-auth-core==4.4.2
Provides-Extra: dev
Requires-Dist: black==23.3.0; extra == 'dev'
Requires-Dist: djlint==1.31.0; extra == 'dev'
Requires-Dist: hatch==1.7.0; extra == 'dev'
Requires-Dist: mkdocs==1.5.2; extra == 'dev'
Provides-Extra: docker
Requires-Dist: uwsgi==2.0.21; extra == 'docker'
Provides-Extra: test
Requires-Dist: factory-boy==3.2.1; extra == 'test'
Requires-Dist: playwright==1.38.0; extra == 'test'
Requires-Dist: pytest-django==4.5.2; extra == 'test'
Requires-Dist: pytest-playwright==0.4.2; extra == 'test'
Requires-Dist: pytest==6.2.5; extra == 'test'
Description-Content-Type: text/markdown


# 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/master/?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.*
Built on top of Django and Leaflet.


## Installation and configuration

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