.gitignore
CHANGES.txt
LICENCE.txt
README.md
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
tox.ini
doc/Makefile
doc/requirements.txt
doc/source/conf.py
doc/source/decimalfp.rst
doc/source/index.rst
src/decimalfp/__init__.py
src/decimalfp/_cdecimalfp.c
src/decimalfp/_cdecimalfp.pyi
src/decimalfp/_cdecimalfp_docstrings.h
src/decimalfp/_pydecimalfp.py
src/decimalfp/py.typed
src/decimalfp/rounding.py
src/decimalfp/version.py
src/decimalfp.egg-info/PKG-INFO
src/decimalfp.egg-info/SOURCES.txt
src/decimalfp.egg-info/dependency_links.txt
src/decimalfp.egg-info/not-zip-safe
src/decimalfp.egg-info/top_level.txt
src/decimalfp/libfpdec/basemath.h
src/decimalfp/libfpdec/common.h
src/decimalfp/libfpdec/compiler_macros.h
src/decimalfp/libfpdec/digit_array.c
src/decimalfp/libfpdec/digit_array.h
src/decimalfp/libfpdec/digit_array_struct.h
src/decimalfp/libfpdec/format_spec.c
src/decimalfp/libfpdec/format_spec.h
src/decimalfp/libfpdec/fpdec.c
src/decimalfp/libfpdec/fpdec.h
src/decimalfp/libfpdec/fpdec_struct.h
src/decimalfp/libfpdec/helper_macros.h
src/decimalfp/libfpdec/mem.h
src/decimalfp/libfpdec/parser.c
src/decimalfp/libfpdec/parser.h
src/decimalfp/libfpdec/rounding.c
src/decimalfp/libfpdec/rounding.h
src/decimalfp/libfpdec/rounding_helper.h
src/decimalfp/libfpdec/shifted_int.c
src/decimalfp/libfpdec/shifted_int.h
src/decimalfp/libfpdec/uint128_math.h
src/decimalfp/libfpdec/uint128_math_native.h
src/decimalfp/libfpdec/uint128_type.h
src/decimalfp/libfpdec/uint128_type_native.h
src/decimalfp/libfpdec/uint64_math.h
src/decimalfp/libfpdec/unicode_digits.h
test/func/conftest.py
test/func/format.tests
test/func/test_adjustments.py
test/func/test_comparisons.py
test/func/test_computations.py
test/func/test_constructors.py
test/func/test_conversions.py
test/func/test_format.py
test/func/test_pickling.py
test/func/test_properties.py
test/perf/conftest.py
test/perf/test_perf.py