{ "info": { "author": "David Eyk", "author_email": "david.eyk@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: Markup" ], "description": "----\nSYML\n----\n\nSYML (Simple YAML-like Markup Language) is a simple markup language with\nsimilar structure to YAML, but without all the gewgaws and folderol.\n\n.. image:: https://travis-ci.org/eykd/syml.svg?branch=master\n :target: https://travis-ci.org/eykd/syml\n\n.. image:: https://coveralls.io/repos/github/eykd/syml/badge.svg?branch=master\n :target: https://coveralls.io/github/eykd/syml?branch=master\n\n\nExample\n=======\n\nHere's a simple SYML document::\n\n >>> document = \"\"\"\n foo:\n - bar\n - baz\n - blah\n boo\n\n booleans?:\n - yes\n - no\n - true\n - false\n - on\n - off\n \"\"\"\n\nAnd the resulting data structure::\n\n >>> import syml\n >>> syml.loads(document)\n OrderedDict([('foo', ['bar', 'baz', 'blah\\nboo']),\n ('booleans?', ['yes', 'no', 'true', 'false', 'on', 'off'])])\n\n\nAll values in SYML are just plain ol' text. But let's face it, sometimes you\nreally do want YAML-like booleans::\n\n >>> import syml\n >>> syml.loads(document, booleans=True)\n OrderedDict([('foo', ['bar', 'baz', 'blah\\nboo']),\n ('booleans?', [True, False, True, False, True, False])])\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/eykd/syml", "keywords": "yaml", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "syml", "package_url": "https://pypi.org/project/syml/", "platform": "", "project_url": "https://pypi.org/project/syml/", "project_urls": { "Homepage": "https://github.com/eykd/syml" }, "release_url": "https://pypi.org/project/syml/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "SYML (Simple YAML-like Markup Language) is a simple markup language with similar structure to YAML, but without all the gewgaws and folderol.", "version": "0.2.1" }, "last_serial": 2691839, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "48d98a32e8eee501f043b2b181f9acdf", "sha256": "f47c04b8893606c6a0b6a10555b04230354e681d0924cd2558e942a176e0f1ac" }, "downloads": -1, "filename": "syml-0.1.tar.gz", "has_sig": false, "md5_digest": "48d98a32e8eee501f043b2b181f9acdf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20896, "upload_time": "2017-03-05T21:24:46", "url": "https://files.pythonhosted.org/packages/ca/b7/5d682386337e367a17d4a39df799636bf2dcc3eae1b5d99178b9df9fef57/syml-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "b126a19b1dd15443857ace6bcb6971ff", "sha256": "ee18a239e6b3e0a38da5021f586e718ab5bca8142765872148ca5ed58aaccd39" }, "downloads": -1, "filename": "syml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "b126a19b1dd15443857ace6bcb6971ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21101, "upload_time": "2017-03-05T21:36:05", "url": "https://files.pythonhosted.org/packages/d3/b7/13bf43023505c534d1526826e713d178e67d61f7ff813017689aedf694a7/syml-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "57342e85186db080a9aadfb7a8b029ea", "sha256": "1586e9ab89f4895fcca1f2cd549a157eb5ac9208546269df3ca04d4b7a01da39" }, "downloads": -1, "filename": "syml-0.2.tar.gz", "has_sig": false, "md5_digest": "57342e85186db080a9aadfb7a8b029ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21102, "upload_time": "2017-03-05T22:38:05", "url": "https://files.pythonhosted.org/packages/3f/e6/5291794d70300af758a5be4aa115c4e41c52ba92d77b22bc1abd4f8b155e/syml-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "5a41a2e381bac0f765b736179f22d16b", "sha256": "1c9ed41d16c18d2b92b227e6c2c943f71e479884ce5e5f44f73abc34d9482064" }, "downloads": -1, "filename": "syml-0.2.1.tar.gz", "has_sig": false, "md5_digest": "5a41a2e381bac0f765b736179f22d16b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21147, "upload_time": "2017-03-08T15:39:14", "url": "https://files.pythonhosted.org/packages/a4/3a/de53ee65ce60eae500e57bc2f903721a47fd18f5fd73e0332deb1a2426f2/syml-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a41a2e381bac0f765b736179f22d16b", "sha256": "1c9ed41d16c18d2b92b227e6c2c943f71e479884ce5e5f44f73abc34d9482064" }, "downloads": -1, "filename": "syml-0.2.1.tar.gz", "has_sig": false, "md5_digest": "5a41a2e381bac0f765b736179f22d16b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21147, "upload_time": "2017-03-08T15:39:14", "url": "https://files.pythonhosted.org/packages/a4/3a/de53ee65ce60eae500e57bc2f903721a47fd18f5fd73e0332deb1a2426f2/syml-0.2.1.tar.gz" } ] }