Metadata-Version: 2.2
Name: torchpathdiffeq
Version: 0.0.1
Summary: A Python package description goes here.
Author-email: Kareem Hegazy <khegazy@berkeley.edu>
License: CC-BY 4.0
Project-URL: repository, https://github.com/khegazy/torchpathdiffeq
Project-URL: documentation, https://khegazy.github.io/torchpathdiffeq/
Project-URL: changelog, https://github.com/khegazy/torchpathdiffeq/blob/main/CHANGELOG.md
Keywords: MyKeyword1,MyKeyword2
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: numpy
Requires-Dist: torch
Requires-Dist: torchdiffeq
Requires-Dist: einops
Requires-Dist: psutil
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-cov>=3.10.0; extra == "dev"
Requires-Dist: ruff>=0.0.285; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs-material>=9.4.0; extra == "docs"
Requires-Dist: mkdocstrings[python]>=0.22.0; extra == "docs"
Requires-Dist: mkdocs-gen-files>=0.5.0; extra == "docs"
Requires-Dist: mkdocs-literate-nav>=0.6.0; extra == "docs"
Requires-Dist: pillow>=10.0.0; extra == "docs"
Requires-Dist: cairosvg>=2.7.1; extra == "docs"

# torchpathdiffeq

A simple-to-use resource for creating open-source Python packages.
