pysercomb


Namepysercomb JSON
Version 0.0.12 PyPI version JSON
download
home_pagehttps://github.com/tgbugs/parsercomb
Summaryparser combinator library and assorted parsers
upload_time2023-03-16 05:36:00
maintainer
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": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "python parsing parser combinator scientific units parsec protc",
    "author": "Tom Gillespie",
    "author_email": "tgbugs@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/4d/d4/e7fe6a3c9aa3f2c4c4421933478bf0b4d14008b401c8506fa9c32a3c1883/pysercomb-0.0.12.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.12",
    "split_keywords": [
        "python",
        "parsing",
        "parser",
        "combinator",
        "scientific",
        "units",
        "parsec",
        "protc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "46fc3b4517b6f5dd2678d843cafb391fca6e6e97beba50b7b58fec0c6d1e7a33",
                "md5": "a5964b0e655c22e5b9e2d0ef59ffd9c2",
                "sha256": "335bf0050db8f8db00033a2c668d5e242e89c898b133858ef6762f7ec2394595"
            },
            "downloads": -1,
            "filename": "pysercomb-0.0.12-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a5964b0e655c22e5b9e2d0ef59ffd9c2",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 49482,
            "upload_time": "2023-03-16T05:35:57",
            "upload_time_iso_8601": "2023-03-16T05:35:57.849811Z",
            "url": "https://files.pythonhosted.org/packages/46/fc/3b4517b6f5dd2678d843cafb391fca6e6e97beba50b7b58fec0c6d1e7a33/pysercomb-0.0.12-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4dd4e7fe6a3c9aa3f2c4c4421933478bf0b4d14008b401c8506fa9c32a3c1883",
                "md5": "80d633e299be96ff39a7fa90cfc90515",
                "sha256": "401b915fd55d95216cd5d02bd317b7df47528495d8c39cbae4da5d5cfd837d51"
            },
            "downloads": -1,
            "filename": "pysercomb-0.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "80d633e299be96ff39a7fa90cfc90515",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 55130,
            "upload_time": "2023-03-16T05:36:00",
            "upload_time_iso_8601": "2023-03-16T05:36:00.128174Z",
            "url": "https://files.pythonhosted.org/packages/4d/d4/e7fe6a3c9aa3f2c4c4421933478bf0b4d14008b401c8506fa9c32a3c1883/pysercomb-0.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-16 05:36:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "tgbugs",
    "github_project": "parsercomb",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "pysercomb"
}
        
Elapsed time: 0.04538s