{"id":13522136,"url":"https://github.com/mstuttgart/flask-pycharm-templates","last_synced_at":"2025-07-18T16:08:05.804Z","repository":{"id":149231488,"uuid":"104529618","full_name":"mstuttgart/flask-pycharm-templates","owner":"mstuttgart","description":"Collection of Pycharm IDE snippets to Flask framework","archived":false,"fork":false,"pushed_at":"2018-10-08T14:47:53.000Z","size":12,"stargazers_count":15,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-12T16:55:21.020Z","etag":null,"topics":["flask","pycharm-ide","python","snippets","tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mstuttgart.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-09-23T00:30:12.000Z","updated_at":"2025-02-12T20:16:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbdaa324-8fcc-4fbc-8bbf-294f2e892da5","html_url":"https://github.com/mstuttgart/flask-pycharm-templates","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mstuttgart/flask-pycharm-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstuttgart%2Fflask-pycharm-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstuttgart%2Fflask-pycharm-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstuttgart%2Fflask-pycharm-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstuttgart%2Fflask-pycharm-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mstuttgart","download_url":"https://codeload.github.com/mstuttgart/flask-pycharm-templates/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mstuttgart%2Fflask-pycharm-templates/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265791740,"owners_count":23829165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","pycharm-ide","python","snippets","tools"],"created_at":"2024-08-01T06:00:42.795Z","updated_at":"2025-07-18T16:08:05.787Z","avatar_url":"https://github.com/mstuttgart.png","language":"Shell","funding_links":[],"categories":["Live Templates"],"sub_categories":["Portuguese"],"readme":"# Flask PyCharm Templates\n\nCollection of Jetbrains PyCharm IDE templates to help you develop Flask web applications.\n\n## Features\n\nAll `PyCharm Flask` code snippets start with the `f` letter.\n\n### Python snippets\n\n| Abbreviation | Description                    |\n|--------------|--------------------------------|\n| \"\"\"          | ML docstring                   |\n| \"\"           | SL docstring                   |\n| fapp         | Flask App                      |\n| froute       | Flask route                    |\n| furl         | URL generator                  |\n| fmeth        | URL methods                    |\n| frt          | Render template                |\n| ftreq        | Test request                   |\n| fup          | Flask upload                   |\n| fsup         | Secure upload                  |\n| frc          | Read cookie                    |\n| fsc          | Set cookie                     |\n| feh          | Error handler                  |\n| flog         | Flask logging                  |\n| fflash       | Flash message                  |\n| fflashcateg  | Flash message with category    |\n| fflashfilter | Flash message with filter      |\n\n### Flask Jinja2 template snippets\n\n| Abbreviation | Description                    |\n|--------------|--------------------------------|\n| fexp         | Flask Jinja2 expression tag    |\n| ffilter      | Flask Jinja2 filter tag        |\n| fcomment     | Flask Jinja2 comment tag       |\n| fblock       | Flask Jinja2 block             |\n| fextends     | Flask Jinja2 extends tag       |\n| fself        | Flask Jinja2 self tag          |\n| fsuper       | Flask Jinja2 super tag         |\n| ffor         | Flask Jinja2 for tag           |\n| fif          | Flask Jinja2 if block          |\n| fife         | Flask Jinja2 if-else block     |\n| felif        | Flask Jinja2 elif block        |\n| fmacro       | Flask Jinja2 macro tag         |\n| ffb          | Flask Jinja2 filter block      |\n| fset         | Flask Jinja2 set tag           |\n| finclude     | Flask Jinja2 include tag       |\n| fimport      | Flask Jinja2 import tag        |\n| fautoescape  | Flask Jinja2 autoescape tag    |\n| furl         | Flask Jinja2 url_for tag       |\n\n## Installation\n\n1. Download `settings.jar` file: [click here](https://github.com/mstuttgart/flask-pycharm-templates/raw/master/settings.jar)\n\n1. Go to `File | Import Settings...` in PyCharm IDE and select the downloaded `settings.jar` file. Click `OK` in the dialog that appears.\n\n2. Restart `PyCharmIDE`: Go to `File | Invalidate Chaches / Restart...` menu, and click in `Just Restart` button. The PyCharm IDE will be restart.\n\n3. Enjoy with Flask templates!\n\n## Contributing\n\nIf you'd like to contribute, please create a fork and open issue or pull requests! I am very open to newcomers, and will need all the help we can get to make the best flask snippets to PyCharm IDE.\n\nTo create new snippets, download and install the `settings.jar` file. Go to `File | Settings | Editor | Live Templates`, select `Flask` and add your new snippets.\n\n## Credits\n\nThis project (Flask API snippets and Jinja2 snippets) is fully based on snippets created by [jleonra](https://github.com/jleonra/flask-snippets).\n\nCopyright (c) 2017 Michell Stuttgart\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstuttgart%2Fflask-pycharm-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmstuttgart%2Fflask-pycharm-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmstuttgart%2Fflask-pycharm-templates/lists"}