gremlin-python icon indicating copy to clipboard operation
gremlin-python copied to clipboard

A Python SDK for the Gremlin API

Results 3 gremlin-python issues
Sort by recently updated
recently updated
newest added

This logic block was incorrect. We should only be checking the global config object if teamId/team_id not set in the kwargs. Old logic made it impossible to pass team_id via...

When using children of GremlinNetworkAttackHelper (GremlinPacketLossAttack, GremlinLatencyAttack, GremlinBlackholeAttack), the hostnames parameter behaves in an unexpected manner when given a list. In the general case of GremlinNetworkAttackHelper will return a list...

When attempting to use this package on Python 3.7, an error occurs: ``` (gremlin-python)[davebrown@codes gremlin-python]$ make test python3 -m tests.test_all Traceback (most recent call last): File "/home/davebrown/.pyenv/versions/3.7.10/lib/python3.7/runpy.py", line 193, in...