.travis.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
RELEASING.md
TIMING_35.ipynb
TIMING_36.ipynb
TIMING_37.ipynb
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
dev/README.md
dev/astyle.cfg
dev/bump.py
dev/ci-install-python.bash
dev/ci-update-path.bash
dev/clean.py
dev/patch_doctest.py
dev/requirements.in
dev/requirements.txt
dev/run_coverage.sh
docs/requirements.in
docs/requirements.txt
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/timing.rst
fastnumbers.egg-info/PKG-INFO
fastnumbers.egg-info/SOURCES.txt
fastnumbers.egg-info/dependency_links.txt
fastnumbers.egg-info/top_level.txt
include/fastnumbers/docstrings.h
include/fastnumbers/fn_bool.h
include/fastnumbers/numbers.h
include/fastnumbers/objects.h
include/fastnumbers/options.h
include/fastnumbers/parsing.h
include/fastnumbers/pstdint.h
include/fastnumbers/strings.h
include/fastnumbers/unicode_character.h
include/fastnumbers/version.h
src/fastnumbers.c
src/numbers.c
src/objects.c
src/parsing.c
src/strings.c
src/unicode_character.c
tests/conftest.py
tests/test_builtins.py
tests/test_fastnumbers.py
tests/test_fastnumbers_examples.py
tests/builtin_tests/__init__.py
tests/builtin_tests/py35/__init__.py
tests/builtin_tests/py35/builtin_test_float.py
tests/builtin_tests/py35/builtin_test_int.py
tests/builtin_tests/py35/support.py
tests/builtin_tests/py36/__init__.py
tests/builtin_tests/py36/builtin_test_float.py
tests/builtin_tests/py36/builtin_test_grammar.py
tests/builtin_tests/py36/builtin_test_int.py
tests/builtin_tests/py36/support.py
tests/builtin_tests/py37/__init__.py
tests/builtin_tests/py37/builtin_test_float.py
tests/builtin_tests/py37/builtin_test_grammar.py
tests/builtin_tests/py37/builtin_test_int.py
tests/builtin_tests/py37/support.py
tests/builtin_tests/py38/__init__.py
tests/builtin_tests/py38/builtin_test_float.py
tests/builtin_tests/py38/builtin_test_grammar.py
tests/builtin_tests/py38/builtin_test_int.py
tests/builtin_tests/py38/support.py