shield-python 0.1.0__tar.gz → 0.1.1__tar.gz
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.
- {shield_python-0.1.0 → shield_python-0.1.1}/PKG-INFO +2 -2
- {shield_python-0.1.0 → shield_python-0.1.1}/README.md +1 -1
- {shield_python-0.1.0 → shield_python-0.1.1}/pyproject.toml +1 -1
- {shield_python-0.1.0 → shield_python-0.1.1}/setup.py +1 -1
- {shield_python-0.1.0 → shield_python-0.1.1}/shield_python.egg-info/PKG-INFO +2 -2
- {shield_python-0.1.0 → shield_python-0.1.1}/setup.cfg +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield/__init__.py +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield/client.py +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield/exceptions.py +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield/resources/__init__.py +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield/resources/events.py +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield/resources/sessions.py +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield/resources/verify.py +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield_python.egg-info/SOURCES.txt +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield_python.egg-info/dependency_links.txt +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield_python.egg-info/requires.txt +0 -0
- {shield_python-0.1.0 → shield_python-0.1.1}/shield_python.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shield-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Official Shield SDK for Python
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://getshield.dev
|
|
@@ -11,7 +11,7 @@ Requires-Dist: requests>=2.28.0
|
|
|
11
11
|
|
|
12
12
|
# Shield Python SDK
|
|
13
13
|
|
|
14
|
-
Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for
|
|
14
|
+
Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for online business transactions.
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Shield Python SDK
|
|
2
2
|
|
|
3
|
-
Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for
|
|
3
|
+
Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for online business transactions.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shield-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Official Shield SDK for Python
|
|
5
5
|
License: MIT
|
|
6
6
|
Project-URL: Homepage, https://getshield.dev
|
|
@@ -11,7 +11,7 @@ Requires-Dist: requests>=2.28.0
|
|
|
11
11
|
|
|
12
12
|
# Shield Python SDK
|
|
13
13
|
|
|
14
|
-
Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for
|
|
14
|
+
Official Python SDK for [Shield](https://getshield.dev) — tamper-evident session recording for online business transactions.
|
|
15
15
|
|
|
16
16
|
## Installation
|
|
17
17
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|