Metadata-Version: 2.4
Name: neoplot
Version: 0.1.0
Summary: Standardized, publication-ready plotting framework for geoscience
Author-email: Chris <christianpp36@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/user/neoplot
Project-URL: Documentation, https://neoplot.readthedocs.io
Project-URL: Repository, https://github.com/user/neoplot.git
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: matplotlib>=3.5.0
Requires-Dist: cartopy>=0.21.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: black>=22.0; extra == "dev"
Requires-Dist: flake8>=4.0; extra == "dev"
