{ "info": { "author": "Jorgen Schaefer", "author_email": "contact@jorgenschaefer.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Natural Language :: English", "Programming Language :: Emacs-Lisp" ], "description": "=================\nEmacs Lisp Parser\n=================\n\nA simple package to parse Emacs Lisp expressions from Python.\n\n.. image:: https://secure.travis-ci.org/jorgenschaefer/python-elisp.png?branch=master\n :target: http://travis-ci.org/jorgenschaefer/python-elisp?branch=master\n\n.. image:: https://coveralls.io/repos/jorgenschaefer/python-elisp/badge.png?branch=master\n :target: https://coveralls.io/r/jorgenschaefer/python-elisp?branch=master\n\n\nSimple Usage\n============\n\n.. code-block:: python\n\n >>> import elisp\n >>> numbers = elisp.loads(\"(1 2 3)\")\n >>> numbers.car\n 1\n >>> numbers.cdr.cdr.car\n 3\n >>> numbers.cdr.cdr.cdr is elisp.NIL\n True\n\n\nType Mappings\n=============\n\nThe following types are supported and are mapped to the respective\nPython types.\n\n- ``integer`` to ``int``\n- ``float`` to ``float``\n- ``symbol`` to ``elisp.ELispSymbol``, a subclass of ``str``\n- ``list``, ``cons`` to ``elisp.ELispCons``\n- ``unibyte string`` to ``bytearray``\n- ``multibyte string`` to ``unicode`` (without the ``\\C-a`` syntax)\n- ``vector`` to ``list``\n\n\nUnsupported Types\n-----------------\n\nThe following types are not supported:\n\n- Characters (like ``?a`` or ``?\\C-f``)\n- Char-Table\n- Bool-Vector\n- Hash Table\n- Byte-Code\n\n\nGrammar\n=======\n\nSee the file [elisp.ebnf](elisp/elisp.ebnf) for the grammar used by\nthis package.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jorgenschaefer/elisp", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "elisp", "package_url": "https://pypi.org/project/elisp/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/elisp/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jorgenschaefer/elisp" }, "release_url": "https://pypi.org/project/elisp/0.5/", "requires_dist": null, "requires_python": null, "summary": "Emacs Lisp parser", "version": "0.5" }, "last_serial": 1139522, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "de6aaa01d74a50a9f60b3eb2ac10281a", "sha256": "3e2cbd38260dbbc4622786e1f743d06c04a03a9e6e45287a7928d1c56139f317" }, "downloads": -1, "filename": "elisp-0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "de6aaa01d74a50a9f60b3eb2ac10281a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6720, "upload_time": "2014-06-27T10:30:57", "url": "https://files.pythonhosted.org/packages/ac/03/a1e503483b97a20767805887528e6e1ed5212e080103860d294667013081/elisp-0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea7f98815a42bac48c16c4379b9a6d3b", "sha256": "cc75dfbf980e53e230caddc60c52491fedd6e064ac85007d54c3d9d1ce1b5b95" }, "downloads": -1, "filename": "elisp-0.5.tar.gz", "has_sig": false, "md5_digest": "ea7f98815a42bac48c16c4379b9a6d3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7059, "upload_time": "2014-06-27T10:30:55", "url": "https://files.pythonhosted.org/packages/d7/c2/13ba98ca144612bd145c3fc365d5f983123b89f6fddece6e629e7081693e/elisp-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de6aaa01d74a50a9f60b3eb2ac10281a", "sha256": "3e2cbd38260dbbc4622786e1f743d06c04a03a9e6e45287a7928d1c56139f317" }, "downloads": -1, "filename": "elisp-0.5-py2-none-any.whl", "has_sig": false, "md5_digest": "de6aaa01d74a50a9f60b3eb2ac10281a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 6720, "upload_time": "2014-06-27T10:30:57", "url": "https://files.pythonhosted.org/packages/ac/03/a1e503483b97a20767805887528e6e1ed5212e080103860d294667013081/elisp-0.5-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ea7f98815a42bac48c16c4379b9a6d3b", "sha256": "cc75dfbf980e53e230caddc60c52491fedd6e064ac85007d54c3d9d1ce1b5b95" }, "downloads": -1, "filename": "elisp-0.5.tar.gz", "has_sig": false, "md5_digest": "ea7f98815a42bac48c16c4379b9a6d3b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7059, "upload_time": "2014-06-27T10:30:55", "url": "https://files.pythonhosted.org/packages/d7/c2/13ba98ca144612bd145c3fc365d5f983123b89f6fddece6e629e7081693e/elisp-0.5.tar.gz" } ] }