{ "info": { "author": "Joshua Boyd", "author_email": "jdboyd@jdboyd.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: BSD License", "Programming Language :: Emacs-Lisp", "Programming Language :: Lisp", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "S-expression parser for Python\n==============================\n\n`pysexp` is a simple S-expression parser/serializer. It has\nsimple `load` and `dump` functions like `pickle`, `json` or `PyYAML`\nmodule.\n\n>>> from pysexp import loads, dumps\n>>> loads('(\"a\" \"b\")')\n['a', 'b']\n>>> print(dumps(['a', 'b']))\n(\"a\" \"b\")\n\n\nYou can install `pysexp` from PyPI_::\n\n pip install pysexp\n\n\nLicense\n-------\n\n`pysexp` is licensed under the terms of the BSD 2-Clause License.\nSee the source code for more information.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jd-boyd/pysexp", "keywords": "s-expression,lisp,parser", "license": "BSD License", "maintainer": "", "maintainer_email": "", "name": "pysexp", "package_url": "https://pypi.org/project/pysexp/", "platform": "", "project_url": "https://pypi.org/project/pysexp/", "project_urls": { "Homepage": "https://github.com/jd-boyd/pysexp" }, "release_url": "https://pypi.org/project/pysexp/0.0.4.dev1/", "requires_dist": null, "requires_python": "", "summary": "S-expression parser for Python", "version": "0.0.4.dev1" }, "last_serial": 4432923, "releases": { "0.0.4.dev1": [ { "comment_text": "", "digests": { "md5": "b36f0cd246e822da5320f03018b023ab", "sha256": "05d5ad3d1cb71d0f95588905a5a752630f3fe3d96b8ab962b2ec2bdfd0675e8a" }, "downloads": -1, "filename": "pysexp-0.0.4.dev1.tar.gz", "has_sig": false, "md5_digest": "b36f0cd246e822da5320f03018b023ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6399, "upload_time": "2018-10-30T19:49:49", "url": "https://files.pythonhosted.org/packages/0b/b3/7d8e0b4f9ede3bf12eb5b9d5a1c5a71fd7ed615d591de6f4b23364fc1748/pysexp-0.0.4.dev1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b36f0cd246e822da5320f03018b023ab", "sha256": "05d5ad3d1cb71d0f95588905a5a752630f3fe3d96b8ab962b2ec2bdfd0675e8a" }, "downloads": -1, "filename": "pysexp-0.0.4.dev1.tar.gz", "has_sig": false, "md5_digest": "b36f0cd246e822da5320f03018b023ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6399, "upload_time": "2018-10-30T19:49:49", "url": "https://files.pythonhosted.org/packages/0b/b3/7d8e0b4f9ede3bf12eb5b9d5a1c5a71fd7ed615d591de6f4b23364fc1748/pysexp-0.0.4.dev1.tar.gz" } ] }