Changelog
=========
-+ Version 0.11 (??)
++ Version 0.20 (27.01.2012)
+ - Python 3 support
- Fixed some problems with running tests
- Issue #2: made all examples run (and test/run_examples_test.py pass)
on Windows.
pyelftools is in the public domain (see below if you need more details).
pyelftools uses the construct library for structured parsing of a binary
-stream. construct is packaged in pyelftools/construct - it is version 2.00 of
-the library, slighly modified by me. This version was also released by the
-original author of construct into the public domain, and its distribution with
-pyelftools maintains this license.
+stream. construct is packaged in pyelftools/construct - see its LICENSE
+file for the license.
-------------------------------------------------------------------------------
--------------
As a user of **pyelftools**, one only needs Python to run. It works with
-Python versions 2.6 and 2.7 (Python 3 support is planned). For hacking
-on **pyelftools** the requirements are a bit more strict, please see the
+Python versions 2.6, 2.7 and 3.2. For hacking on **pyelftools** the
+requirements are a bit more strict, please see the
`hacking guide <https://bitbucket.org/eliben/pyelftools/wiki/Hacking>`_.
Installing
-__version__ = '0.10'
+__version__ = '0.20'
description='Library for analyzing ELF files and DWARF debugging information',\r
long_description=description,\r
license='Public domain',\r
- version='0.10',\r
+ version='0.20',\r
author='Eli Bendersky',\r
maintainer='Eli Bendersky',\r
author_email='eliben@gmail.com',\r
url='https://bitbucket.org/eliben/pyelftools',\r
platforms='Cross Platform',\r
classifiers = [\r
- 'Programming Language :: Python :: 2',],\r
+ 'Programming Language :: Python :: 2',\r
+ 'Programming Language :: Python :: 3',\r
+ ],\r
\r
# All packages and sub-packages must be listed here\r
packages=[\r