stigg-api-client 3.13.0__py3-none-any.whl → 5.99.0__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.
- stigg/client.py +10 -3
- stigg/generated/operations.py +347 -1
- stigg/generated/schema.py +1413 -155
- {stigg_api_client-3.13.0.dist-info → stigg_api_client-5.99.0.dist-info}/METADATA +3 -1
- stigg_api_client-5.99.0.dist-info/RECORD +9 -0
- stigg_api_client-3.13.0.dist-info/RECORD +0 -9
- {stigg_api_client-3.13.0.dist-info → stigg_api_client-5.99.0.dist-info}/LICENSE +0 -0
- {stigg_api_client-3.13.0.dist-info → stigg_api_client-5.99.0.dist-info}/WHEEL +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: stigg-api-client
|
|
3
|
-
Version:
|
|
3
|
+
Version: 5.99.0
|
|
4
4
|
Summary:
|
|
5
5
|
License: STIGG SDK LICENSE
|
|
6
6
|
Author: Stigg
|
|
@@ -21,6 +21,8 @@ Description-Content-Type: text/markdown
|
|
|
21
21
|
|
|
22
22
|
# stigg-api-client
|
|
23
23
|
|
|
24
|
+
> ## ⚠️ This package has been deprecated and is no longer actively maintained. Please use [stigg-api-client-v2](https://pypi.org/project/stigg-api-client-v2/) instead.
|
|
25
|
+
|
|
24
26
|
This library provides a Python wrapper to [Stigg's GraphQL API](https://docs.stigg.io/docs/graphql-api) based on
|
|
25
27
|
the operations that are in use by the [Stigg's Node.js SDK](https://docs.stigg.io/docs/nodejs-sdk).
|
|
26
28
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
+
stigg/client.py,sha256=H2mZlbWlvgxAoffZuX60avWNC4OXJN4qCBpGcQayhPk,4144
|
|
3
|
+
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
+
stigg/generated/operations.py,sha256=5WySItFJGuSsv8YTOf_FX-av0dlFFk9TVwcAlq5Cal4,97732
|
|
5
|
+
stigg/generated/schema.py,sha256=lhzpLkkGJXdbDZH1nVAn2KR4GFZYHcmVnDBbHhJoofE,776251
|
|
6
|
+
stigg_api_client-5.99.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
+
stigg_api_client-5.99.0.dist-info/METADATA,sha256=J2b5vBW9KVA8Zbf6MYOUreo2K50Vxuh8x65Ot2SzdWg,3371
|
|
8
|
+
stigg_api_client-5.99.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
+
stigg_api_client-5.99.0.dist-info/RECORD,,
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
stigg/__init__.py,sha256=uQeM3YjvH1X56xOPknIEQezw0yjNNS-m9gi3B0XlSOM,44
|
|
2
|
-
stigg/client.py,sha256=z9u5SptafEM-tN_K0o_zGKYDy6VVS9LWvkH0ZBMO4jc,3721
|
|
3
|
-
stigg/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
|
-
stigg/generated/operations.py,sha256=6upyj_LMavtOecQ_LzXeGpqN5dSZZGDhbZbS_5VdBA8,82008
|
|
5
|
-
stigg/generated/schema.py,sha256=oo_S1FaABibYj8uNjfL7iknNlrFru5zVwUfSUmo3fxY,693946
|
|
6
|
-
stigg_api_client-3.13.0.dist-info/LICENSE,sha256=yhOTQTha61N-7pgHWeRZ0TGF5uq0ifi5U8qU8nHvzME,5127
|
|
7
|
-
stigg_api_client-3.13.0.dist-info/METADATA,sha256=AcFKBsE5UQRS1XIEc_cRLSLV54hDpCVsv0s2SfmcOLM,3197
|
|
8
|
-
stigg_api_client-3.13.0.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
|
|
9
|
-
stigg_api_client-3.13.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|