Metadata-Version: 2.4
Name: derivkit
Version: 1.1.0
Summary: A robust toolkit for stable numerical derivatives
Author-email: Nikolina Šarčević <nikolina.sarcevic@gmail.com>, Matthijs van der Wild <matthijs@vanderwild.com>, Cynthia Trendafilova <cyntrendafilova@gmail.com>
License-Expression: MIT
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numdifftools
Requires-Dist: numpy
Requires-Dist: multiprocess
Requires-Dist: scipy
Requires-Dist: tox
Requires-Dist: getdist
Requires-Dist: emcee
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx<9; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: sphinx-multiversion; extra == "docs"
Requires-Dist: furo; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: lint
Requires-Dist: ruff; extra == "lint"
Provides-Extra: jax
Requires-Dist: jax>=0.4; extra == "jax"
Requires-Dist: jaxlib>=0.4; extra == "jax"
Dynamic: license-file

# derivkit

[![CI](https://github.com/derivkit/derivkit/actions/workflows/ci.yml/badge.svg)](https://github.com/derivkit/derivkit/actions/workflows/ci.yml)
[![Deploy Sphinx Documentation](https://github.com/derivkit/derivkit/actions/workflows/docs.yml/badge.svg)](https://github.com/derivkit/derivkit/actions/workflows/docs.yml)
[![License](https://img.shields.io/github/license/derivkit/derivkit)](LICENSE)


**DerivKit** is a robust Python toolkit for stable numerical derivatives, built for scientific computing, cosmology, and any domain requiring accurate gradients or higher-order expansions.

Detailed documentation, examples, and API reference can be found at the [derivkit documentation](https://docs.derivkit.org).


## License
MIT License © 2025 Niko Šarčević, Matthijs van der Wild, Cynthia Trendafilova and contributors.
