Releases: nvbn/py-backwards
Releases · nvbn/py-backwards
0.6
- #24 Set correct target to FormattedValuesTransformer
- #19 Accept more than one input
- #11 Set correct target to DictUnpackingTransformer
- #22 Setup.py integration? py-backwards-packager
- #21 Format string back-porting breaks when using variable annotations
0.5
- print additional dependencies after compilation:
➜ py-backwards -i src -o compiled -t 2.7
Compilation succeed:
target: 2.7
files: 1
took: 0.28 seconds
Additional dependencies:
pathlib2
six
- transformer 3.3: import pathlib2 instead of pathlib
- transformer 2.7: imports from six moves
- transformer 2.7: metaclass