Metadata-Version: 2.1
Name: PyBinF
Version: 0.1.0
Summary: Python binary files parser
Home-page: https://github.com/usr8820/PyBinF/
Author: Frank Lin
Author-email: W_126mail@126.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
Requires-Dist: PyErrs

PyBF is a Python module to read and write *binary* files. Use *PyBF.read* and *PyBF.write* to read and write.


