polyapi-python 0.1.0.dev10__py3-none-any.whl → 0.1.0.dev11__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 +5 -0
- {polyapi_python-0.1.0.dev10.dist-info → polyapi_python-0.1.0.dev11.dist-info}/METADATA +1 -1
- {polyapi_python-0.1.0.dev10.dist-info → polyapi_python-0.1.0.dev11.dist-info}/RECORD +6 -6
- {polyapi_python-0.1.0.dev10.dist-info → polyapi_python-0.1.0.dev11.dist-info}/LICENSE +0 -0
- {polyapi_python-0.1.0.dev10.dist-info → polyapi_python-0.1.0.dev11.dist-info}/WHEEL +0 -0
- {polyapi_python-0.1.0.dev10.dist-info → polyapi_python-0.1.0.dev11.dist-info}/top_level.txt +0 -0
polyapi/generate.py
CHANGED
|
@@ -120,6 +120,11 @@ def generate() -> None:
|
|
|
120
120
|
if variables:
|
|
121
121
|
generate_variables(variables)
|
|
122
122
|
|
|
123
|
+
# indicator to vscode extension that this is a polyapi-python project
|
|
124
|
+
file_path = os.path.join(os.getcwd(), '.polyapi-python')
|
|
125
|
+
open(file_path, 'w').close()
|
|
126
|
+
|
|
127
|
+
|
|
123
128
|
|
|
124
129
|
def clear() -> None:
|
|
125
130
|
base = os.path.dirname(os.path.abspath(__file__))
|
|
@@ -7,14 +7,14 @@ polyapi/constants.py,sha256=NGjso6K5rGnE8TGdrXmdEfvvr-HI3DTVGwOYiWO68LM,511
|
|
|
7
7
|
polyapi/exceptions.py,sha256=Zh7i7eCUhDuXEdUYjatkLFTeZkrx1BJ1P5ePgbJ9eIY,89
|
|
8
8
|
polyapi/execute.py,sha256=ehFfZP3uoGDDeRMNoKpf0R0Vgq1Po1NFP2C7lM5jKLY,1612
|
|
9
9
|
polyapi/function_cli.py,sha256=Isnea8tHijrRBWop9iGDYRWXqV3pGosVj4q-cpwg7Hw,7319
|
|
10
|
-
polyapi/generate.py,sha256
|
|
10
|
+
polyapi/generate.py,sha256=H8zh0tmiQYMctDJQsddfxhoGCtmUwptHlkRgj7FcomQ,4140
|
|
11
11
|
polyapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
12
12
|
polyapi/schema.py,sha256=1a7nIO867Xy3bagmPUNdYMxtS5OoCAv8oKIbYgj55dk,2957
|
|
13
13
|
polyapi/typedefs.py,sha256=RZ3I6sgJm_5MuuORG1QjUE-UJy_z2WRXNdiWjEdLvQg,1371
|
|
14
14
|
polyapi/utils.py,sha256=b9A2Zy2T1Sz8g6L1zq5H6Bznb7b-OU7kav699R-ZG58,1465
|
|
15
15
|
polyapi/variables.py,sha256=uYeeVcYu-OKtS8b6hlm7HlrYujcJtv3J2ByILoJrjzQ,3044
|
|
16
|
-
polyapi_python-0.1.0.
|
|
17
|
-
polyapi_python-0.1.0.
|
|
18
|
-
polyapi_python-0.1.0.
|
|
19
|
-
polyapi_python-0.1.0.
|
|
20
|
-
polyapi_python-0.1.0.
|
|
16
|
+
polyapi_python-0.1.0.dev11.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
|
|
17
|
+
polyapi_python-0.1.0.dev11.dist-info/METADATA,sha256=dEMO-6LBpSPpBrNQy_mL106u0q5Fa-NkQr6Y1fMFTUw,4691
|
|
18
|
+
polyapi_python-0.1.0.dev11.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
19
|
+
polyapi_python-0.1.0.dev11.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
20
|
+
polyapi_python-0.1.0.dev11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|