pixieverse.pixie 0.0.5

Creator: codyrutscher

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.