Metadata-Version: 2.4
Name: foliplus
Version: 0.2.0
Summary: foliplus is a pragmatic Folium toolkit built to streamline spatial data visualization workflows, allowing you to focus entirely on the data itself.
Author-email: "40% <@Zeroto521>" <Zeroto521@gmail.com>
License: MIT
Project-URL: Issues, https://github.com/Zeroto521/foliplus/issues
Project-URL: Source, https://github.com/Zeroto521/foliplus
Keywords: folium,leaflet,gis,map,visualization
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: folium>=0.14.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# foliplus

[![PyPI Version](https://img.shields.io/pypi/v/foliplus)](https://pypi.org/project/foliplus/)
[![Python Versions](https://img.shields.io/pypi/pyversions/foliplus)](https://pypi.org/project/foliplus/)
[![Test Status](https://github.com/Zeroto521/foliplus/actions/workflows/test.yaml/badge.svg)](https://github.com/Zeroto521/foliplus/actions/workflows/test.yaml)
[![Coverage Status](https://codecov.io/gh/Zeroto521/foliplus/branch/main/graph/badge.svg)](https://codecov.io/gh/Zeroto521/foliplus)
[![Documentation Status](https://readthedocs.org/projects/foliplus/badge/?version=latest)](https://foliplus.readthedocs.io/en/latest/?badge=latest)

**foliplus** is a pragmatic [Folium](https://python-visualization.github.io/folium) toolkit built to streamline spatial data visualization workflows, allowing you to focus entirely on the data itself.

See [documentation](https://foliplus.readthedocs.io/) for more information.
