traph


Nametraph JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryThe terminal graph visualiser no one asked for
upload_time2022-12-19 20:48:04
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT License Copyright (c) 2022 Max Koval Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords graph terminal game visualiser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Traph

A terminal-based graph visualiser.

For now, it supports ~~three~~ two features:
* Constructing a graph
* Running BFS on the graph
* ~~Spaghetti event loop~~

## Installation

You probably wouldn't even think about it, but just in case, you should enable your virtualenv.

### Install from repository

Clone repo:

`git clone git@github.com:1MaxKoval/traph.git`

Go into the root project directory and install:

`pip install .`

### Install from PyPI

`pip install traph`

## Run

`traph`

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "traph",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "graph,terminal,game,visualiser",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ce/80/559e10539074c2b25955bf884bc6551c7fc081d615af9fca14341f74223e/traph-0.0.2.tar.gz",
    "platform": null,
    "description": "# Traph\n\nA terminal-based graph visualiser.\n\nFor now, it supports ~~three~~ two features:\n* Constructing a graph\n* Running BFS on the graph\n* ~~Spaghetti event loop~~\n\n## Installation\n\nYou probably wouldn't even think about it, but just in case, you should enable your virtualenv.\n\n### Install from repository\n\nClone repo:\n\n`git clone git@github.com:1MaxKoval/traph.git`\n\nGo into the root project directory and install:\n\n`pip install .`\n\n### Install from PyPI\n\n`pip install traph`\n\n## Run\n\n`traph`\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 Max Koval  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "The terminal graph visualiser no one asked for",
    "version": "0.0.2",
    "split_keywords": [
        "graph",
        "terminal",
        "game",
        "visualiser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4d95eb71594beea0e60263ce9f2d2dbc",
                "sha256": "d2d0a2ce6edc5671142c4a6924b2dabdc7c568980f10438db266e6482fe92c9c"
            },
            "downloads": -1,
            "filename": "traph-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d95eb71594beea0e60263ce9f2d2dbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10012,
            "upload_time": "2022-12-19T20:48:02",
            "upload_time_iso_8601": "2022-12-19T20:48:02.599145Z",
            "url": "https://files.pythonhosted.org/packages/bc/04/7df6ff7b4035f7079aff61dba0ba698299450f9d2c649c44ce1fe53625bf/traph-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "e3ca2fda4995c956d5c5a4de09f872a2",
                "sha256": "811d37fff62aa2fe336c8eb122e84dac94a08f6222bda443a9f46819b47a72d8"
            },
            "downloads": -1,
            "filename": "traph-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "e3ca2fda4995c956d5c5a4de09f872a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 9138,
            "upload_time": "2022-12-19T20:48:04",
            "upload_time_iso_8601": "2022-12-19T20:48:04.143608Z",
            "url": "https://files.pythonhosted.org/packages/ce/80/559e10539074c2b25955bf884bc6551c7fc081d615af9fca14341f74223e/traph-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-19 20:48:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "traph"
}
        
Elapsed time: 0.01972s