dcipher 0.2.0__tar.gz → 0.3.0__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.
- {dcipher-0.2.0 → dcipher-0.3.0}/PKG-INFO +2 -2
- {dcipher-0.2.0 → dcipher-0.3.0}/README.md +1 -1
- {dcipher-0.2.0 → dcipher-0.3.0}/pyproject.toml +1 -1
- {dcipher-0.2.0 → dcipher-0.3.0}/LICENSE +0 -0
- {dcipher-0.2.0 → dcipher-0.3.0}/dcipher/__init__.py +0 -0
- {dcipher-0.2.0 → dcipher-0.3.0}/dcipher/async_client.py +0 -0
- {dcipher-0.2.0 → dcipher-0.3.0}/dcipher/client.py +0 -0
- {dcipher-0.2.0 → dcipher-0.3.0}/dcipher/constants.py +0 -0
- {dcipher-0.2.0 → dcipher-0.3.0}/dcipher/exceptions.py +0 -0
- {dcipher-0.2.0 → dcipher-0.3.0}/dcipher/logger.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dcipher
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: The official Python library for the Dcipher Workflows API
|
|
5
5
|
Home-page: https://github.com/kairosfuture/dcipher-workflows-api-python
|
|
6
6
|
License: MIT
|
|
@@ -41,7 +41,7 @@ application. It offers both synchronous and asynchronous clients powered by [htt
|
|
|
41
41
|
|
|
42
42
|
## Documentation
|
|
43
43
|
|
|
44
|
-
The REST API documentation can be found
|
|
44
|
+
The REST API documentation can be found on [app.dcipheranalytics.com/workflows](https://app.dcipheranalytics.com/workflows)
|
|
45
45
|
|
|
46
46
|
## Installation
|
|
47
47
|
|
|
@@ -5,7 +5,7 @@ application. It offers both synchronous and asynchronous clients powered by [htt
|
|
|
5
5
|
|
|
6
6
|
## Documentation
|
|
7
7
|
|
|
8
|
-
The REST API documentation can be found
|
|
8
|
+
The REST API documentation can be found on [app.dcipheranalytics.com/workflows](https://app.dcipheranalytics.com/workflows)
|
|
9
9
|
|
|
10
10
|
## Installation
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|