pygments-lexer-ursa


Namepygments-lexer-ursa JSON
Version 1.0.12 PyPI version JSON
download
home_pageNone
SummaryPygments lexer for Ursa
upload_time2024-09-06 15:42:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pygments lexer for Ursa programming language

Reuben Thomas <rrt@sc3d.org>  

This is a lexer for the [Ursa programming language](https://ursalang.github.io)
for use with the syntax highlighter [Pygments](https://pygments.org).

It is distributed under a BSD license (see LICENSE file).

I hope it will one day be part of the Pygments distribution.


## Installation

The easiest way to install is from PyPI, the Python Package Index:

`pip install pygments-lexer-ursa`

This will install Pygments itself if you don’t already have it installed.


## Usage

To run Pygments on an Ursa file:

`pygmentize FILE.ursa`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pygments-lexer-ursa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Reuben Thomas <rrt@sc3d.org>",
    "download_url": "https://files.pythonhosted.org/packages/9b/d9/2456909ba9d7e27ba49cb940de77cca16584e0864350f6d59f370311bb73/pygments_lexer_ursa-1.0.12.tar.gz",
    "platform": null,
    "description": "# Pygments lexer for Ursa programming language\n\nReuben Thomas <rrt@sc3d.org>  \n\nThis is a lexer for the [Ursa programming language](https://ursalang.github.io)\nfor use with the syntax highlighter [Pygments](https://pygments.org).\n\nIt is distributed under a BSD license (see LICENSE file).\n\nI hope it will one day be part of the Pygments distribution.\n\n\n## Installation\n\nThe easiest way to install is from PyPI, the Python Package Index:\n\n`pip install pygments-lexer-ursa`\n\nThis will install Pygments itself if you don\u2019t already have it installed.\n\n\n## Usage\n\nTo run Pygments on an Ursa file:\n\n`pygmentize FILE.ursa`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pygments lexer for Ursa",
    "version": "1.0.12",
    "project_urls": {
        "Homepage": "https://github.com/ursalang/pygments-lexer-ursa"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2308b514921996721e259a8a3831966bf86e0398564951f3d806af4bd1ed1dd4",
                "md5": "c97651641885b06f2c8641d05d5fbb1f",
                "sha256": "b993eaa39e67708e56f495ca0ae98ec53916cb99925e2c66e57aeaf0de253bda"
            },
            "downloads": -1,
            "filename": "pygments_lexer_ursa-1.0.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c97651641885b06f2c8641d05d5fbb1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5247,
            "upload_time": "2024-09-06T15:42:30",
            "upload_time_iso_8601": "2024-09-06T15:42:30.341883Z",
            "url": "https://files.pythonhosted.org/packages/23/08/b514921996721e259a8a3831966bf86e0398564951f3d806af4bd1ed1dd4/pygments_lexer_ursa-1.0.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bd92456909ba9d7e27ba49cb940de77cca16584e0864350f6d59f370311bb73",
                "md5": "bad63c15a97b67ba347caf35231ca693",
                "sha256": "948d2456df46654e6e982c9002113afb37d5aad6dca7d7a4c5a9fbb19820fe40"
            },
            "downloads": -1,
            "filename": "pygments_lexer_ursa-1.0.12.tar.gz",
            "has_sig": false,
            "md5_digest": "bad63c15a97b67ba347caf35231ca693",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3635,
            "upload_time": "2024-09-06T15:42:31",
            "upload_time_iso_8601": "2024-09-06T15:42:31.380785Z",
            "url": "https://files.pythonhosted.org/packages/9b/d9/2456909ba9d7e27ba49cb940de77cca16584e0864350f6d59f370311bb73/pygments_lexer_ursa-1.0.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-06 15:42:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ursalang",
    "github_project": "pygments-lexer-ursa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygments-lexer-ursa"
}
        
Elapsed time: 0.31147s