SethMMorton / fastnumbers

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

Make most options keyword-only #31

Closed SethMMorton closed 4 years ago

SethMMorton commented 4 years ago

This frees up the developer to reorder options if needed.