{ "info": { "author": "Amirouche Boubekki", "author_email": "amirouche@hypermove.net", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "Combinatorix\n============\n\nVery simple parser combinator library licensed under LGPLv2.1 or later.\n\nTested with Python 2.7 and Python 3.4.\n\nExample\n-------\n\nThere is a ``tweet`` parser included in ``combinatorix`` module. Start\nmicroblogging with:\n\n.. code:: python\n\n from combinatorix import tweet\n\n messsage = 'Ombi Natori combine combinators using combinatorix #Python '\n message += 'Get it at https://github.com/amirouche/combinatorix#combinatorix'\n tweet(message)\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/amirouche/combinatorix", "keywords": "", "license": "LGPLv2.1 or later", "maintainer": "", "maintainer_email": "", "name": "combinatorix", "package_url": "https://pypi.org/project/combinatorix/", "platform": "", "project_url": "https://pypi.org/project/combinatorix/", "project_urls": { "Homepage": "https://github.com/amirouche/combinatorix" }, "release_url": "https://pypi.org/project/combinatorix/0.2/", "requires_dist": null, "requires_python": "", "summary": "Simple parser combinators", "version": "0.2" }, "last_serial": 3039873, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d6b86afd39533d1d2ca0fc68dc4a1715", "sha256": "8821953298477af77fe15ef02eec9d14f8fcbf565c1b36535b4a1773b33ec02a" }, "downloads": -1, "filename": "combinatorix-0.1.tar.gz", "has_sig": false, "md5_digest": "d6b86afd39533d1d2ca0fc68dc4a1715", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2564, "upload_time": "2015-11-20T09:44:06", "url": "https://files.pythonhosted.org/packages/73/ca/6a9e9ef3e8bc99219497d51d2a7a33f2c849a48b8aa038e92424c59180dc/combinatorix-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f7f87f79fc2a54a892bc2d040cb5e88b", "sha256": "adf5b86b57d7dbca6a3ea6de3f2d4e1eee80c306b58ab5fcedb247987c718ad6" }, "downloads": -1, "filename": "combinatorix-0.2.tar.gz", "has_sig": false, "md5_digest": "f7f87f79fc2a54a892bc2d040cb5e88b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2629, "upload_time": "2017-07-21T17:05:03", "url": "https://files.pythonhosted.org/packages/ad/30/65df0e4439e6230d9566573dbf6c5982b59721e991c805a028ac648cb24a/combinatorix-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7f87f79fc2a54a892bc2d040cb5e88b", "sha256": "adf5b86b57d7dbca6a3ea6de3f2d4e1eee80c306b58ab5fcedb247987c718ad6" }, "downloads": -1, "filename": "combinatorix-0.2.tar.gz", "has_sig": false, "md5_digest": "f7f87f79fc2a54a892bc2d040cb5e88b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2629, "upload_time": "2017-07-21T17:05:03", "url": "https://files.pythonhosted.org/packages/ad/30/65df0e4439e6230d9566573dbf6c5982b59721e991c805a028ac648cb24a/combinatorix-0.2.tar.gz" } ] }