CHANGELOG.md
LICENSE.txt
README.md
RELEASE.md
pyproject.toml
.github/workflows/publish.yml
.github/workflows/test_publish.yml
.github/workflows/tests.yml
src/approxkit/__init__.py
src/approxkit/_version.py
src/approxkit/chebyshev.py
src/approxkit/pade.py
src/approxkit/testing.py
src/approxkit/utils.py
src/approxkit.egg-info/PKG-INFO
src/approxkit.egg-info/SOURCES.txt
src/approxkit.egg-info/dependency_links.txt
src/approxkit.egg-info/requires.txt
src/approxkit.egg-info/scm_file_list.json
src/approxkit.egg-info/scm_version.json
src/approxkit.egg-info/top_level.txt
src/approxkit/tests/test_chebyshev.py
src/approxkit/tests/test_pade.py
src/approxkit/tests/test_utils.py