LICENSE
README.md
pyproject.toml
src/dgpost/__init__.py
src/dgpost/main.py
src/dgpost.egg-info/PKG-INFO
src/dgpost.egg-info/SOURCES.txt
src/dgpost.egg-info/dependency_links.txt
src/dgpost.egg-info/entry_points.txt
src/dgpost.egg-info/requires.txt
src/dgpost.egg-info/top_level.txt
src/dgpost/transform/__init__.py
src/dgpost/transform/catalysis.py
src/dgpost/transform/chromatography.py
src/dgpost/transform/complex.py
src/dgpost/transform/electrochemistry.py
src/dgpost/transform/impedance.py
src/dgpost/transform/mixtures.py
src/dgpost/transform/rates.py
src/dgpost/transform/reflection.py
src/dgpost/transform/table.py
src/dgpost/transform/circuit_utils/__init__.py
src/dgpost/transform/circuit_utils/circuit_components.py
src/dgpost/transform/circuit_utils/circuit_parser.py
src/dgpost/utils/__init__.py
src/dgpost/utils/extract.py
src/dgpost/utils/helpers.py
src/dgpost/utils/load.py
src/dgpost/utils/parse.py
src/dgpost/utils/pivot.py
src/dgpost/utils/plot.py
src/dgpost/utils/save.py
src/dgpost/utils/transform.py
tests/test_catalysis_atbal.py
tests/test_catalysis_conversion.py
tests/test_catalysis_selectivity.py
tests/test_catalysis_yield.py
tests/test_chromatography.py
tests/test_complex.py
tests/test_electrochemistry_charge.py
tests/test_electrochemistry_current.py
tests/test_electrochemistry_fe.py
tests/test_electrochemistry_nernst.py
tests/test_extract.py
tests/test_impedance.py
tests/test_load.py
tests/test_main.py
tests/test_mixtures_flowtofraction.py
tests/test_parse.py
tests/test_pivot.py
tests/test_plot.py
tests/test_rates_batchtomolar.py
tests/test_rates_flowtomolar.py
tests/test_realworld.py
tests/test_reflection.py
tests/test_roundtrip.py
tests/test_save.py
tests/test_table_apply_linear.py
tests/test_table_combine_columns.py
tests/test_table_combine_namespaces.py
tests/test_table_set_uncertainty.py