pdxpy 0.1.1

Creator: railscoder56

Last updated:

Add to Cart

Description:

pdxpy 0.1.1

Pdxpy
Converter for Python data structures to pdxscript.
For example,
"test_effect": {
"if": [
{
"limit": {
"NOT": {
"has_variable": "some_variable"
}
}
},
{
"set_variable": "some_variable"
}
]
}

gets converted to
test_effect = {
if = {
limit = {
NOT = {
has_variable = some_variable
}
}
set_variable = some_variable
}
}

License

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

Customer Reviews

There are no reviews.