.gitignore
CHANGES.txt
LICENCE.txt
MANIFEST.in
README.md
setup.py
tox.ini
doc/Makefile
doc/requirements.txt
doc/html/.buildinfo
doc/html/decimalfp.html
doc/html/genindex.html
doc/html/index.html
doc/html/objects.inv
doc/html/py-modindex.html
doc/html/search.html
doc/html/searchindex.js
doc/html/_sources/decimalfp.rst.txt
doc/html/_sources/index.rst.txt
doc/html/_static/basic.css
doc/html/_static/classic.css
doc/html/_static/copybutton.js
doc/html/_static/doctools.js
doc/html/_static/documentation_options.js
doc/html/_static/favicon.png
doc/html/_static/file.png
doc/html/_static/jquery-3.2.1.js
doc/html/_static/jquery.js
doc/html/_static/language_data.js
doc/html/_static/minus.png
doc/html/_static/plus.png
doc/html/_static/pydoctheme.css
doc/html/_static/pygments.css
doc/html/_static/right-red@2x.png
doc/html/_static/searchtools.js
doc/html/_static/sidebar.js
doc/html/_static/underscore-1.3.1.js
doc/html/_static/underscore.js
doc/source/conf.py
doc/source/decimalfp.rst
doc/source/index.rst
src/decimalfp/__init__.py
src/decimalfp/_cdecimalfp.c
src/decimalfp/_cdecimalfp.pyx
src/decimalfp/_pydecimalfp.py
src/decimalfp/rounding.py
src/decimalfp.egg-info/PKG-INFO
src/decimalfp.egg-info/SOURCES.txt
src/decimalfp.egg-info/dependency_links.txt
src/decimalfp.egg-info/top_level.txt
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_contructors.py
test/func/test_conversions.py
test/func/test_format.py
test/func/test_pickling.py
test/func/test_properties.py
test/perf/test_perf.py