janux


Namejanux JSON
Version 0.1.3 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_time2024-12-04 13:04:00
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/c6/6d/0856d01ff3a58003c469c9448233f781f612697688961615901c6b1ae836/janux-0.1.3.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": "0.1.3",
    "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": "f666e23273f82706271db230448bea8ec1b653b45729c8035a978a5acecadd35",
                "md5": "c0090d73be5427300f6ac2c5f9c0e6f0",
                "sha256": "5e4a23b4da9e258ab00ed6df31e92f4aafc9239de4d7734ca89d8b7fa17a9c7d"
            },
            "downloads": -1,
            "filename": "janux-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c0090d73be5427300f6ac2c5f9c0e6f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 29236,
            "upload_time": "2024-12-04T13:03:58",
            "upload_time_iso_8601": "2024-12-04T13:03:58.575360Z",
            "url": "https://files.pythonhosted.org/packages/f6/66/e23273f82706271db230448bea8ec1b653b45729c8035a978a5acecadd35/janux-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c66d0856d01ff3a58003c469c9448233f781f612697688961615901c6b1ae836",
                "md5": "60bb73c4d4e347b1cbb70890cee9c8ee",
                "sha256": "adb274b95cfc8885fe37c8e520d38484dcab2a8730f05ca338a6b9c30854b480"
            },
            "downloads": -1,
            "filename": "janux-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "60bb73c4d4e347b1cbb70890cee9c8ee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 19385,
            "upload_time": "2024-12-04T13:04:00",
            "upload_time_iso_8601": "2024-12-04T13:04:00.602506Z",
            "url": "https://files.pythonhosted.org/packages/c6/6d/0856d01ff3a58003c469c9448233f781f612697688961615901c6b1ae836/janux-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-04 13:04:00",
    "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.4.2"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "2.1.3"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    "==",
                    "2.2.3"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "11.0.0"
                ]
            ]
        },
        {
            "name": "prettytable",
            "specs": [
                [
                    "==",
                    "3.12.0"
                ]
            ]
        }
    ],
    "lcname": "janux"
}
        
Elapsed time: 0.36304s