SethMMorton / fastnumbers

Super-fast and clean conversions to numbers for Python.
https://pypi.org/project/fastnumbers/
MIT License
105 stars 13 forks source link

Add generalized type detection #38

Closed SethMMorton closed 4 years ago

SethMMorton commented 4 years ago

This is intended to close issue #36.

A new function, query_type, has been added that is similar to the built-in type function but will return float or int if a str or bytes contains what looks like a float or integer.

SethMMorton commented 4 years ago

@argenisleon Sorry about the delay. I have added your request.

SethMMorton commented 4 years ago

@argenisleon I assume that since no new comments have been made you are satisfied with the changes.