pyc_editor 0.4.6

A Rust library for reading, modifying, and writing Python .pyc files.
Documentation
1
2
3
a = 1
b = 2
print(a + b)