.bumpversion.cfg
.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
.github/workflows/build-check.yml
.github/workflows/manual-release.yml
.github/workflows/pr-labeler.yml
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/version-bump.yml
.github/workflows/version-check.yml
flexfloat/__init__.py
flexfloat/core.py
flexfloat/py.typed
flexfloat/types.py
flexfloat.egg-info/PKG-INFO
flexfloat.egg-info/SOURCES.txt
flexfloat.egg-info/dependency_links.txt
flexfloat.egg-info/requires.txt
flexfloat.egg-info/top_level.txt
flexfloat/bitarray/__init__.py
flexfloat/bitarray/bitarray.py
flexfloat/bitarray/bitarray_bigint.py
flexfloat/bitarray/bitarray_bool.py
flexfloat/bitarray/bitarray_int64.py
flexfloat/bitarray/bitarray_mixins.py
scripts/validate_cicd.py
scripts/version_manager.py
tests/__init__.py
tests/test_addition.py
tests/test_bigint_bitarray.py
tests/test_bitarray.py
tests/test_bitarray_implementations.py
tests/test_conversions.py
tests/test_division.py
tests/test_flexfloat.py
tests/test_multiplication.py
tests/test_power.py
tests/test_str_representation.py
tests/test_subtraction.py