polyapi-python 0.3.5.dev0__py3-none-any.whl → 0.3.5.dev1__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/generate.py +1 -1
- {polyapi_python-0.3.5.dev0.dist-info → polyapi_python-0.3.5.dev1.dist-info}/METADATA +1 -1
- {polyapi_python-0.3.5.dev0.dist-info → polyapi_python-0.3.5.dev1.dist-info}/RECORD +6 -6
- {polyapi_python-0.3.5.dev0.dist-info → polyapi_python-0.3.5.dev1.dist-info}/WHEEL +1 -1
- {polyapi_python-0.3.5.dev0.dist-info → polyapi_python-0.3.5.dev1.dist-info}/licenses/LICENSE +0 -0
- {polyapi_python-0.3.5.dev0.dist-info → polyapi_python-0.3.5.dev1.dist-info}/top_level.txt +0 -0
polyapi/generate.py
CHANGED
|
@@ -201,7 +201,7 @@ def remove_old_library():
|
|
|
201
201
|
shutil.rmtree(path)
|
|
202
202
|
|
|
203
203
|
|
|
204
|
-
def generate(contexts: Optional[List[str]], no_types: bool = False) -> None:
|
|
204
|
+
def generate(contexts: Optional[List[str]] = None, no_types: bool = False) -> None:
|
|
205
205
|
generate_msg = f"Generating Poly Python SDK for contexts ${contexts}..." if contexts else "Generating Poly Python SDK..."
|
|
206
206
|
print(generate_msg, end="", flush=True)
|
|
207
207
|
remove_old_library()
|
|
@@ -11,7 +11,7 @@ polyapi/error_handler.py,sha256=I_e0iz6VM23FLVQWJljxs2NGcl_OODbi43OcbnqBlp8,2398
|
|
|
11
11
|
polyapi/exceptions.py,sha256=Zh7i7eCUhDuXEdUYjatkLFTeZkrx1BJ1P5ePgbJ9eIY,89
|
|
12
12
|
polyapi/execute.py,sha256=akfiJMIlRCPNtDfRvGd11baGC7F8gjwD3Uv8w9RVND4,1967
|
|
13
13
|
polyapi/function_cli.py,sha256=iGTjbFJQvfVOAtbcM5xbKbXcG-m22TrBRyZY-NYGDPo,4216
|
|
14
|
-
polyapi/generate.py,sha256=
|
|
14
|
+
polyapi/generate.py,sha256=KdkhvkefHbSWr-XqStLrDNtE61-beIbdIClq9_y5XcI,11899
|
|
15
15
|
polyapi/parser.py,sha256=mdoh4pNq8pyiHE0-i6Coqj8frEXfBLRk6itpAXMrrgI,20373
|
|
16
16
|
polyapi/poly_schemas.py,sha256=T4kfZyfgVLiqLD28GmYNiHnrNx77J_HO4uzk8LUAhlo,3137
|
|
17
17
|
polyapi/prepare.py,sha256=Q8CWV4kmZ2dbXYVsud34AgJkj5ymcQ_IcYhLuikc9yk,6659
|
|
@@ -24,8 +24,8 @@ polyapi/typedefs.py,sha256=KniVl7vwcDOhgAJmHSgTJKkP0rKWvSLIPOGsWuf9jRU,2239
|
|
|
24
24
|
polyapi/utils.py,sha256=vq2seXLhbp9pOvemhS71DDwi1h4YofI8TXiRDjt5Eoo,10308
|
|
25
25
|
polyapi/variables.py,sha256=d36-trnfTL_8m2NkorMiImb4O3UrJbiFV38CHxV5i0A,4200
|
|
26
26
|
polyapi/webhook.py,sha256=LWv28c2MLz_OKBI_Nn7WR4C-gs1SWgbdXsoxIIf-9UI,4886
|
|
27
|
-
polyapi_python-0.3.5.
|
|
28
|
-
polyapi_python-0.3.5.
|
|
29
|
-
polyapi_python-0.3.5.
|
|
30
|
-
polyapi_python-0.3.5.
|
|
31
|
-
polyapi_python-0.3.5.
|
|
27
|
+
polyapi_python-0.3.5.dev1.dist-info/licenses/LICENSE,sha256=6b_I7aPVp8JXhqQwdw7_B84Ca0S4JGjHj0sr_1VOdB4,1068
|
|
28
|
+
polyapi_python-0.3.5.dev1.dist-info/METADATA,sha256=YptreUILVlcZGNQomNmBqYS1UVozCFhSWRVzR4lmBrE,5782
|
|
29
|
+
polyapi_python-0.3.5.dev1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
30
|
+
polyapi_python-0.3.5.dev1.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
31
|
+
polyapi_python-0.3.5.dev1.dist-info/RECORD,,
|
{polyapi_python-0.3.5.dev0.dist-info → polyapi_python-0.3.5.dev1.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|