CONTRIBUTING.md
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
dev/README.md
dev/build.cmd
dev/patch_doctest.py
dev/run_coverage.sh
dev/testing-requirements.txt
docs/source/api.rst
docs/source/changelog.rst
docs/source/conf.py
docs/source/index.rst
docs/source/intro.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/docstrings.h
include/fn_bool.h
include/number_handling.h
include/object_handling.h
include/options.h
include/parsing.h
include/pstdint.h
include/quick_detection.h
include/string_handling.h
include/unicode_handling.h
include/version.h
src/check_number_is_number.c
src/check_object_is_number.c
src/check_string_is_number.c
src/check_unicode_character_is_number.c
src/convert_number_to_number.c
src/convert_object_to_number.c
src/convert_python_string_to_string.c
src/convert_python_unicode_to_unicode_character.c
src/convert_string_to_number.c
src/convert_unicode_character_to_number.c
src/fastnumbers.c
src/parse_float_from_string.c
src/parse_integer_from_string.c
src/quick_float_might_overflow.c
src/string_contains_float.c
src/string_contains_integer.c
src/string_contains_intlike_float.c
tests/test_builtins.py
tests/test_fastnumbers.py
tests/test_fastnumbers_examples.py
tests/time_base.py
tests/time_builtin.py
tests/time_fastnumbers.py
tests/time_float.py
tests/time_forceint.py
tests/time_int.py
tests/time_isfloat.py
tests/time_isint.py
tests/time_isintlike.py
tests/time_isreal.py
tests/time_real.py
tests/builtin_tests/__init__.py
tests/builtin_tests/py27/__init__.py
tests/builtin_tests/py27/builtin_test_float.py
tests/builtin_tests/py27/builtin_test_int.py
tests/builtin_tests/py27/builtin_test_support.py
tests/builtin_tests/py27/floating_points.txt
tests/builtin_tests/py33/__init__.py
tests/builtin_tests/py33/builtin_test_float.py
tests/builtin_tests/py33/builtin_test_int.py
tests/builtin_tests/py33/floating_points.txt
tests/builtin_tests/py33/support/__init__.py
tests/builtin_tests/py34/__init__.py
tests/builtin_tests/py34/builtin_test_float.py
tests/builtin_tests/py34/builtin_test_int.py
tests/builtin_tests/py34/floating_points.txt
tests/builtin_tests/py34/support/__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/floating_points.txt
tests/builtin_tests/py35/support/__init__.py
tests/builtin_tests/py35/support/script_helper.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/floating_points.txt
tests/builtin_tests/py36/support/__init__.py
tests/builtin_tests/py36/support/script_helper.py