scanf
A small scanf implementation
A small scanf implementation
To install this package, run one of the following:
Python has powerful regular expressions but they can be totally overkill for many simpler situations. Additionally, some common numerical formats require quite complex regex's to match them robustly. This python implementation of scanf internally translates the simple scanf format into regular expressions, then returns the parsed values.
Summary
A small scanf implementation
Last Updated
Feb 16, 2025 at 08:48
License
MIT
Total Downloads
8.0K
Supported Platforms
GitHub Repository
https://github.com/joshburnett/scanfDocumentation
https://github.com/joshburnett/scanf