LICENSE
MANIFEST.in
README.rst
patch_doctest.py
setup.cfg
setup.py
docs/source/api.rst
docs/source/changelog.rst
docs/source/checks.rst
docs/source/conf.py
docs/source/fast.rst
docs/source/index.rst
docs/source/intro.rst
docs/source/timing.rst
docs/source/solar/NEWS.txt
docs/source/solar/README.rst
docs/source/solar/layout.html
docs/source/solar/theme.conf
docs/source/solar/static/solar.css
docs/source/solar/static/solarized-dark.css
docs/source/solar/static/subtle_dots.png
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/fast_conversions.h
include/fn_bool.h
include/parsing.h
include/py_shortcuts.h
include/py_to_char.h
include/version.h
src/fastnumbers.c
src/parse_float_from_string.c
src/parse_integer_from_string.c
src/parsing.c
src/py_shortcuts.c
src/py_to_char.c
src/string_contains_float.c
src/string_contains_integer.c
src/string_contains_intlike_float.c
src/string_contains_non_overflowing_float.c
tests/test_fastnumbers.py
tests/test_fastnumbers_examples.py
tests/time_base.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/time_short.py