An open API service indexing awesome lists of open source software.

https://github.com/mevdschee/pathalchemy

Path engine implementation in Python for PathQL
https://github.com/mevdschee/pathalchemy

Last synced: 9 months ago
JSON representation

Path engine implementation in Python for PathQL

Awesome Lists containing this project

README

          

# pathalchemy

A Python 3 (and 2) PathQL engine library for SqlAlchemy. Allows to query the database using PathQL (see: [PathQL.org](https://pathql.org/)).

### Requirements

You need to install the following dependencies:

sudo apt install libpq-dev
pip install psycopg2 sqlalchemy

For development the following extra dependencies apply:

pip install unittest configparser