pysercomb


Namepysercomb JSON
Version 0.0.13 PyPI version JSON
download
home_pagehttps://github.com/tgbugs/parsercomb
Summaryparser combinator library and assorted parsers
upload_time2024-11-23 02:13:57
maintainerNone
docs_urlNone
authorTom Gillespie
requires_python>=3.6
licenseMIT
keywords python parsing parser combinator scientific units parsec protc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # pysercomb
[![PyPI version](https://badge.fury.io/py/pysercomb.svg)](https://pypi.org/project/pysercomb/)
[![Build Status](https://travis-ci.org/tgbugs/parsercomb.svg?branch=master)](https://travis-ci.org/tgbugs/parsercomb)
[![Coverage Status](https://coveralls.io/repos/github/tgbugs/parsercomb/badge.svg?branch=master)](https://coveralls.io/github/tgbugs/parsercomb?branch=master)

python parser combinator and parsers

## Units
The most useful thing in this repo is probably the units parser which
has been tuned to extract scientific units from the published literature.

### protc dependency
If you want to use units parser you will need to have a copy of the [protc repo](https://github.com/tgbugs/protc)
and have the repo version protcur installed. See [.travis.yml](./.travis.yml) for details.
The units parser and protc are still tightly coupled for the time being.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tgbugs/parsercomb",
    "name": "pysercomb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "python parsing parser combinator scientific units parsec protc",
    "author": "Tom Gillespie",
    "author_email": "tgbugs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/37/58/0db622aaaf64b314815303540e39ce8ae091d2ab1ff77ecb89a4bb487dbd/pysercomb-0.0.13.tar.gz",
    "platform": null,
    "description": "# pysercomb\n[![PyPI version](https://badge.fury.io/py/pysercomb.svg)](https://pypi.org/project/pysercomb/)\n[![Build Status](https://travis-ci.org/tgbugs/parsercomb.svg?branch=master)](https://travis-ci.org/tgbugs/parsercomb)\n[![Coverage Status](https://coveralls.io/repos/github/tgbugs/parsercomb/badge.svg?branch=master)](https://coveralls.io/github/tgbugs/parsercomb?branch=master)\n\npython parser combinator and parsers\n\n## Units\nThe most useful thing in this repo is probably the units parser which\nhas been tuned to extract scientific units from the published literature.\n\n### protc dependency\nIf you want to use units parser you will need to have a copy of the [protc repo](https://github.com/tgbugs/protc)\nand have the repo version protcur installed. See [.travis.yml](./.travis.yml) for details.\nThe units parser and protc are still tightly coupled for the time being.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "parser combinator library and assorted parsers",
    "version": "0.0.13",
    "project_urls": {
        "Homepage": "https://github.com/tgbugs/parsercomb"
    },
    "split_keywords": [
        "python",
        "parsing",
        "parser",
        "combinator",
        "scientific",
        "units",
        "parsec",
        "protc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f176ddf340044ab01d869cdb6d2aa7d90e795156bb635e69e73d93200467f18",
                "md5": "6fea99c0ef2b716bacac38e1582547a0",
                "sha256": "2ad94a03d0b618f249960beb86ae32d463de04839101c9d70d66f989feb7e010"
            },
            "downloads": -1,
            "filename": "pysercomb-0.0.13-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6fea99c0ef2b716bacac38e1582547a0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 50939,
            "upload_time": "2024-11-23T02:13:56",
            "upload_time_iso_8601": "2024-11-23T02:13:56.094216Z",
            "url": "https://files.pythonhosted.org/packages/7f/17/6ddf340044ab01d869cdb6d2aa7d90e795156bb635e69e73d93200467f18/pysercomb-0.0.13-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37580db622aaaf64b314815303540e39ce8ae091d2ab1ff77ecb89a4bb487dbd",
                "md5": "0432d760fde29e3f003857cee0199f8d",
                "sha256": "ad4ad31476a27a14e00623ee893547a1323b96c3893f5ebedfd8d5902500cc45"
            },
            "downloads": -1,
            "filename": "pysercomb-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "0432d760fde29e3f003857cee0199f8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 57489,
            "upload_time": "2024-11-23T02:13:57",
            "upload_time_iso_8601": "2024-11-23T02:13:57.375171Z",
            "url": "https://files.pythonhosted.org/packages/37/58/0db622aaaf64b314815303540e39ce8ae091d2ab1ff77ecb89a4bb487dbd/pysercomb-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-23 02:13:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tgbugs",
    "github_project": "parsercomb",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "pysercomb"
}
        
Elapsed time: 1.05669s