Metadata-Version: 2.0
Name: bytecode
Version: 0.2
Summary: Python module to modify bytecode
Home-page: https://github.com/haypo/bytecode
Author: Victor Stinner
Author-email: victor.stinner@gmail.com
License: MIT license
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules

********
bytecode
********

``bytecode`` is a Python module to modify bytecode.

* `bytecode project homepage at GitHub
  <https://github.com/haypo/bytecode>`_ (code, bugs)
* `bytecode documentation
  <https://bytecode.readthedocs.org/>`_
* `Download latest bytecode release at the Python Cheeseshop (PyPI)
  <https://pypi.python.org/pypi/bytecode>`_

Install bytecode: ``python3 -m pip install bytecode`` (``bytecode`` only works
on Python 3).

