Metadata-Version: 2.1
Name: pylogos
Version: 0.1.2
Summary: A collection of useful util functions
Project-URL: Homepage, https://github.com/hyukkyukang/python_utils
Project-URL: Bug Tracker, https://github.com/hyukkyukang/python_utils/issues
Author-email: Hyukkyu Kang <hyukkyukang@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: matplotlib>=3.6
Requires-Dist: networkx>=2.8
Requires-Dist: numpy>=1.23
Requires-Dist: pglast>=3.17
Requires-Dist: unittest-xml-reporting>=3.2
Description-Content-Type: text/markdown

# logos_python

This is a repository for implementing the logos in Python.

# Installing the requirements

```bash
pip install -r requirements.txt
```

# Running the code

We expect the SQL query string is translated into a Query graph defined in `src > query_graph > koutrika_query_graph.py`

Please refer to the examples in the test folder.
