A Python module for reading Dhall lang
Project description
python-dhall
python-dhall
contains (WIP) Dhall bindings for Python using the rust implementation.
The binding implements a loads
function that returns a python object similar to JSON:
python3 -c 'import dhall; print(dhall.loads("""{ version = 21 + 21, name = "a test", req = ["itemA", "itemB"], bool = True && False }"""))' {'bool': False, 'name': 'a test', 'req': ['itemA', 'itemB'], 'version': 42}
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dhall-0.0.1-cp36-cp36m-manylinux2010_x86_64.whl (17.1 MB) | File type Wheel | Python version cp36 | Upload date | Hashes View |
Filename, size dhall-0.0.1-cp37-cp37m-manylinux2010_x86_64.whl (17.1 MB) | File type Wheel | Python version cp37 | Upload date | Hashes View |
Close
Hashes for dhall-0.0.1-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9be188b5301d0e547111de508523c2528c531e7593ac250894652312586c581c |
|
MD5 | eefe68b596b0037b28f06b5af7856d40 |
|
BLAKE2-256 | 41e9f5da56eebfd228c3de971c02cce4d8abe6dd9845c76ae86d55623921e0f4 |
Close
Hashes for dhall-0.0.1-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fcef0971f0618af6ff7286772766c6c05245c537c23af9bfa5012ef75aa95ac |
|
MD5 | df09d96dc6a9a2c7a07e409219360698 |
|
BLAKE2-256 | 5bd3fa98b4af30839fa134a9a5f3a8ea7e6b4a92c201a98916d1e80a82617c57 |