typedb-driver-python
typedb-driver-python copied to clipboard
TypeDB Driver for Python
## Problem to Solve We've introduced `test_stream.py` which contains a useful integration test, but we can't easily run it in CI because there isn't a toolchain for running a `py_test`...
## Description When running a comparison on getting a single attribute using the python client, compared to Studio, Python is around five times slower. ## Environment 1. TypeDB version: 2.10.0...
We need to add a test that verifies that users can open multiple transactions in parallel to the server.
**For the title of this PR:** please follow the grammatical rules of a usual publication title, without capitalisation (except for the first letter). Thus, the title should NOT CONTAIN CODE:...
Implement user role management API supporting the following functionalities: 1. Role CRUD 2. Assigning a role to a user
## Description In the concept rule API, the `rule.get_when()` method returns a string that includes an outer pair of curly braces around the `when` statements. `rule.get_then()` returns a string without...
_This issue was originally posted by @flyingsilverfin on 2018-09-21 14:02_.
## Problem to Solve `test_grakn.py` and `test_debug.py` contain some useful test scenarios that should be migrated to BDD. For example: explanation tests, and Transaction Options tests. ## Proposed Solution We...
## Problem to Solve We currently set the Python environment to version 3.6.10 with a `pyenv` command in `automation.yml`. But most users will be on Python 3.8 or 3.9 by...
## Problem to Solve Our Python project structure doesn't currently feel very "Pythonic". In Python, it's conventional to have fewer files, because Python packages **are** files. ## Current Workaround We...