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
- Host: GitHub
- URL: https://github.com/mevdschee/pathalchemy
- Owner: mevdschee
- License: mit
- Created: 2019-10-24T14:01:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T06:01:11.000Z (almost 5 years ago)
- Last Synced: 2024-10-05T21:41:51.805Z (over 1 year ago)
- Language: Python
- Homepage: https://pathql.org/
- Size: 44.9 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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