Metadata-Version: 1.1
Name: afp
Version: 0.1
Summary: Python package and utilities for reading AFP (Advanced Function Presentation) files
Home-page: https://github.com/mdneale/afp
Author: Matthew Neale
Author-email: matt@matthewneale.net
License: UNKNOWN
Description: afp
        ---
        
        Python package and utilities for reading AFP (Advanced Function Presentation)
        files.
        
        Overview
        --------
        
        An afp package for Python, allowing the caller to read and decode AFP (Advanced
        Function Presentation) print files. For more information on AFP see the website
        of the AFP Consortium http://afpcinc.org.
        
        The repository also contains two utilities that make use of the library -
        dumpafp.py and afp2ascii.py.
        
        The code is pure Python 3.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Printing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
