{ "info": { "author": "Cao Xingming(Simeon.Chaos)", "author_email": "simeon.chaos@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Compilers" ], "description": "Peasy: an easy but powerful parser\r\n==============================================\r\nParsing is easy!\r\n\r\nWith Peasy, you write the parser by hand, just like to write any other kind of program.\r\nYou need not play many balls like that any more \r\nYou just play one ball like so .\r\n\r\nTo use Peasy, just copy the module to your project, read it, modify it, write the grammar rules,, and remove any unnecessary\r\nstuffs in Peasy, and parse with the grammar.\r\nSee here . for a sample grammar in Peasy.\r\n\r\nDocumentation\r\n----------------\r\nThe annotated peasy.py. is best document for Peasy at the moment.\r\nSee the tests in /test, and you'll see some samples of left recursive grammars and how to parse them.\r\n\r\nWeb sites\r\n-------------\r\nthe project's repository is on github .\r\n\r\nTesting\r\n-------------\r\nPeasy uses the nose test framework, see the folder \"test\"\r\n\r\nBug reports\r\n---------------\r\nTo report or search for bugs, please goto , or email to simeon.chaos@gmail.com\r\n\r\nPlatform notes\r\n-----------------\r\npeasy is developed and tested on Windows 7, python 2.7.3\r\n\r\nLicense\r\n---------------\r\nMIT: see LICENSE", "description_content_type": null, "docs_url": null, "download_url": "http://pypi.python.org/pypi/peasy", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/chaosim/peasy", "keywords": "peasy parser", "license": "MIT License", "maintainer": "Cao Xingming(Simeon.Chaos)", "maintainer_email": "simeon.chaos@gmail.com", "name": "peasy", "package_url": "https://pypi.org/project/peasy/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/peasy/", "project_urls": { "Download": "http://pypi.python.org/pypi/peasy", "Homepage": "https://github.com/chaosim/peasy" }, "release_url": "https://pypi.org/project/peasy/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "an easy but powerful parser", "version": "0.1.0" }, "last_serial": 845490, "releases": { "0.1.0": [] }, "urls": [] }