An open API service indexing awesome lists of open source software.

https://github.com/ammaraskar/python-bytecode-downgrader


https://github.com/ammaraskar/python-bytecode-downgrader

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Python Bytecode Downgrader

![CI](https://github.com/ammaraskar/python-bytecode-downgrader/actions/workflows/ci.yml/badge.svg)

Downgrades Python bytecode from 3.9 so that it can be run on a 3.8 interpreter.

## Testing

1. Set up a venv

2. `pip install -r requirements.txt`

3. `python -m pytest`

## Usage

1. Set up a venv

2. `python -m pydowngrade ..`