Metadata-Version: 1.0
Name: elflib
Version: 0.1.0
Summary: library for working with ELF files
Home-page: http://pypi.python.org/pypi/elflib/
Author: Ilan Schnell
Author-email: ilanschnell@gmail.com
License: PSF
Description: ======
        elflib
        ======
        
        elflib is a Python library for working with ELF (Executable and Linking
        Format) files.  Being implemented in pure Python, it is OS independent,
        although only useful on operations systems which use ELF.
        
        
        Note:
        -----
        
        The project Development Status is 1 - Planning, only very limited
        functionality has been implemented so far.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
