pyjelly 0.5.0__py3-none-any.whl → 0.5.2__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.

Potentially problematic release.


This version of pyjelly might be problematic. Click here for more details.

pyjelly/options.py CHANGED
@@ -76,6 +76,12 @@ class StreamTypes:
76
76
  )
77
77
 
78
78
  def __repr__(self) -> str:
79
+ """
80
+ Return the representation of StreamTypes.
81
+
82
+ >>> repr(StreamTypes(9999, 8888))
83
+ 'StreamTypes(9999, 8888)'
84
+ """
79
85
  with suppress(ValueError):
80
86
  physical_type_name = jelly.PhysicalStreamType.Name(self.physical_type)
81
87
  logical_type_name = jelly.LogicalStreamType.Name(self.logical_type)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyjelly
3
- Version: 0.5.0
3
+ Version: 0.5.2
4
4
  Summary: Jelly-RDF implementation for Python
5
5
  Project-URL: Homepage, https://w3id.org/jelly/pyjelly
6
6
  Project-URL: Documentation, https://w3id.org/jelly/pyjelly
@@ -29,7 +29,6 @@ Classifier: Topic :: Software Development :: Libraries
29
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Requires-Python: >=3.9
31
31
  Requires-Dist: protobuf>=6.30.0
32
- Requires-Dist: pytest-cov>=6.2.1
33
32
  Requires-Dist: typing-extensions>=4.12.2
34
33
  Provides-Extra: rdflib
35
34
  Requires-Dist: rdflib>=7.1.4; extra == 'rdflib'
@@ -1,6 +1,6 @@
1
1
  pyjelly/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  pyjelly/errors.py,sha256=R-xRB4a9S19J9dzAL4a5MCaBwb9ev_kvphGFkQJX6ZU,332
3
- pyjelly/options.py,sha256=vjUjwifD1SFj_b3wvz8D50Tv2wbgGrVF0urG9Zpx3VQ,4307
3
+ pyjelly/options.py,sha256=yDrbcTTgVaG-CL-cOgJyrUO0ECZOlBa77AC4z912x80,4458
4
4
  pyjelly/_proto/grpc.proto,sha256=3PfcZWqKhUSzP_T-xT-80raUYERr_dXWd8rITzXIqek,1188
5
5
  pyjelly/_proto/patch.proto,sha256=gASUm0xDG9J1advNoq_cCsJYxudTbQaiZQBq4oW3kw4,5291
6
6
  pyjelly/_proto/rdf.proto,sha256=EKxyG421B4m0Wx5-6jjojdga_hA3jpZfF6-T3lMc0hI,12763
@@ -25,8 +25,8 @@ pyjelly/serialize/flows.py,sha256=0C2soigJKyHr3xoR-7v0kc1RL8COwnuCRd4iVZpukFU,55
25
25
  pyjelly/serialize/ioutils.py,sha256=2_NaadLfHO3jKR1ZV7aK6jQ09sPKBar9iLFHYwourz8,400
26
26
  pyjelly/serialize/lookup.py,sha256=h0lYFjdB6CIuN2DzAW6EE4ILJFUuto3paAK6DG1DZYg,4091
27
27
  pyjelly/serialize/streams.py,sha256=F_T3k9yLSPtUW2ZaL99hmjlPKmgG4nYNeNXUiee3jEY,8421
28
- pyjelly-0.5.0.dist-info/METADATA,sha256=LZ9VubOV_XRCC-Bqk7RWmfbcYJETPfKL7-YnhrVQr5Y,4786
29
- pyjelly-0.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
- pyjelly-0.5.0.dist-info/entry_points.txt,sha256=kUG0p9zso7HpitdMaQaXEj_KSqgOGsL0Ky9ARbecN1g,339
31
- pyjelly-0.5.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
32
- pyjelly-0.5.0.dist-info/RECORD,,
28
+ pyjelly-0.5.2.dist-info/METADATA,sha256=Syn9ckq2YtWajyIjXgOWUW_MXzkPUe00f0Bzw04sd7k,4753
29
+ pyjelly-0.5.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
30
+ pyjelly-0.5.2.dist-info/entry_points.txt,sha256=kUG0p9zso7HpitdMaQaXEj_KSqgOGsL0Ky9ARbecN1g,339
31
+ pyjelly-0.5.2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
32
+ pyjelly-0.5.2.dist-info/RECORD,,