AUTHORS.rst
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
setup.cfg
src/pyjams/__init__.py
src/pyjams/_version.py
src/pyjams/air_humidity.py
src/pyjams/alpha_equ_h2o.py
src/pyjams/alpha_kin_h2o.py
src/pyjams/argsort.py
src/pyjams/class_datetime.py
src/pyjams/closest.py
src/pyjams/date2date.py
src/pyjams/division.py
src/pyjams/fgui.py
src/pyjams/fsread.py
src/pyjams/gridcellarea.py
src/pyjams/helper.py
src/pyjams/kernel_regression.py
src/pyjams/mad.py
src/pyjams/mcplot.py
src/pyjams/means.py
src/pyjams/morris_method.py
src/pyjams/npyio.py
src/pyjams/position.py
src/pyjams/readnetcdf.py
src/pyjams/romanliterals.py
src/pyjams/sce.py
src/pyjams/screening.py
src/pyjams/str2tex.py
src/pyjams/tee.py
src/pyjams/text2plot.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/pyjams_colors.pdf
src/pyjams/color/pyjams_palettes.py
src/pyjams/color/sron2012_palettes.py
src/pyjams/color/sron_palettes.py
src/pyjams/color/ufz_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
src/pyjams/ncio/__init__.py
src/pyjams/ncio/netcdfio.py
tests/__init__.py
tests/cps71.csv
tests/test_air_humidity.py
tests/test_alpha_equ_h2o.py
tests/test_alpha_kin_h2o.py
tests/test_argsort.py
tests/test_closest.py
tests/test_color.py
tests/test_const.py
tests/test_date2date.py
tests/test_datetime.py
tests/test_division.py
tests/test_fit_functions.py
tests/test_fsread.py
tests/test_general_functions.py
tests/test_gridcellarea.py
tests/test_kernel_regression.py
tests/test_logistic_function.py
tests/test_mad.py
tests/test_means.py
tests/test_morris_method.py
tests/test_ncio.nc
tests/test_ncio.py
tests/test_npyio.py
tests/test_opti_test_functions.py
tests/test_position.py
tests/test_readexcel.xls
tests/test_readexcel.xlsx
tests/test_readnetcdf.nc
tests/test_readnetcdf.py
tests/test_readnetcdf1.nc
tests/test_romanliterals.py
tests/test_sa_test_functions.py
tests/test_sce.py
tests/test_screening.py
tests/test_str2tex.py
tests/test_tee.py