KiBot/experiments
Salvador E. Tropea ef24d19ef2 Macropy adaptation
Mcpy doesn't support compiled Python. So I decided to try Macropy, this is a
test.
Is much harder to get it working:
- The script must be a 2 liner, you can't activate it in any other way.
- The hook breaks the _import function in kiplot.py figuring out how to solve
  it was a real challenge. It failed miserably passing the class instead of
  the ast._ClassDef to the macro.
When I finally got it working I found the code supports compiled Python, but
runs almost 3 times slower.
I keep this in a branch in case I want to revisit it, but doesn't look useful.
2020-07-11 19:22:54 -03:00
..
__doc__ Macropy adaptation 2020-07-11 19:22:54 -03:00
docopt Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
strict_yaml Added an evaluation of "Strict YAML" to replace "PyYAML". 2020-06-21 11:57:03 -03:00