https://github.com/ammaraskar/python-bytecode-downgrader
https://github.com/ammaraskar/python-bytecode-downgrader
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ammaraskar/python-bytecode-downgrader
- Owner: ammaraskar
- Created: 2022-03-11T17:02:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-15T21:35:20.000Z (over 4 years ago)
- Last Synced: 2025-06-10T01:45:17.389Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Bytecode Downgrader

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 ..`