gremlinpython 3.7.5.dev1__py3-none-any.whl → 3.7.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. gremlin_python/__init__.py +2 -2
  2. gremlin_python/driver/__init__.py +1 -1
  3. gremlin_python/driver/aiohttp/__init__.py +1 -1
  4. gremlin_python/driver/aiohttp/transport.py +1 -1
  5. gremlin_python/driver/client.py +1 -1
  6. gremlin_python/driver/connection.py +1 -1
  7. gremlin_python/driver/driver_remote_connection.py +1 -1
  8. gremlin_python/driver/protocol.py +1 -1
  9. gremlin_python/driver/remote_connection.py +1 -1
  10. gremlin_python/driver/request.py +1 -1
  11. gremlin_python/driver/resultset.py +1 -1
  12. gremlin_python/driver/serializer.py +1 -1
  13. gremlin_python/driver/transport.py +3 -3
  14. gremlin_python/driver/useragent.py +2 -2
  15. gremlin_python/process/__init__.py +1 -1
  16. gremlin_python/process/anonymous_traversal.py +1 -1
  17. gremlin_python/process/graph_traversal.py +1 -1
  18. gremlin_python/process/strategies.py +1 -1
  19. gremlin_python/process/translator.py +1 -1
  20. gremlin_python/process/traversal.py +1 -1
  21. gremlin_python/statics.py +1 -1
  22. gremlin_python/structure/__init__.py +3 -3
  23. gremlin_python/structure/graph.py +3 -3
  24. gremlin_python/structure/io/__init__.py +3 -3
  25. gremlin_python/structure/io/graphbinaryV1.py +8 -2
  26. gremlin_python/structure/io/graphsonV2d0.py +3 -3
  27. gremlin_python/structure/io/graphsonV3d0.py +13 -4
  28. gremlin_python/structure/io/util.py +1 -1
  29. {gremlinpython-3.7.5.dev1.dist-info → gremlinpython-3.7.6.dist-info}/METADATA +2 -1
  30. gremlinpython-3.7.6.dist-info/RECORD +34 -0
  31. {gremlinpython-3.7.5.dev1.dist-info → gremlinpython-3.7.6.dist-info}/WHEEL +1 -1
  32. gremlinpython-3.7.6.dist-info/licenses/NOTICE +5 -0
  33. gremlin_python/__version__.py +0 -20
  34. gremlinpython-3.7.5.dev1.dist-info/RECORD +0 -35
  35. gremlinpython-3.7.5.dev1.dist-info/licenses/NOTICE +0 -5
  36. {gremlinpython-3.7.5.dev1.dist-info → gremlinpython-3.7.6.dist-info}/licenses/LICENSE +0 -0
  37. {gremlinpython-3.7.5.dev1.dist-info → gremlinpython-3.7.6.dist-info}/top_level.txt +0 -0
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -18,4 +18,4 @@
18
18
  #
19
19
 
20
20
  __author__ = 'Marko A. Rodriguez (http://markorodriguez.com)'
21
- __version__ = '3.7.5.dev1'
21
+ __version__ = '3.7.6'
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -6,7 +6,7 @@
6
6
  # "License"); you may not use this file except in compliance
7
7
  # with the License. You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -6,9 +6,9 @@
6
6
  # to you under the Apache License, Version 2.0 (the
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
14
14
  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -18,7 +18,7 @@
18
18
  #
19
19
  import platform
20
20
 
21
- gremlin_version = "3.7.5" # DO NOT MODIFY - Configured automatically by Maven Replacer Plugin
21
+ gremlin_version = "3.7.6" # DO NOT MODIFY - Configured automatically by Maven Replacer Plugin
22
22
 
23
23
  def _generate_user_agent():
24
24
  application_name = "NotAvailable"
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
gremlin_python/statics.py CHANGED
@@ -7,7 +7,7 @@
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
9
  #
10
- # http://www.apache.org/licenses/LICENSE-2.0
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
11
  #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
@@ -6,9 +6,9 @@
6
6
  # to you under the Apache License, Version 2.0 (the
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
14
14
  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -6,9 +6,9 @@
6
6
  # to you under the Apache License, Version 2.0 (the
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
14
14
  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -6,9 +6,9 @@
