.flake8
.gitignore
.readthedocs.yaml
CHANGELOG.rst
LICENSE
README.rst
pyproject.toml
requirements.txt
.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/fit_plot_no_sciform.py
examples/fit_plot_with_sciform.py
examples/requirements.txt
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
src/sciform/__init__.py
src/sciform/format_options.py
src/sciform/format_utils.py
src/sciform/formatter.py
src/sciform/formatting.py
src/sciform/fsml.py
src/sciform/grouping.py
src/sciform/modes.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/top_level.txt
tests/test_config.py
tests/test_float_formatter.py
tests/test_float_fsml.py
tests/test_invalid_options.py
tests/test_print.py
tests/test_sci_num_and_sci_num_unc.py
tests/test_val_unc_formatter.py
tests/test_val_unc_fsml.py