Metadata-Version: 2.4
Name: name-of-the-project
Version: 0.0.1
Summary: description
Author: Gnaneswara (Akhil) Marupilla
License: MIT
Project-URL: Homepage, https://github.com/gmarupilla/<PROJECT_PATH>
Project-URL: Bug Tracker, https://github.com/gmarupilla/<PROJECT_PATH>/issues
Keywords: geospatial,agriculture,raster,climate,workflow
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: geopandas
Requires-Dist: pyyaml
Requires-Dist: pydantic>=2.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Dynamic: license-file

# python-template
A template repo for Python Packages
