apryor6 / flaskerize

Python CLI build/dev tool for templated code generation and project modification. Think Angular schematics for Python.
BSD 3-Clause "New" or "Revised" License
121 stars 13 forks source link

Topic/fully qualified paths #35

Closed apryor6 closed 4 years ago

apryor6 commented 4 years ago

This implements #21 with support for fully-qualified paths to schematics. This enables usage of user-created schematics without requiring that they be implemented in a Python package (which is, of course, also still an option).

apryor6 commented 4 years ago

We should add a section in #33 showing how to use this syntax as it may be preferable in many cases.

codecov-io commented 4 years ago

Codecov Report

Merging #35 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
+ Coverage   99.84%   99.84%   +<.01%     
==========================================
  Files          19       19              
  Lines        1306     1331      +25     
==========================================
+ Hits         1304     1329      +25     
  Misses          2        2
Impacted Files Coverage Δ
flaskerize/generate_test.py 100% <100%> (ø) :arrow_up:
flaskerize/parser_test.py 100% <100%> (ø) :arrow_up:
flaskerize/parser.py 98.43% <100%> (+0.06%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update db4e30b...76c407e. Read the comment docs.