bpc-f2format 0.8.7

Last updated:

0 purchases

bpc-f2format 0.8.7 Image
bpc-f2format 0.8.7 Images
Add to Cart

Description:

bpcf2format 0.8.7

NB: f2format is currently under reconstruction. It is highly recommended to directly install from the git repo or the pre-release distributions.

f2format







Write f-string in Python 3.6 flavour, and let f2format worry about back-port issues :beer:

  Since PEP 498, Python introduced
f-string
literals in version 3.6. Though released ever since
December 23, 2016, Python
3.6 is still not widely used as expected. For those who are now used to f-strings, f2format
provides an intelligent, yet imperfect, solution of a backport compiler by converting
f-strings to str.format expressions, which guarantees you to always write f-strings in Python
3.6 flavour then compile for compatibility later.
  f2format is inspired and assisted by my good mate @gousaiyang.
It functions by tokenising and parsing Python code into multiple abstract syntax trees (AST),
through which it shall synthesise and extract expressions from f-string literals, and then
reassemble the original string using str.format method. Besides
conversion and
format specification, f2format
also considered and resolved
string concatenation.
Also, it always tries to maintain the original layout of source code, and accuracy of syntax.
Documentation
  See documentation for usage and more details.
Contribution
  Contributions are very welcome, especially fixing bugs and providing test cases.
Note that code must remain valid and reasonable.
See Also

pybpc (formerly known as python-babel)
poseur
walrus
relaxedecor
vermin

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.