A small package to convert python data structures to Pdxscript.
Project description
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
}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdxpy-0.1.1.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pdxpy-0.1.1-py3-none-any.whl
(3.5 kB
view details)
File details
Details for the file pdxpy-0.1.1.tar.gz.
File metadata
- Download URL: pdxpy-0.1.1.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48a3c64c024fd42a73bc3f153c69909a4bd64c229f45d1b0044f942142340d90
|
|
| MD5 |
829986d1fa8eebaebc3df73d8b3a5642
|
|
| BLAKE2b-256 |
56def16773fa478527788ab40fb5cfaf46e0bc9a832ced6813ed34ad999e85c4
|
File details
Details for the file pdxpy-0.1.1-py3-none-any.whl.
File metadata
- Download URL: pdxpy-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
102c9d76828953376e94c9d60aad92b6bbad753f79fe613801ddda48b99e52d8
|
|
| MD5 |
c0b2c1257678ea16777af1e29c177672
|
|
| BLAKE2b-256 |
6bf7c223e1582da3427ccfae0621aebd81beee411d3b7a115aa51b8e18e3160f
|