About Anaconda Help Download Anaconda

A small scanf implementation

copied from cf-staging / scanf

Installers

  • noarch v1.5.2

conda install

To install this package run one of the following:
conda install conda-forge::scanf

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.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy