Metadata-Version: 2.1
Name: pfp
Version: 0.4.11
Summary: An 010 template interpreter for Python
Home-page: https://github.com/d0c-s4vage/pfp
Download-URL: https://github.com/d0c-s4vage/pfp/tarball/v0.4.11
Author: James Johnson
Author-email: d0c.s4vage@gmail.com
Maintainer: James Johnson
License: MIT
Platform: Cross Platform
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
License-File: LICENSE
Requires-Dist: py010parser>=0.1.17
Requires-Dist: six<2.0.0,>=1.10.0
Requires-Dist: intervaltree<4.0.0,>=3.0.2


        pfp is an 010 template interpreter for Python. It accepts an
        input data stream and an 010 template and returns a modifiable
        DOM of the parsed data. Extensions have also been added to the
        010 template syntax to allow for linked fields (e.g. checksums,
        length calculations, etc), sub structures in compressed data,
        etc.
    
