.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements-test.txt
requirements.txt
.github/workflows/ci.yaml
docs/Makefile
docs/make.bat
docs/requirements-rtd.txt
docs/requirements.txt
docs/source/conf.py
docs/source/index.rst
notebooks/01-decode.ipynb
src/gfloat/__init__.py
src/gfloat/decode.py
src/gfloat/formats.py
src/gfloat/round.py
src/gfloat/types.py
src/gfloat.egg-info/PKG-INFO
src/gfloat.egg-info/SOURCES.txt
src/gfloat.egg-info/dependency_links.txt
src/gfloat.egg-info/requires.txt
src/gfloat.egg-info/top_level.txt
test/test_decode.py
test/test_finfo.py
test/test_round.py