memgraph / gqlalchemy

GQLAlchemy is a library developed with the purpose of assisting in writing and running queries on Memgraph. GQLAlchemy supports high-level connection to Memgraph as well as modular query builder.

Home Page:https://pypi.org/project/gqlalchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download the extra packages only when needed

katarinasupe opened this issue · comments

If someone without pyarrow tried using something that depends on it, they get asked right there whether it is ok to install that dependency, and then continue with their script.
Someone who is just learning about GQLAlchemy would download the standard version, and if they needed extra packages they would be dynamically downloaded.

Resolved with #235