.gitignore
AUTHORS.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
optional_requirements.txt
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
versioneer.py
.github/workflows/build_docs.yml
.github/workflows/build_test.yml
.github/workflows/install.yml
AutoFeedback/__init__.py
AutoFeedback/_version.py
AutoFeedback/bcolors.py
AutoFeedback/funcchecks.py
AutoFeedback/function_error_messages.py
AutoFeedback/plot_error_messages.py
AutoFeedback/plotchecks.py
AutoFeedback/plotclass.py
AutoFeedback/randomclass.py
AutoFeedback/utils.py
AutoFeedback/varchecks.py
AutoFeedback/variable_error_messages.py
AutoFeedback.egg-info/PKG-INFO
AutoFeedback.egg-info/SOURCES.txt
AutoFeedback.egg-info/dependency_links.txt
AutoFeedback.egg-info/entry_points.txt
AutoFeedback.egg-info/requires.txt
AutoFeedback.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/min_versions.rst
docs/source/release-history.rst
docs/source/usage.rst
docs/source/_static/.placeholder
test/__init__.py
test/printtest.py
test/testfuncs.py
test/testplot.py
test/testprint.py
test/testsymp.py
test/testutils.py
test/testvars.py