Parse strings using a specification based on the Python format() syntax.
Provides
Requires
License
MIT
Changelog
* Thu Sep 26 2024 Thiago Bertoldi <thiago.bertoldi@suse.com>
- use modern python version on Leap15.6
* Thu Jun 20 2024 Dirk Müller <dmueller@suse.com>
- update to 1.20.2:
* allow hyphen in field name. closes #86
* Thu Feb 01 2024 Steve Kowalik <steven.kowalik@suse.com>
- Switch to pytest, like upstream has.
* Tue Jan 30 2024 Dirk Müller <dmueller@suse.com>
- update to 1.20.1:
* add formatter property, closes #172
* add security policy file. closes #175.
* Support various number of digits after the comma in the
timestamp %f …
* Sat Jan 13 2024 Dirk Müller <dmueller@suse.com>
- update to 1.20.0:
* Optimize _expand_named_fields
* Add functionality to parse datetimes according C standard
format codes.
- update to 1.19.1:
* Ad