Last updated:
0 purchases
pixieverse.pixie 0.0.5
Pixie
What is Pixie
pixie is a transpiler that transpiles pixie files into regular python code. Pixie files are JSX inspired component description formats that brings markup style declarative language natively embedded in python.
Example
todo_page = (
<div class_name="TodoList">
<todo_list>
<todo status={Status.Completed}>"Remember the milk 🥛"</todo>
<todo status={Status.Todo}>"Eggs 🥚"</todo>
</todo_list>
</div>
Known Limitations
Strings within tags alwayes need to be quoted within single or double quotes.
Development Status
Prototype stage. Liable to explode without warning
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.