parsec


Nameparsec JSON
Version 3.17 PyPI version JSON
download
home_pagehttps://github.com/sighingnow/parsec.py
Summaryparser combinator.
upload_time2024-06-06 01:58:39
maintainerNone
docs_urlhttps://pythonhosted.org/parsec/
authorHe Tao
requires_pythonNone
licenseMIT
keywords monad parser combinator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            A universal Python parser combinator library inspired by Parsec library of Haskell.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sighingnow/parsec.py",
    "name": "parsec",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/parsec/",
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "monad parser combinator",
    "author": "He Tao",
    "author_email": "sighingnow@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/50/70/fd65d87ab0afe9a669bb5b018fd5176749496086e38d2a4103efbe6c8bd8/parsec-3.17.tar.gz",
    "platform": "any",
    "description": "A universal Python parser combinator library inspired by Parsec library of Haskell.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "parser combinator.",
    "version": "3.17",
    "project_urls": {
        "Documentation": "https://pythonhosted.org/parsec/",
        "Homepage": "https://github.com/sighingnow/parsec.py",
        "Source": "https://github.com/sighingnow/parsec.py",
        "Tracker": "https://github.com/sighingnow/parsec.py/issues"
    },
    "split_keywords": [
        "monad",
        "parser",
        "combinator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5070fd65d87ab0afe9a669bb5b018fd5176749496086e38d2a4103efbe6c8bd8",
                "md5": "05f566191cff38c136497ef9b2753262",
                "sha256": "9748d64af43184c2e5887b88f9fca45065df2bf00a18e42df185ebb2c92aea53"
            },
            "downloads": -1,
            "filename": "parsec-3.17.tar.gz",
            "has_sig": false,
            "md5_digest": "05f566191cff38c136497ef9b2753262",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 17269,
            "upload_time": "2024-06-06T01:58:39",
            "upload_time_iso_8601": "2024-06-06T01:58:39.588507Z",
            "url": "https://files.pythonhosted.org/packages/50/70/fd65d87ab0afe9a669bb5b018fd5176749496086e38d2a4103efbe6c8bd8/parsec-3.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 01:58:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sighingnow",
    "github_project": "parsec.py",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "parsec"
}
        
Elapsed time: 3.31875s