parce


Nameparce JSON
Version 0.33.0 PyPI version JSON
download
home_pagehttps://parce.info/
SummaryThe parce lexer
upload_time2023-05-28 12:46:38
maintainerWilbert Berendsen
docs_urlNone
author
requires_python
licenseGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The parce module
================

::

   import parce

`Homepage       <https://parce.info>`_                          •
`Development    <https://github.com/wbsoft/parce>`_             •
`Download       <https://pypi.org/project/parce/>`_             •
`Documentation  <https://parce.info>`_                          •
`License        <https://www.gnu.org/licenses/gpl-3.0>`_

This Python package, `parce`, can be used to lex text into a tree structure
using a language definition. The tree structure can subsequently be queried and
transformed in various powerful ways.

The `parce` module is designed to be very fast, while being written in pure
Python, using native data structures as much as possible. Lexing and
transforming can be done in a background thread.

A key feature of parce is that you can re-lex and re-transform only modified
parts of a text if you already have lexed it. This makes parce suitable for
text editors etc. that need to keep a tokenized structure of the text
up-to-date e.g. to support syntax highlighting as you type.

The module is written and maintained by Wilbert Berendsen. Python 3.5 and
higher is supported. Besides Python itself there are no other dependencies.
Testing is done by running ``pytest-3`` in the root directory.

The logo is a public domain tree image with the name in the Gentium italic font.
Why the name? It's short, sounds like 'parse', and has the meaning of
"friend", "buddy", "bro." :-)



            

Raw data

            {
    "_id": null,
    "home_page": "https://parce.info/",
    "name": "parce",
    "maintainer": "Wilbert Berendsen",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "info@wilbertberendsen.nl",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/0e/09/4ac114bb4b34c2c321501e4babc15f250df53b55df061abd3cbe5cac3688/parce-0.33.0.tar.gz",
    "platform": null,
    "description": "The parce module\n================\n\n::\n\n   import parce\n\n`Homepage       <https://parce.info>`_                          \u2022\n`Development    <https://github.com/wbsoft/parce>`_             \u2022\n`Download       <https://pypi.org/project/parce/>`_             \u2022\n`Documentation  <https://parce.info>`_                          \u2022\n`License        <https://www.gnu.org/licenses/gpl-3.0>`_\n\nThis Python package, `parce`, can be used to lex text into a tree structure\nusing a language definition. The tree structure can subsequently be queried and\ntransformed in various powerful ways.\n\nThe `parce` module is designed to be very fast, while being written in pure\nPython, using native data structures as much as possible. Lexing and\ntransforming can be done in a background thread.\n\nA key feature of parce is that you can re-lex and re-transform only modified\nparts of a text if you already have lexed it. This makes parce suitable for\ntext editors etc. that need to keep a tokenized structure of the text\nup-to-date e.g. to support syntax highlighting as you type.\n\nThe module is written and maintained by Wilbert Berendsen. Python 3.5 and\nhigher is supported. Besides Python itself there are no other dependencies.\nTesting is done by running ``pytest-3`` in the root directory.\n\nThe logo is a public domain tree image with the name in the Gentium italic font.\nWhy the name? It's short, sounds like 'parse', and has the meaning of\n\"friend\", \"buddy\", \"bro.\" :-)\n\n\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "The parce lexer",
    "version": "0.33.0",
    "project_urls": {
        "Homepage": "https://parce.info/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e094ac114bb4b34c2c321501e4babc15f250df53b55df061abd3cbe5cac3688",
                "md5": "d7355d25b50a00d209cfc567e9e94a2e",
                "sha256": "57eacb6c0855d3a17a3b5de80042607b66cc0e9c524a7927b19677865331da7a"
            },
            "downloads": -1,
            "filename": "parce-0.33.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d7355d25b50a00d209cfc567e9e94a2e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 597838,
            "upload_time": "2023-05-28T12:46:38",
            "upload_time_iso_8601": "2023-05-28T12:46:38.889477Z",
            "url": "https://files.pythonhosted.org/packages/0e/09/4ac114bb4b34c2c321501e4babc15f250df53b55df061abd3cbe5cac3688/parce-0.33.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-28 12:46:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "parce"
}
        
Elapsed time: 0.07473s