.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements-dev.txt
setup.cfg
tox.ini
upload.sh
.github/dependabot.yml
.github/workflows/deploy_pypi.yml
.github/workflows/setup.sh
.github/workflows/test_suite.yml
doc/Makefile
doc/about.rst
doc/conf.py
doc/development.rst
doc/fiddy.rst
doc/index.rst
doc/make.bat
doc/modules.rst
doc/rtd_requirements.txt
doc/_static/.gitignore
doc/examples/derivative.ipynb
fiddy/__init__.py
fiddy/analysis.py
fiddy/constants.py
fiddy/derivative.py
fiddy/derivative_check.py
fiddy/directional_derivative.py
fiddy/function.py
fiddy/numpy.py
fiddy/step.py
fiddy/success.py
fiddy.egg-info/PKG-INFO
fiddy.egg-info/SOURCES.txt
fiddy.egg-info/dependency_links.txt
fiddy.egg-info/requires.txt
fiddy.egg-info/scm_file_list.json
fiddy.egg-info/scm_version.json
fiddy.egg-info/top_level.txt
tests/test_derivative.py
tests/test_function.py