Flask snippets collections. Initially ported from PyCharm, TextMate, SublimeText and other editors/IDEs.
If you'd like to contribute, feel free to submit a pull request on github
Thanks!
Abbreviation | Description |
---|---|
hw | Flask hello world |
route | Flask route |
routegp | Flask route with GET, POST |
routep | Flask route POST only |
Abbreviation | Description |
---|---|
""" | ML docstring |
"" | SL docstring |
fapp | Flask App |
froute | Flask route |
furl | URL generator |
fmeth | URL methods |
frt | Render template |
ftreq | Test request |
fup | Flask upload |
fsup | Secure upload |
frc | Read cookie |
fsc | Set cookie |
feh | Error handler |
flog | Flask logging |
Abbreviation | Description |
---|---|
fexp | Flask expresion |
ffilter | Flask filter |
fcomment | Flask comment |
fblock | Flask block |
fextends | Flask extends |
fself | Flask self |
fsuper | Flask super |
ffor | Flask for |
fif | Flask if |
fife | Flask ife |
felif | Flask elif |
fmacro | Flask macro |
ffb | Flask filter block |
fset | Flask set |
finclude | Flask include |
fimport | Flask import |
fautoescape | Flask autoescape |
furl | Flask url |
See changelog for all changes and releases.