{ "info": { "author": "Sygmei", "author_email": "sygmei@sygmei.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# 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:&Billy # You can reference an existing object\n jack:&Jack\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Sygmei/PyVili", "keywords": "vili data language config", "license": "", "maintainer": "", "maintainer_email": "", "name": "vili", "package_url": "https://pypi.org/project/vili/", "platform": "", "project_url": "https://pypi.org/project/vili/", "project_urls": { "Bug Reports": "https://github.com/Sygmei/PyVili/issues", "Homepage": "https://github.com/Sygmei/PyVili", "Source": "https://github.com/Sygmei/PyVili" }, "release_url": "https://pypi.org/project/vili/1.1.0/", "requires_dist": null, "requires_python": ">=3.6, <4", "summary": "PyVili is a Python API to manipulate Vili Data files", "version": "1.1.0" }, "last_serial": 5106220, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "c844f2b73f04ef4d33ac7742bae60a49", "sha256": "a68b7e885ce50bc68708d299f73b971a53fb22504f441fe5e70ea52368d3f14b" }, "downloads": -1, "filename": "vili-1.1.0.tar.gz", "has_sig": false, "md5_digest": "c844f2b73f04ef4d33ac7742bae60a49", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 6647, "upload_time": "2019-04-06T00:28:04", "url": "https://files.pythonhosted.org/packages/8e/ad/b4bee7e75b5aeebf5b58f04264b194b47b00ad7b505af64e0d0a1307c11a/vili-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c844f2b73f04ef4d33ac7742bae60a49", "sha256": "a68b7e885ce50bc68708d299f73b971a53fb22504f441fe5e70ea52368d3f14b" }, "downloads": -1, "filename": "vili-1.1.0.tar.gz", "has_sig": false, "md5_digest": "c844f2b73f04ef4d33ac7742bae60a49", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6, <4", "size": 6647, "upload_time": "2019-04-06T00:28:04", "url": "https://files.pythonhosted.org/packages/8e/ad/b4bee7e75b5aeebf5b58f04264b194b47b00ad7b505af64e0d0a1307c11a/vili-1.1.0.tar.gz" } ] }