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

https://github.com/modeltc/pyrotom

Python Code Hotfix and Refactor on the fly
https://github.com/modeltc/pyrotom

Last synced: 4 months ago
JSON representation

Python Code Hotfix and Refactor on the fly

Awesome Lists containing this project

README

          

# Pyrotom

Python Code Hotfix and Refactor on the fly!

WORK IN PROGRESS.

## Capability

- [x] Run temp code (`TempCodeManager`)
- [x] Trace function calls (`trace`)
- [x] Normalize AST for easier code modification (`flatten`)
- [ ] A better interface to modify code on the fly