Metadata-Version: 2.1
Name: janux
Version: 0.1.2
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.
Author-email: Ahmet Onur Akman <ahmetonurakman@gmail.com>
License: MIT License
Project-URL: repository, https://github.com/COeXISTENCE-PROJECT/JanuX
Project-URL: Bug Report, https://github.com/COeXISTENCE-PROJECT/JanuX/issues
Keywords: routing,graphs,transportation,networkx,path,enumeration
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: beautifulsoup4
Requires-Dist: lxml
Requires-Dist: matplotlib
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: Pillow
Requires-Dist: prettytable

# 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).
