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
- Host: GitHub
- URL: https://github.com/modeltc/pyrotom
- Owner: ModelTC
- Created: 2021-03-23T15:24:45.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T03:38:32.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T01:35:30.125Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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