Datasphere-API 0.1.0__py3-none-any.whl → 0.1.1__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Datasphere-API
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Unofficial async Python client for the SAP Datasphere automation APIs.
5
5
  Project-URL: Homepage, https://github.com/peterschwps/SAP-Datasphere-API
6
6
  Project-URL: Repository, https://github.com/peterschwps/SAP-Datasphere-API
@@ -25,6 +25,10 @@ Description-Content-Type: text/markdown
25
25
 
26
26
  # Datasphere-API
27
27
 
28
+ [![CI](https://github.com/peterschwps/SAP-Datasphere-API/actions/workflows/ci.yml/badge.svg)](https://github.com/peterschwps/SAP-Datasphere-API/actions/workflows/ci.yml)
29
+ [![PyPI](https://img.shields.io/pypi/v/Datasphere-API)](https://pypi.org/project/Datasphere-API/)
30
+ [![Python](https://img.shields.io/pypi/pyversions/Datasphere-API)](https://pypi.org/project/Datasphere-API/)
31
+
28
32
  Unofficial async Python client for the SAP Datasphere automation APIs.
29
33
  This library powers the
30
34
  [SAP-Datasphere-CLI](https://github.com/peterschwps/SAP-Datasphere-CLI)
@@ -11,7 +11,7 @@ datasphere_api/resources/base.py,sha256=hNRgXwUV2AlkcJ_oZwvj-xgeSgUAhqBSvTFYJihS
11
11
  datasphere_api/resources/remote_tables.py,sha256=dYAM6VKbJ6zfI92fzhItCxn-lzXtMAAQkYbLEaP8aww,8219
12
12
  datasphere_api/resources/task_chains.py,sha256=hItxeq63MC4mzuZpjmqPyJuugZXMVwNH_ozufwXL-B8,5935
13
13
  datasphere_api/resources/views.py,sha256=h8tnt4fFnkK5MzNNdkdYvKZIrNF82pTtuxgCck9h9nU,46860
14
- datasphere_api-0.1.0.dist-info/METADATA,sha256=BFY7dr9NqScyIYjvjuzg2gn8BLowWqhvrC0H1eHENts,4758
15
- datasphere_api-0.1.0.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
16
- datasphere_api-0.1.0.dist-info/licenses/LICENSE,sha256=jo_GqhX4SBcsLGNwPf6ijcamtyCEuX2sNpBRTub0iBc,1069
17
- datasphere_api-0.1.0.dist-info/RECORD,,
14
+ datasphere_api-0.1.1.dist-info/METADATA,sha256=pX2DzCc1JtcVzDVzh88EaMy_mlemgt9fsfcXrhRAIwE,5136
15
+ datasphere_api-0.1.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
16
+ datasphere_api-0.1.1.dist-info/licenses/LICENSE,sha256=L3WM3vUb63vT-W9aA9VTB4WJHmJ4L51n1APiYueLbhY,1070
17
+ datasphere_api-0.1.1.dist-info/RECORD,,
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
18
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
19
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
21
+ SOFTWARE.