6
6
  # to you under the Apache License, Version 2.0 (the
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
14
14
  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -7,7 +7,7 @@ to you under the Apache License, Version 2.0 (the
7
7
  "License"); you may not use this file except in compliance
8
8
  with the License. You may obtain a copy of the License at
9
9
 
10
- http://www.apache.org/licenses/LICENSE-2.0
10
+ http://www.apache.org/licenses/LICENSE-2.0
11
11
 
12
12
  Unless required by applicable law or agreed to in writing,
13
13
  software distributed under the License is distributed on an
@@ -520,7 +520,13 @@ class SetDeserializer(ListIO):
520
520
 
521
521
  @classmethod
522
522
  def objectify(cls, buff, reader, nullable=True):
523
- return set(ListIO.objectify(buff, reader, nullable))
523
+ the_list = ListIO.objectify(buff, reader, nullable)
524
+ try:
525
+ return set(the_list)
526
+ except TypeError:
527
+ log.warning("Coercing Set to list as it contains unhashable elements (e.g. dict, list). "
528
+ "See TINKERPOP-3232 for more details.")
529
+ return the_list
524
530
 
525
531
 
526
532
  class MapIO(_GraphBinaryTypeIO):
@@ -6,9 +6,9 @@
6
6
  # to you under the Apache License, Version 2.0 (the
7
7
  # "License"); you may not use this file except in compliance
8
8
  # with the License. You may obtain a copy of the License at
9
- #
10
- # http://www.apache.org/licenses/LICENSE-2.0
11
- #
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
12
  # Unless required by applicable law or agreed to in writing,
13
13
  # software distributed under the License is distributed on an
14
14
  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -5,9 +5,9 @@
5
5
  # to you under the Apache License, Version 2.0 (the
6
6
  # "License"); you may not use this file except in compliance
7
7
  # with the License. You may obtain a copy of the License at
8
- #
9
- # http://www.apache.org/licenses/LICENSE-2.0
10
- #
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
13
13
  # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -438,9 +438,18 @@ class SetIO(_GraphSONTypeIO):
438
438
  In case Java returns numeric values of different types which
439
439
  python don't recognize, coerce and return a list.
440
440
  See comments of TINKERPOP-1844 for more details
