{"id":30815443,"url":"https://github.com/viliorg/pyvili","last_synced_at":"2026-03-14T14:04:09.111Z","repository":{"id":57458348,"uuid":"103705788","full_name":"ViliOrg/PyVili","owner":"ViliOrg","description":"PyVili is a Python API to manipulate Vili Data files","archived":false,"fork":false,"pushed_at":"2019-04-06T00:31:35.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T00:34:53.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ViliOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-09-15T22:12:41.000Z","updated_at":"2021-12-26T18:03:59.000Z","dependencies_parsed_at":"2022-09-09T22:51:12.579Z","dependency_job_id":null,"html_url":"https://github.com/ViliOrg/PyVili","commit_stats":null,"previous_names":["sygmei/pyvili"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ViliOrg/PyVili","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViliOrg%2FPyVili","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViliOrg%2FPyVili/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViliOrg%2FPyVili/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViliOrg%2FPyVili/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ViliOrg","download_url":"https://codeload.github.com/ViliOrg/PyVili/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ViliOrg%2FPyVili/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27723270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-14T02:00:11.348Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-06T08:13:28.641Z","updated_at":"2025-12-14T08:31:52.143Z","avatar_url":"https://github.com/ViliOrg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyVili\n\nPyVili is a Python API to manipulate Vili Data files\n\nYou can install it using the following command : `pip install vili`\n\n## What does vili files look likes ?\n\n```yaml\nPerson: # This is how you define a ComplexNode (object)\n    animal:\"Homo Sapiens\" # You can use strings\n    legs:2 # And also integers\n    arms:2\n\nCat:\n    animal:\"Felis silvestris catus\"\n    legs:4\n\nJack(Person):\n    criminal:True # You can use booleans (True / False)\n    age:32\n    name:\"Jack\"\n    surname:\"Sparrow\"\n    weight:76.4 # Vili also support floats\n\nBilly(Cat):\n    activities:[ # A simple list\n        \"Chasing mice\",\n        \"Eating food\"\n        \"Sleeping\"\n    ]\n\nHouse:\n    inhabitants:\n        billy:\u0026Billy # You can reference an existing object\n        jack:\u0026Jack\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviliorg%2Fpyvili","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviliorg%2Fpyvili","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviliorg%2Fpyvili/lists"}