CMD + K

scanf

Community

A small scanf implementation

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::scanf

Usage Tracking

1.6.0
1.5.2
2 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

A small scanf implementation

Last Updated

Feb 16, 2025 at 08:48

License

MIT

Total Downloads

8.0K

Supported Platforms

noarch