Metadata-Version: 2.4
Name: SPOMSO
Version: 1.4.0
Summary: Python package for generating geometry and vector fields with SDFs.
Author-email: Peter Ropač <peter.ropac@fmf.uni-lj.si>
Project-URL: Homepage, https://github.com/peterropac/Aegolius
Project-URL: Changelog, https://github.com/peterropac/Aegolius/blob/main/CHANGELOG.md
Keywords: python,geometry
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
License-File: LICENSE
License-File: LICENSE_NOTICE
Requires-Dist: numpy
Requires-Dist: scipy
Provides-Extra: autodiff
Requires-Dist: jax; extra == "autodiff"
Requires-Dist: jaxlib; extra == "autodiff"
Requires-Dist: optax; extra == "autodiff"
Provides-Extra: plot
Requires-Dist: matplotlib; extra == "plot"
Requires-Dist: plotly; extra == "plot"
Provides-Extra: all
Requires-Dist: jax; extra == "all"
Requires-Dist: jaxlib; extra == "all"
Requires-Dist: matplotlib; extra == "all"
Requires-Dist: plotly; extra == "all"
Dynamic: license-file
