PyVili is a Python API to manipulate Vili Data files
Project description
PyVili
PyVili is a Python API to manipulate Vili Data files
You can install it using the following command : pip install vili
What does vili files look likes ?
Person: # This is how you define a ComplexNode (object)
animal:"Homo Sapiens" # You can use strings
legs:2 # And also integers
arms:2
Cat:
animal:"Felis silvestris catus"
legs:4
Jack(Person):
criminal:True # You can use booleans (True / False)
age:32
name:"Jack"
surname:"Sparrow"
weight:76.4 # Vili also support floats
Billy(Cat):
activities:[ # A simple list
"Chasing mice",
"Eating food"
"Sleeping"
]
House:
inhabitants:
billy:&Billy # You can reference an existing object
jack:&Jack
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
vili-1.1.0.tar.gz
(6.6 kB
view details)
File details
Details for the file vili-1.1.0.tar.gz
.
File metadata
- Download URL: vili-1.1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a68b7e885ce50bc68708d299f73b971a53fb22504f441fe5e70ea52368d3f14b
|
|
MD5 |
c844f2b73f04ef4d33ac7742bae60a49
|
|
BLAKE2b-256 |
8eadb4bee7e75b5aeebf5b58f04264b194b47b00ad7b505af64e0d0a1307c11a
|