Metadata-Version: 2.1
Name: pyscanf
Version: 0.0.1
Summary: Read formatted input from the standard input in C style
Author-email: kemplerart <kirilstrezikozin@gmail.com>
Project-URL: Homepage, https://github.com/KirilStrezikozin/pyscanf
Project-URL: Issues, https://github.com/KirilStrezikozin/pyscanf/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

# pyscanf
Read formatted input from the standard input in C style