441
+
442
+ In case the set contains non-hashable elements (e.g. dict, list),
443
+ coerce and return a list.
444
+ See TINKERPOP-3232 for more details
441
445
  """
442
446
  new_list = [reader.to_object(obj) for obj in s]
443
- new_set = set(new_list)
447
+ try:
448
+ new_set = set(new_list)
449
+ except TypeError:
450
+ log.warning("Coercing g:Set to list as it contains unhashable elements (e.g. dict, list). "
451
+ "See TINKERPOP-3232 for more details.")
452
+ return new_list
444
453
  if len(new_list) != len(new_set):
445
454
  log.warning("Coercing g:Set to list due to java numeric values. "
446
455
  "See TINKERPOP-1844 for more details.")
@@ -6,7 +6,7 @@
6
6
  # "License"); you may not use this file except in compliance
7
7
  # with the License. You may obtain a copy of the License at
8
8
  #
9
- # http://www.apache.org/licenses/LICENSE-2.0
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
10
  #
11
11
  # Unless required by applicable law or agreed to in writing,
12
12
  # software distributed under the License is distributed on an
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gremlinpython
3
- Version: 3.7.5.dev1
3
+ Version: 3.7.6
4
4
  Summary: Gremlin-Python for Apache TinkerPop
5
5
  Maintainer-email: Apache TinkerPop <dev@tinkerpop.apache.org>
6
6
  License: Apache 2
@@ -25,6 +25,7 @@ Requires-Dist: ujson>=2.0.0; extra == "ujson"
25
25
  Provides-Extra: test
26
26
  Requires-Dist: pytest<7.2.0,>=4.6.4; extra == "test"
27
27
  Requires-Dist: radish-bdd==0.18.2; extra == "test"
28
+ Requires-Dist: lxml==5.3.0; extra == "test"
28
29
  Requires-Dist: PyHamcrest<3.0.0,>=1.9.0; extra == "test"
29
30
  Requires-Dist: PyYAML>=5.3; extra == "test"
30
31
  Dynamic: license-file
@@ -0,0 +1,34 @@
1
+ gremlin_python/__init__.py,sha256=ArO7n_9esb6ofAOQUI0yw5tOushUI7EOfJviFldAjhE,874
2
+ gremlin_python/statics.py,sha256=gmF5402OdwEc1OrhgQFL3h6HVSNTvMWjbn7mEHleeaM,2851
3
+ gremlin_python/driver/__init__.py,sha256=g6RXUex0JTxx26nFwkID-1pxZN8qw-08ddWjeHrLd0Y,852
4
+ gremlin_python/driver/client.py,sha256=ixkA39vPa_EoengLugi_Q3GzdVvHr5IrWVt0iMmNdx0,8168
5
+ gremlin_python/driver/connection.py,sha256=BWNtvsMrmW2jqRkVyCKkbJq8Jqsw_Ew1LrDHy9g-Io0,3859
6
+ gremlin_python/driver/driver_remote_connection.py,sha256=psXbvXGbEYDI6zw8KN94c7MK5MYZ4sE8NR_FPGpgYU0,8854
7
+ gremlin_python/driver/protocol.py,sha256=FpakC4-p0drTvSGWKSvUvoaCMZGcDRgJKkSJyq9SDeo,11787
8
+ gremlin_python/driver/remote_connection.py,sha256=f2Q3KVB9DjOHJaIfGzXDbNZIUxNrLo76BT5ysgL6hv0,3016
9
+ gremlin_python/driver/request.py,sha256=HUbqYw_afRFPaajvqY7OiFB2aAk2a8TNh-zoMCIwK_s,955
10
+ gremlin_python/driver/resultset.py,sha256=shH7PA-iVyp8mdr1pxDAv12HDtPSoUZSI3seQEGLpjw,2671
11
+ gremlin_python/driver/serializer.py,sha256=uixt_x7pKNmcff_VVDE0S_AatM_SZ8Ppyt073EHXWmM,10246
12
+ gremlin_python/driver/transport.py,sha256=EMQEbMl4rQrrC5uja4hWfnjtu8nPUBcCMtNHQTXu3Z4,1246
13
+ gremlin_python/driver/useragent.py,sha256=QhCeFRFAO5IbOgjAhw__N1e_6rtu2tnw2V2TMJ3Khco,1590
14
+ gremlin_python/driver/aiohttp/__init__.py,sha256=Mnk4pWa5nTIrU_VYGdGJYftxPjA9MRZjFVYtvbDjH18,789
15
+ gremlin_python/driver/aiohttp/transport.py,sha256=ctUX_7wr-RhkIh1MUR57XI8XU3J6y6Q98WYXuRrU93E,11394
16
+ gremlin_python/process/__init__.py,sha256=g6RXUex0JTxx26nFwkID-1pxZN8qw-08ddWjeHrLd0Y,852
17
+ gremlin_python/process/anonymous_traversal.py,sha256=C8jznJufWCEfUx-s6UTMA_N-nKpmV9CFFTK6yI2aM4g,2450
18
+ gremlin_python/process/graph_traversal.py,sha256=jbZe-eJt-4KeEDC6kQowC7le-ezdTsum5POBTZZz728,70930
19
+ gremlin_python/process/strategies.py,sha256=73Q4yjDuqYGd5v-jE9M0YVrOU4_l-NeuDKa4cSma-Ds,9476
20
+ gremlin_python/process/translator.py,sha256=4lJzowPkKNCAqzNPWosErU9UuGzzt2d3T-1iGnLUAbw,11149
21
+ gremlin_python/process/traversal.py,sha256=GEpQTvkYMpOXjxor_m1h8HyMvZPLWBTRLb4ZzSCo024,23124
22
+ gremlin_python/structure/__init__.py,sha256=g6RXUex0JTxx26nFwkID-1pxZN8qw-08ddWjeHrLd0Y,852
23
+ gremlin_python/structure/graph.py,sha256=G8ib7jwJie88CmSHYr2_6x_q-v_YGI-TTLUP1aRh5nY,4506
24
+ gremlin_python/structure/io/__init__.py,sha256=g6RXUex0JTxx26nFwkID-1pxZN8qw-08ddWjeHrLd0Y,852
25
+ gremlin_python/structure/io/graphbinaryV1.py,sha256=9rkTTnfFJf61_7S7taiV2ySSfiuWUhR_ciRTvXghF0Q,37975
26
+ gremlin_python/structure/io/graphsonV2d0.py,sha256=tLptyWp5XlQxcra3iiQUlKtQ5091nmvqv2qPgaKMpWY,22196
27
+ gremlin_python/structure/io/graphsonV3d0.py,sha256=-6BKqPg4Jokly1KEYlNwLTotPjhEW7d7IvOQAplfxHI,25910
28
+ gremlin_python/structure/io/util.py,sha256=OX4wQrpkRZkQfWkmopRLQ3ng-fPeJPIhB2MfvSBEr1s,1848
29
+ gremlinpython-3.7.6.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
30
+ gremlinpython-3.7.6.dist-info/licenses/NOTICE,sha256=FMjmoj_l2-AVGy2DCS85d0V5rk2A9R9ODI1qiWMJ0-Q,170
31
+ gremlinpython-3.7.6.dist-info/METADATA,sha256=9yyJpkLh8hF4E-xjrEDzJdxamaiiQa3W3T-JRnf-w78,6711
32
+ gremlinpython-3.7.6.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
33
+ gremlinpython-3.7.6.dist-info/top_level.txt,sha256=VVeR1g-oOCZBmKIaVzZ7fF2BYrnqOWpw7C2H71ksTAU,15
34
+ gremlinpython-3.7.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (82.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -0,0 +1,5 @@
1
+ Apache TinkerPop
2
+ Copyright 2015-2026 The Apache Software Foundation.
3
+
4
+ This product includes software developed at
5
+ The Apache Software Foundation (http://www.apache.org/).
@@ -1,20 +0,0 @@
1
- '''
2
- Licensed to the Apache Software Foundation (ASF) under one
3
- or more contributor license agreements. See the NOTICE file
4
- distributed with this work for additional information
5
- regarding copyright ownership. The ASF licenses this file
6
- to you under the Apache License, Version 2.0 (the
7
- "License"); you may not use this file except in compliance
8
- with the License. You may obtain a copy of the License at
9
-
10
- http://www.apache.org/licenses/LICENSE-2.0
11
-
12
- Unless required by applicable law or agreed to in writing,
13
- software distributed under the License is distributed on an
14
- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
- KIND, either express or implied. See the License for the
16
- specific language governing permissions and limitations
17
- under the License.
18
- '''
19
- version = '?'
20
- timestamp = 1739570012
@@ -1,35 +0,0 @@
1
- gremlin_python/__init__.py,sha256=hgKnJs3rosLSPPTb3D11rT1WbRFrVcWPNFWhvci8aKs,877
2
- gremlin_python/__version__.py,sha256=cFRWHaN11XhVO1_PgXXCMHBfI0KeXc0i6qEp-HMDZro,800
3
- gremlin_python/statics.py,sha256=BXnrfx25Todku_U0ddd-zB4eyQMf2paT5uuN9znK2fQ,2849
4
- gremlin_python/driver/__init__.py,sha256=rbOOdo_19nz_mHTXVc5p8ZXLI5pUGMfXLKQiw7Olu7g,850
5
- gremlin_python/driver/client.py,sha256=s-6cV2C0EMpvmyZZXWTq8kiFZEFLdn_HmWMF05mrSzU,8166
6
- gremlin_python/driver/connection.py,sha256=9Jia02-47hzX7ElMhMWBCKrrvOm1eUnmOOnl_S730PE,3857
7
- gremlin_python/driver/driver_remote_connection.py,sha256=8htMF-TYd0FJDQciL_nzTsVbzkgWO8lCBivx6qv2LU8,8852
8
- gremlin_python/driver/protocol.py,sha256=SqDZWeu3p2WHCzv8k1u2Q1icg2AIl03OhkWsB4KoBnw,11785
9
- gremlin_python/driver/remote_connection.py,sha256=DtglObhiyLDIgLKIcv7enDuXd9KiCJVLXWAvreBQ4wA,3014
10
- gremlin_python/driver/request.py,sha256=IlqBmQlT2UU95xbY6z1ajlmNQeDZ4ePzT4uF8M0USFk,953
11
- gremlin_python/driver/resultset.py,sha256=_-13igfH1zQ72mgreDptPmUaXnadnprERVQTSZWeIl4,2669
12
- gremlin_python/driver/serializer.py,sha256=wFCPAltRB2F0p9ZFyD0x2thoBmI81gPFZhAkV5XLBOQ,10244
13
- gremlin_python/driver/transport.py,sha256=aEXb9oS1SMI9oKWYINnWuYhYaosi6FdsOJ7oj6FzkkY,1246
14
- gremlin_python/driver/useragent.py,sha256=f2QqZcPLpPLUeyHdSeOojBJWp1ueeiDG7lqjXkA1el8,1588
15
- gremlin_python/driver/aiohttp/__init__.py,sha256=xzdixoKYCJCe4aRILYqdartQi4Py5fcQWqif3zzyUC8,787
16
- gremlin_python/driver/aiohttp/transport.py,sha256=ZOfpSOA1ucw1tNnmp23cRukzoy3mVVKLjEkZpEl8EdE,11392
17
- gremlin_python/process/__init__.py,sha256=rbOOdo_19nz_mHTXVc5p8ZXLI5pUGMfXLKQiw7Olu7g,850
18
- gremlin_python/process/anonymous_traversal.py,sha256=A8evyPIAciRGiauDqUbyo4XnG3QTdO28l-TF2K7Ir2g,2448
19
- gremlin_python/process/graph_traversal.py,sha256=Lg2fg6VRKo58fnMhklGypqdn-auLhkM1s2zL6vN3kf0,70928
20
- gremlin_python/process/strategies.py,sha256=95WIhzvvqejCEDOlhICGji9HgkwTUySGKt-yNCBTTh8,9474
21
- gremlin_python/process/translator.py,sha256=NuaA2WfepvgDm3DrNa_u2Qvz70s9t6ICbFltPglQwBI,11147
22
- gremlin_python/process/traversal.py,sha256=3xYpSeZyCxziA2nP3ZEhwfpcnDFBsy0t8utIYy4PG2c,23122
23
- gremlin_python/structure/__init__.py,sha256=zo5zR3kruv1h4_A80IxZ1IZrS0Ud5lVjpGm0PxBAP20,852
24
- gremlin_python/structure/graph.py,sha256=hBSsn6tYU4qRhCc53SKrcUu8VfSwvtL2m-PE2n9VZS4,4506
25
- gremlin_python/structure/io/__init__.py,sha256=zo5zR3kruv1h4_A80IxZ1IZrS0Ud5lVjpGm0PxBAP20,852
26
- gremlin_python/structure/io/graphbinaryV1.py,sha256=TS2_y6e0IcM8eIjTh_jve7wSgErkazrCQwJqUKo_dn0,37708
27
- gremlin_python/structure/io/graphsonV2d0.py,sha256=uR8qG8H35RxNpqhamT79w6WEHz5ITyyXD5u881C0J-U,22196
28
- gremlin_python/structure/io/graphsonV3d0.py,sha256=hJcz8KlHhS_BAwvwKC3dA24POZYK22a3W-AETdksCT4,25518
29
- gremlin_python/structure/io/util.py,sha256=x0OEkGGX2ajgOuSbz1j3dO3_IlOPnPLV4m6SGAmNAeM,1846
30
- gremlinpython-3.7.5.dev1.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
31
- gremlinpython-3.7.5.dev1.dist-info/licenses/NOTICE,sha256=8gM_LEyfAHZhVj_v_2rkqb4qlc9GJmPCvKDHOHYGpmM,170
32
- gremlinpython-3.7.5.dev1.dist-info/METADATA,sha256=2B-YgZ4TsDBuqMfE2Gcw2Y7oO6INbS0g4H5pmeFNkbc,6672
33
- gremlinpython-3.7.5.dev1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
34
- gremlinpython-3.7.5.dev1.dist-info/top_level.txt,sha256=VVeR1g-oOCZBmKIaVzZ7fF2BYrnqOWpw7C2H71ksTAU,15
35
- gremlinpython-3.7.5.dev1.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- Apache TinkerPop
2
- Copyright 2015-2025 The Apache Software Foundation.
3
-
4
- This product includes software developed at
5
- The Apache Software Foundation (http://www.apache.org/).