AUTHORS.rst
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
src/pyjams/__init__.py
src/pyjams/_version.py
src/pyjams/alpha_equ_h2o.py
src/pyjams/alpha_kin_h2o.py
src/pyjams/argsort.py
src/pyjams/closest.py
src/pyjams/division.py
src/pyjams/mcplot.py
src/pyjams/morris_method.py
src/pyjams/position.py
src/pyjams/screening.py
src/pyjams/str2tex.py
src/pyjams/tee.py
src/pyjams.egg-info/PKG-INFO
src/pyjams.egg-info/SOURCES.txt
src/pyjams.egg-info/dependency_links.txt
src/pyjams.egg-info/not-zip-safe
src/pyjams.egg-info/requires.txt
src/pyjams.egg-info/top_level.txt
src/pyjams/color/__init__.py
src/pyjams/color/brewer_palettes.py
src/pyjams/color/color.py
src/pyjams/color/mathematica_palettes.py
src/pyjams/color/ncl_palettes.py
src/pyjams/color/oregon_palettes.py
src/pyjams/color/sron2012_palettes.py
src/pyjams/const/__init__.py
src/pyjams/const/const.py
src/pyjams/functions/__init__.py
src/pyjams/functions/fit_functions.py
src/pyjams/functions/general_functions.py
src/pyjams/functions/logistic_function.py
src/pyjams/functions/opti_test_functions.py
src/pyjams/functions/sa_test_functions.py
tests/__init__.py
tests/test_alpha_equ_h2o.py
tests/test_alpha_kin_h2o.py
tests/test_argsort.py
tests/test_closest.py
tests/test_const.py
tests/test_division.py
tests/test_fit_functions.py
tests/test_general_functions.py
tests/test_logistic_function.py
tests/test_morris_method.py
tests/test_opti_test_functions.py
tests/test_position.py
tests/test_sa_test_functions.py
tests/test_screening.py
tests/test_str2tex.py
tests/test_tee.py