# geoleaflet

Python library to quickly build a standalone HTML file with a Leaflet visualization of a GeoJSON object.

Package Installation and Usage
------------------------------

The package is available on PyPI:

    python -m pip install geoleaflet

The library can be imported in the usual way:

    import geoleaflet
