polyapi-python 0.3.1.dev12__py3-none-any.whl → 0.3.1.dev13__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.
- polyapi/__init__.py +1 -2
- {polyapi_python-0.3.1.dev12.dist-info → polyapi_python-0.3.1.dev13.dist-info}/METADATA +1 -1
- {polyapi_python-0.3.1.dev12.dist-info → polyapi_python-0.3.1.dev13.dist-info}/RECORD +6 -6
- {polyapi_python-0.3.1.dev12.dist-info → polyapi_python-0.3.1.dev13.dist-info}/LICENSE +0 -0
- {polyapi_python-0.3.1.dev12.dist-info → polyapi_python-0.3.1.dev13.dist-info}/WHEEL +0 -0
- {polyapi_python-0.3.1.dev12.dist-info → polyapi_python-0.3.1.dev13.dist-info}/top_level.txt +0 -0
polyapi/__init__.py
CHANGED
|
@@ -11,8 +11,7 @@ __all__ = ["poly"]
|
|
|
11
11
|
if len(sys.argv) > 1 and sys.argv[1] not in CLI_COMMANDS:
|
|
12
12
|
currdir = os.path.dirname(os.path.abspath(__file__))
|
|
13
13
|
if not os.path.isdir(os.path.join(currdir, "poly")):
|
|
14
|
-
print(
|
|
15
|
-
# print("No 'poly' found. Please run 'python3 -m polyapi generate' to generate the 'poly' library for your tenant.")
|
|
14
|
+
print("No 'poly' found. Please run 'python3 -m polyapi generate' to generate the 'poly' library for your tenant.")
|
|
16
15
|
sys.exit(1)
|
|
17
16
|
|
|
18
17
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
polyapi/__init__.py,sha256=
|
|
1
|
+
polyapi/__init__.py,sha256=a1Poy1kaTncYnUg6nWRcTjVm-R1CUQk12UX7VYQ9d5k,616
|
|
2
2
|
polyapi/__main__.py,sha256=V4zhAh_YGxno5f_KSrlkELxcuDh9bR3WSd0n-2r-qQQ,93
|
|
3
3
|
polyapi/api.py,sha256=e-8nOzq6SXD7_YPVBlW82_9wVxDCc8XD9ioMv_QvnH0,1877
|
|
4
4
|
polyapi/auth.py,sha256=zrIGatjba5GwUTNjKj1GHQWTEDP9B-HrSzCKbLFoqvc,5336
|
|
@@ -23,8 +23,8 @@ polyapi/typedefs.py,sha256=jmKprGFQSxmJXvwV53p-MFMcStmTp-tsgsynWjoVmU0,1986
|
|
|
23
23
|
polyapi/utils.py,sha256=jzCh-ivKMcgp5fIXynhYmP9UyzsISr9bGGEzdPP8n3w,7644
|
|
24
24
|
polyapi/variables.py,sha256=d36-trnfTL_8m2NkorMiImb4O3UrJbiFV38CHxV5i0A,4200
|
|
25
25
|
polyapi/webhook.py,sha256=LWv28c2MLz_OKBI_Nn7WR4C-gs1SWgbdXsoxIIf-9UI,4886
|
|
26
|
-
polyapi_python-0.3.1.
|
|
27
|
-
polyapi_python-0.3.1.
|
|
28
|
-
polyapi_python-0.3.1.
|
|
29
|
-
polyapi_python-0.3.1.
|
|
30
|
-
polyapi_python-0.3.1.
|
|
26
|
+
polyapi_python-0.3.1.dev13.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
|
|
27
|
+
polyapi_python-0.3.1.dev13.dist-info/METADATA,sha256=VUOI1hWiDWfSkQk_A6-LjCEikqi_GOvJXXgKb6OskWE,5327
|
|
28
|
+
polyapi_python-0.3.1.dev13.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
|
29
|
+
polyapi_python-0.3.1.dev13.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
30
|
+
polyapi_python-0.3.1.dev13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|