Metadata-Version: 2.4
Name: spetro
Version: 0.0.1
Summary: High-performance rough volatility engine with GPU acceleration and neural surrogates
Author: aycsi
License: MIT
Project-URL: Homepage, https://github.com/aycsi/spetro
Project-URL: Repository, https://github.com/aycsi/spetro
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.21.0
Requires-Dist: scipy>=1.7.0
Provides-Extra: jax
Requires-Dist: jax>=0.4.0; extra == "jax"
Requires-Dist: jaxlib>=0.4.0; extra == "jax"
Requires-Dist: optax>=0.1.0; extra == "jax"
Requires-Dist: flax>=0.7.0; extra == "jax"
Requires-Dist: chex>=0.1.0; extra == "jax"
Provides-Extra: torch
Requires-Dist: torch>=2.0.0; extra == "torch"
Provides-Extra: all
Requires-Dist: jax>=0.4.0; extra == "all"
Requires-Dist: jaxlib>=0.4.0; extra == "all"
Requires-Dist: torch>=2.0.0; extra == "all"
Requires-Dist: optax>=0.1.0; extra == "all"
Requires-Dist: flax>=0.7.0; extra == "all"
Requires-Dist: chex>=0.1.0; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-benchmark>=4.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: isort>=5.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Provides-Extra: examples
Requires-Dist: matplotlib>=3.5.0; extra == "examples"
Requires-Dist: jupyter>=1.0.0; extra == "examples"
Requires-Dist: seaborn>=0.11.0; extra == "examples"
Dynamic: license-file

# Spetro

### V0.0.1

- High-performance rough volatility engine with GPU acceleration and neural surrogates.
- Ongoing development.
