pachisi-render


Namepachisi-render JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryFlexible rendering of pachisi boards
upload_time2023-10-24 10:42:15
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords game rest
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pachisi Render
Easily render a simple, yet customizable pachisi board as an svg.

# Usage
After installation, start the tool via the `pachisi-render` command.
This starts a webserver, which provides a single REST API endpoint at `/board`.
Send an HTTP request containing a json-encoded description of the state of a
pachisi board to this endpoint and it will return an SVG image showing a pachisi
board in the provided state.

Details on the API are provided in the documentation, which is included with the
tool and can be found at the `/docs` url.

# Maintenance
This tool was developed and is being maintained by the Institute of Telematics
at the Karlsruhe Institute of Technology for use in it's protocol engineering
course.

# License
Copyright Karlsruhe Institute of Technology, Institute of Telematics, 2023

Distributed under the terms of the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pachisi-render",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Jakob Gretenkort <jakob.gretenkort@student.kit.edu>",
    "keywords": "game,REST",
    "author": "",
    "author_email": "Jakob Gretenkort <jakob.gretenkort@student.kit.edu>, Michael K\u00f6nig <m.koenig@kit.edu>, Hendrik Mahrt <hendrik.mahrt@kit.edu>",
    "download_url": "https://files.pythonhosted.org/packages/bb/68/281dfaaa199656477961018eb58cd4ab918f4b14757af39c1eabb0c383e4/pachisi-render-0.0.1.tar.gz",
    "platform": null,
    "description": "# Pachisi Render\r\nEasily render a simple, yet customizable pachisi board as an svg.\r\n\r\n# Usage\r\nAfter installation, start the tool via the `pachisi-render` command.\r\nThis starts a webserver, which provides a single REST API endpoint at `/board`.\r\nSend an HTTP request containing a json-encoded description of the state of a\r\npachisi board to this endpoint and it will return an SVG image showing a pachisi\r\nboard in the provided state.\r\n\r\nDetails on the API are provided in the documentation, which is included with the\r\ntool and can be found at the `/docs` url.\r\n\r\n# Maintenance\r\nThis tool was developed and is being maintained by the Institute of Telematics\r\nat the Karlsruhe Institute of Technology for use in it's protocol engineering\r\ncourse.\r\n\r\n# License\r\nCopyright Karlsruhe Institute of Technology, Institute of Telematics, 2023\r\n\r\nDistributed under the terms of the MIT license.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Flexible rendering of pachisi boards",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "game",
        "rest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f9bd6ce41366cf7b42d567daace14c032c366acbec635cce70b3245f71ca133",
                "md5": "b980b67fab0bf292880406d0a1d0e3d9",
                "sha256": "5285d980c1cb125e955be1e4fc47b8b7e7b7f2862564b0c4a4820bce76c1bdce"
            },
            "downloads": -1,
            "filename": "pachisi_render-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b980b67fab0bf292880406d0a1d0e3d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17888,
            "upload_time": "2023-10-24T10:42:12",
            "upload_time_iso_8601": "2023-10-24T10:42:12.722806Z",
            "url": "https://files.pythonhosted.org/packages/6f/9b/d6ce41366cf7b42d567daace14c032c366acbec635cce70b3245f71ca133/pachisi_render-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb68281dfaaa199656477961018eb58cd4ab918f4b14757af39c1eabb0c383e4",
                "md5": "17ee37d33bd782d9a3a113b29cf48e64",
                "sha256": "33087c6b2a397cc7c0c52c31a680396fa7b24c8713995c9bda982224397d1976"
            },
            "downloads": -1,
            "filename": "pachisi-render-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "17ee37d33bd782d9a3a113b29cf48e64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 15926,
            "upload_time": "2023-10-24T10:42:15",
            "upload_time_iso_8601": "2023-10-24T10:42:15.043749Z",
            "url": "https://files.pythonhosted.org/packages/bb/68/281dfaaa199656477961018eb58cd4ab918f4b14757af39c1eabb0c383e4/pachisi-render-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-24 10:42:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pachisi-render"
}
        
Elapsed time: 0.12022s