janux


Namejanux JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryA robust yet simple tool for generating a set of path options in directed graphs. It is designed for efficient routing or creating path options for custom requirements in transportation networks.
upload_time2025-02-05 16:12:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT License
keywords routing graphs transportation networkx path enumeration
VCS
bugtrack_url
requirements beautifulsoup4 lxml matplotlib networkx numpy pandas Pillow prettytable
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # JanuX

<img src="graphics/janux.svg" alt="JanuX Logo" align="right" width="200">

**Janus**, the Roman god of beginnings, transitions and duality, is known for his two faces. In Roman mythology, he symbolizes direction, beginnings, ends and contrasts.

---

**JanuX** is not a Roman god, but it is a robust yet simple tool for generating a set of path options in directed graphs. It is designed for efficient routing or creating path options for custom requirements.

---

## Examples

| ![Image1](graphics/gallery/a.png) | ![Image2](graphics/gallery/b.png) |
|------------------------|-----------------------|
| ![Image3](graphics/gallery/c.png) | ![Image4](graphics/gallery/d.png) |

---

![Image5](graphics/gallery/e.gif)

---

## License

This project is licensed under the [MIT License](LICENSE.txt).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "janux",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "routing, graphs, transportation, networkx, path, enumeration",
    "author": null,
    "author_email": "Ahmet Onur Akman <ahmetonurakman@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/37/a1/3bfe5deab61e66d45730f29d4cb11ead67d6e3ebaf7070547cb57f0c3dca/janux-1.0.0.tar.gz",
    "platform": null,
    "description": "# JanuX\n\n<img src=\"graphics/janux.svg\" alt=\"JanuX Logo\" align=\"right\" width=\"200\">\n\n**Janus**, the Roman god of beginnings, transitions and duality, is known for his two faces. In Roman mythology, he symbolizes direction, beginnings, ends and contrasts.\n\n---\n\n**JanuX** is not a Roman god, but it is a robust yet simple tool for generating a set of path options in directed graphs. It is designed for efficient routing or creating path options for custom requirements.\n\n---\n\n## Examples\n\n| ![Image1](graphics/gallery/a.png) | ![Image2](graphics/gallery/b.png) |\n|------------------------|-----------------------|\n| ![Image3](graphics/gallery/c.png) | ![Image4](graphics/gallery/d.png) |\n\n---\n\n![Image5](graphics/gallery/e.gif)\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE.txt).\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A robust yet simple tool for generating a set of path options in directed graphs. It is designed for efficient routing or creating path options for custom requirements in transportation networks.",
    "version": "1.0.0",
    "project_urls": {
        "Bug Report": "https://github.com/COeXISTENCE-PROJECT/JanuX/issues",
        "repository": "https://github.com/COeXISTENCE-PROJECT/JanuX"
    },
    "split_keywords": [
        "routing",
        " graphs",
        " transportation",
        " networkx",
        " path",
        " enumeration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "75f5d150e153e9f77d31cbcaf9fbd7f5f5ab2b32360c147dcc45189efa9987fb",
                "md5": "94a550c3cfd27d063e199fb0a4cfcf71",
                "sha256": "33191416e789c807962fa26734d1c409ba7bd49e6b1e3356c85fb0ab808dd2cc"
            },
            "downloads": -1,
            "filename": "janux-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "94a550c3cfd27d063e199fb0a4cfcf71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 29223,
            "upload_time": "2025-02-05T16:12:39",
            "upload_time_iso_8601": "2025-02-05T16:12:39.466327Z",
            "url": "https://files.pythonhosted.org/packages/75/f5/d150e153e9f77d31cbcaf9fbd7f5f5ab2b32360c147dcc45189efa9987fb/janux-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37a13bfe5deab61e66d45730f29d4cb11ead67d6e3ebaf7070547cb57f0c3dca",
                "md5": "7898711ffe1cfb5df1e5257260365b21",
                "sha256": "6403479cb21390421cbb63323fc72353c307f5068a8a54f69085999b6afa8814"
            },
            "downloads": -1,
            "filename": "janux-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7898711ffe1cfb5df1e5257260365b21",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 19294,
            "upload_time": "2025-02-05T16:12:41",
            "upload_time_iso_8601": "2025-02-05T16:12:41.275887Z",
            "url": "https://files.pythonhosted.org/packages/37/a1/3bfe5deab61e66d45730f29d4cb11ead67d6e3ebaf7070547cb57f0c3dca/janux-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-05 16:12:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "COeXISTENCE-PROJECT",
    "github_project": "JanuX",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    "==",
                    "4.12.3"
                ]
            ]
        },
        {
            "name": "lxml",
            "specs": [
                [
                    "==",
                    "5.3.0"
                ]
            ]
        },
        {
            "name": "matplotlib",
            "specs": [
                [
                    "==",
                    "3.9.3"
                ]
            ]
        },
        {
            "name": "networkx",
            "specs": [
                [
                    "==",
                    "3.2.1"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.0.2"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "11.0.0"
                ]
            ]
        },
        {
            "name": "prettytable",
            "specs": [
                [
                    "==",
                    "3.12.0"
                ]
            ]
        }
    ],
    "lcname": "janux"
}
        
Elapsed time: 0.66067s