macropy3
Macros in Python: quasiquotes, case classes, LINQ and more
Macros in Python: quasiquotes, case classes, LINQ and more
To install this package, run one of the following:
MacroPy is an implementation of Syntactic Macros in the Python Programming Language. MacroPy provides a mechanism for user-defined functions (macros) to perform transformations on the abstract syntax tree (AST) of a Python program at import time. This is an easy way to enhance the semantics of a Python program in ways which are otherwise impossible, for example providing an extremely concise way of declaring classes.
Summary
Macros in Python: quasiquotes, case classes, LINQ and more
Last Updated
Jan 9, 2020 at 13:22
License
MIT
Total Downloads
16.9K
Version Downloads
16.9K
Supported Platforms
GitHub Repository
https://github.com/simplejson/simplejsonDocumentation
https://macropy3.readthedocs.io/