otdf-python 0.3.2__py3-none-any.whl → 0.3.3__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.
- {otdf_python-0.3.2.dist-info → otdf_python-0.3.3.dist-info}/METADATA +1 -3
- {otdf_python-0.3.2.dist-info → otdf_python-0.3.3.dist-info}/RECORD +4 -4
- {otdf_python-0.3.2.dist-info → otdf_python-0.3.3.dist-info}/WHEEL +0 -0
- {otdf_python-0.3.2.dist-info → otdf_python-0.3.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: otdf-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Unofficial OpenTDF SDK for Python
|
|
5
5
|
Author-email: b-long <b-long@users.noreply.github.com>
|
|
6
6
|
License-File: LICENSE
|
|
@@ -102,8 +102,6 @@ with open("encrypted.tdf", "wb") as f:
|
|
|
102
102
|
### Decrypt Data
|
|
103
103
|
|
|
104
104
|
```python
|
|
105
|
-
from otdf_python.tdf import TDFReaderConfig
|
|
106
|
-
|
|
107
105
|
# Read encrypted TDF file
|
|
108
106
|
with open("encrypted.tdf", "rb") as f:
|
|
109
107
|
encrypted_data = f.read()
|
|
@@ -131,7 +131,7 @@ otdf_python_proto/wellknownconfiguration/__init__.py,sha256=X3GeZJ1mG_N1MViryjkq
|
|
|
131
131
|
otdf_python_proto/wellknownconfiguration/wellknown_configuration_pb2.py,sha256=g9xSm9TxX0IPMqiFCaridJvI2TrL8PrXVFPgu8tX9VM,3863
|
|
132
132
|
otdf_python_proto/wellknownconfiguration/wellknown_configuration_pb2.pyi,sha256=Zw4vROvTgomnFqsalJrYda632ojXH0FVXSzTXxerybw,1490
|
|
133
133
|
otdf_python_proto/wellknownconfiguration/wellknown_configuration_pb2_connect.py,sha256=i9rGG2mgQZfk6xGCp1ywu4QqKWSiwpuLoNKGUwl43t8,5346
|
|
134
|
-
otdf_python-0.3.
|
|
135
|
-
otdf_python-0.3.
|
|
136
|
-
otdf_python-0.3.
|
|
137
|
-
otdf_python-0.3.
|
|
134
|
+
otdf_python-0.3.3.dist-info/METADATA,sha256=8NI8cmpOqLFh4QjizWUXIHiCCiWN5D1k11MhekFzAKQ,4279
|
|
135
|
+
otdf_python-0.3.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
136
|
+
otdf_python-0.3.3.dist-info/licenses/LICENSE,sha256=DPrPHdI6tfZcqk9kzQ37vh1Ftk7LJYdMrUtwKl7L3Pw,1074
|
|
137
|
+
otdf_python-0.3.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|