flaskerize
flaskerize copied to clipboard
Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.3 to 1.26.12. Release notes Sourced from urllib3's releases. 1.26.12 Deprecated the urllib3[secure] extra and the urllib3.contrib.pyopenssl module. Both will be removed in v2.x. See this GitHub...
Bumps [pygments](https://github.com/pygments/pygments) from 2.4.2 to 2.13.0. Release notes Sourced from pygments's releases. 2.13.0 Added lexers: COMAL-80 (#2180) JMESPath (#2174, #2175, #2179, #2182) Sql+Jinja (#2148) Updated lexers: Ada: support Ada 2022...
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [babel](https://github.com/python-babel/babel) from 2.7.0 to 2.10.3. Release notes Sourced from babel's releases. v2.10.2 This is a bugfix release for Babel 2.10.1. What's Changed chore(docs/typo): Fixes a minor typo in a...
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 3.1.2. Release notes Sourced from jinja2's releases. 3.1.2 This is a fix release for the 3.1.0 feature release. Changes: https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-2 Milestone: https://github.com/pallets/jinja/milestone/13?closed=1 3.1.1 Changes: https://jinja.palletsprojects.com/en/3.1.x/changes/#version-3-1-1...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 6.0. Changelog Sourced from pyyaml's changelog. 6.0 (2021-10-13) yaml/pyyaml#327 -- Change README format to Markdown yaml/pyyaml#483 -- Add a test for YAML 1.1 types yaml/pyyaml#497...
It looks like this cant be run from the cli in pycharm or windows11, It cant find the fz command at all
Bumps [flask-restx](https://github.com/python-restx/flask-restx) from 0.1.0 to 0.5.1. Release notes Sourced from flask-restx's releases. 0.5.1 Bug Fixes Optimize email regex (#372) [kevinbackhouse] 0.5.0 Bug Fixes Fix Marshaled nested wildcard field with ordered=True...
Hello, devs! Thanks for making this awesome tool. The blog post by @apryor6 on Flask APIs is excellent, and I have learned a lot from it. I am making a...
I was using the entity schematic and a blank generate was causing pytest errors. These are the changes that needed to be done to the base entity in order to...