Metadata-Version: 2.4
Name: pypackage_example
Version: 0.3.1
Summary: Just an example of how to create a py package
Author-email: Lorenzo Crecco <lorenzo.crecco@hotmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/gthlor/pypackage_example
Keywords: pypackage_example
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: folium
Requires-Dist: geopandas
Requires-Dist: ipyleaflet
Requires-Dist: localtileserver
Requires-Dist: mapclassify
Requires-Dist: matplotlib
Requires-Dist: numpy
Provides-Extra: all
Requires-Dist: pypackage_example[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"
Dynamic: license-file

# pypackage_example


[![image](https://img.shields.io/pypi/v/pypackage_example.svg)](https://pypi.python.org/pypi/pypackage_example)
[![image](https://img.shields.io/conda/vn/conda-forge/pypackage_example.svg)](https://anaconda.org/conda-forge/pypackage_example)


**Just an example of how to create a py package**


-   Free software: MIT License
-   Documentation: https://gthlor.github.io/pypackage_example


## Features

-   TODO
