Metadata-Version: 2.1
Name: acycling-digraph-problem
Version: 0.1.7
Summary: 
Author: ada0l
Author-email: andreika.varfolomeev@yandex.ru
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.6.2,<4.0.0)
Requires-Dist: networkx (>=2.8.8,<3.0.0)
Description-Content-Type: text/markdown

# acycling digraph problem

## install

```bash
pip install acycling-digraph-problem
```

## usage

```bash
usage: main.py [-h] [--show SHOW] file_path

positional arguments:
file_path    path to input file

options:
-h, --help   show this help message and exit
--show SHOW  show graph (default: False)
```
