.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
.github/workflows/python-package.yml
.github/workflows/python-publish.yml
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/exp replacement.rst
docs/source/fsml.rst
docs/source/index.rst
docs/source/options.rst
docs/source/project.rst
docs/source/usage.rst
docs/source/_static/css/custom.css
examples/__init__.py
examples/fit_plot_no_sciform.py
examples/fit_plot_with_sciform.py
examples/jupyter_output_example.ipynb
examples/data/fit_data.json
examples/outputs/fit_plot_no_sciform.png
examples/outputs/fit_plot_no_sciform_table.txt
examples/outputs/fit_plot_with_sciform.png
examples/outputs/fit_plot_with_sciform_table.txt
examples/outputs/jupyter_output.png
src/sciform/__init__.py
src/sciform/format_utils.py
src/sciform/formatter.py
src/sciform/formatting.py
src/sciform/fsml.py
src/sciform/global_configuration.py
src/sciform/grouping.py
src/sciform/modes.py
src/sciform/output_conversion.py
src/sciform/prefix.py
src/sciform/scinum.py
src/sciform.egg-info/PKG-INFO
src/sciform.egg-info/SOURCES.txt
src/sciform.egg-info/dependency_links.txt
src/sciform.egg-info/requires.txt
src/sciform.egg-info/top_level.txt
src/sciform/options/__init__.py
src/sciform/options/conversion.py
src/sciform/options/finalized_options.py
src/sciform/options/global_options.py
src/sciform/options/input_options.py
src/sciform/options/populated_options.py
src/sciform/options/validation.py
tests/__init__.py
tests/test_config.py
tests/test_docstrings.py
tests/test_float_formatter.py
tests/test_float_fsml.py
tests/test_invalid_options.py
tests/test_modes_strings.py
tests/test_options_printout.py
tests/test_output_conversion.py
tests/test_sci_num.py
tests/test_separators.py
tests/test_val_unc_formatter.py
tests/test_val_unc_fsml.py