pygments-anyscript


Namepygments-anyscript JSON
Version 1.4.0 PyPI version JSON
download
home_pageNone
SummaryPygments lexer and style for the AnyScript language. AnyScript is the
upload_time2024-08-06 10:49:06
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pygments AnyScript plugin

[![pygments_anyscript](https://img.shields.io/pypi/v/pygments_anyscript.svg)](https://pypi.python.org/pypi/pygments_anyscript)
[![pygments_anyscript](https://anaconda.org/conda-forge/pygments_anyscript/badges/version.svg)](https://anaconda.org/conda-forge/pygments_anyscript)
[![pygments_anyscript](https://anaconda.org/conda-forge/pygments_anyscript/badges/downloads.svg)](https://anaconda.org/conda-forge/pygments_anyscript)


Pygments lexer and style for the AnyScript language. AnyScript is the
scripting langugage used for the AnyBody Modeling System; a system for
multibody musculoskeletal analysis.


## Installation

* **Pip:** Run ``pip install pygments-anyscript``
* **Conda:** Run ``conda -c conda-forge pygments_anyscript``
* **Source:** Download source and execute ``python -m pip install .``

Requirements
------------

 * pygments

Usage
-----

The lexer and style can be used with the Pygments api like any other lexer or style.

::

  $ pygmentize -l AnyScript MyAnyScriptFile.any
  $ pygmentize -l AnyScript -O style=anyscript MyAnyScriptFile.any
  $ pygmentize -l AnyScript -f html -O full,style=anyscript -o  MyAnyScriptFile.html MyAnyScriptFile.any



            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pygments-anyscript",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Morten Enemark Lund <mel@anybodytech.com>",
    "download_url": "https://files.pythonhosted.org/packages/62/0c/bd0e7a2a2638cf7e5c6934b2c762125dd9e9d087a8ff120a89f914deabe8/pygments_anyscript-1.4.0.tar.gz",
    "platform": null,
    "description": "# Pygments AnyScript plugin\n\n[![pygments_anyscript](https://img.shields.io/pypi/v/pygments_anyscript.svg)](https://pypi.python.org/pypi/pygments_anyscript)\n[![pygments_anyscript](https://anaconda.org/conda-forge/pygments_anyscript/badges/version.svg)](https://anaconda.org/conda-forge/pygments_anyscript)\n[![pygments_anyscript](https://anaconda.org/conda-forge/pygments_anyscript/badges/downloads.svg)](https://anaconda.org/conda-forge/pygments_anyscript)\n\n\nPygments lexer and style for the AnyScript language. AnyScript is the\nscripting langugage used for the AnyBody Modeling System; a system for\nmultibody musculoskeletal analysis.\n\n\n## Installation\n\n* **Pip:** Run ``pip install pygments-anyscript``\n* **Conda:** Run ``conda -c conda-forge pygments_anyscript``\n* **Source:** Download source and execute ``python -m pip install .``\n\nRequirements\n------------\n\n * pygments\n\nUsage\n-----\n\nThe lexer and style can be used with the Pygments api like any other lexer or style.\n\n::\n\n  $ pygmentize -l AnyScript MyAnyScriptFile.any\n  $ pygmentize -l AnyScript -O style=anyscript MyAnyScriptFile.any\n  $ pygmentize -l AnyScript -f html -O full,style=anyscript -o  MyAnyScriptFile.html MyAnyScriptFile.any\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pygments lexer and style for the AnyScript language. AnyScript is the",
    "version": "1.4.0",
    "project_urls": {
        "Home": "https://github.com/AnyBody/pygments-anyscript"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "620cbd0e7a2a2638cf7e5c6934b2c762125dd9e9d087a8ff120a89f914deabe8",
                "md5": "b0a20b70bf8947e103cf67108ae414d9",
                "sha256": "ef6989e5ec85350e36442da0cbadec07c41ea3d2e0d301bf2086e72deb6caaed"
            },
            "downloads": -1,
            "filename": "pygments_anyscript-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b0a20b70bf8947e103cf67108ae414d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10806,
            "upload_time": "2024-08-06T10:49:06",
            "upload_time_iso_8601": "2024-08-06T10:49:06.940387Z",
            "url": "https://files.pythonhosted.org/packages/62/0c/bd0e7a2a2638cf7e5c6934b2c762125dd9e9d087a8ff120a89f914deabe8/pygments_anyscript-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-06 10:49:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AnyBody",
    "github_project": "pygments-anyscript",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygments-anyscript"
}
        
Elapsed time: 0.32263s