Metadata-Version: 2.1
Name: dead-bytecode
Version: 0.1.0
Summary: Backport of bytecode to Python 2
Home-page: https://github.com/p403n1x87/dead-bytecode
Author: Gabriele N. Tornetta
Author-email: phoenix1987@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/p403n1x87/dead-bytecode/
Project-URL: Bug Reports, https://github.com/p403n1x87/dead-bytecode/issues
Description: # dead-bytecode
        
        This is a backport of [`bytecode`](https://github.com/MatthieuDartiailh/bytecode)
        to Python 2. If you are looking for Python 3.4 and 3.5 support, the latest
        version of `bytecode` to support these versions is 0.12.0.
        
        
        ## Installation
        
        ```bash
        pip install dead-bytecode
        ```
        
        ## Documentation
        
        See the documentation of `bytecode` on [RTD](https://bytecode.readthedocs.io/en/latest/).
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Requires-Python: >=2.7, <3
Description-Content-Type: text/markdown
Provides-Extra: test
