polyapi-python 0.3.1.dev16__py3-none-any.whl → 0.3.1.dev17__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/sync.py CHANGED
@@ -84,7 +84,9 @@ def sync_deployable(deployable: SyncDeployment) -> Deployment:
84
84
  "fileRevision": deployable["fileRevision"],
85
85
  }
86
86
 
87
- def sync_deployables(dry_run: bool, instance: str = os.getenv('POLY_API_BASE_URL')):
87
+ def sync_deployables(dry_run: bool, instance: str | None = None):
88
+ if not instance:
89
+ _, instance = get_api_key_and_url()
88
90
  prepare_deployable_directory()
89
91
  git_revision = get_cache_deployments_revision()
90
92
  all_deployables = load_deployable_records()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: polyapi-python
3
- Version: 0.3.1.dev16
3
+ Version: 0.3.1.dev17
4
4
  Summary: The Python Client for PolyAPI, the IPaaS by Developers for Developers
5
5
  Author-email: Dan Fellin <dan@polyapi.io>
6
6
  License: MIT License
@@ -18,13 +18,13 @@ polyapi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
18
  polyapi/rendered_spec.py,sha256=uaNzBhP4cX7iGfKwzZv0dxMagWzsGeDr0cQYx_AyIhQ,2153
19
19
  polyapi/schema.py,sha256=VVMHAT5yU47cRC7xF44BrmUSemlk5oIKSxH2HTVPaQ8,3169
20
20
  polyapi/server.py,sha256=NzQCZFSAJK7XiRw1kiU_i9uMvgYK7i8qh7UX2xjytJU,1908
21
- polyapi/sync.py,sha256=tv86d6rbA9z_IliX-_esoxry6Ho_DkkVqv3BhiOZcXs,6430
21
+ polyapi/sync.py,sha256=PGdC0feBBjEVrF3d9EluW_OAxbWuzSrfh84czma8kWg,6476
22
22
  polyapi/typedefs.py,sha256=U0i30Y9CgoUBWeMUbpM28S8eVOEU9NfdckK1VAop3A0,1994
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.dev16.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
27
- polyapi_python-0.3.1.dev16.dist-info/METADATA,sha256=HguVVBsKLZE9v7_k8_R3d3CMGPSHmKmc0QlSj07sbfw,5327
28
- polyapi_python-0.3.1.dev16.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
29
- polyapi_python-0.3.1.dev16.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
30
- polyapi_python-0.3.1.dev16.dist-info/RECORD,,
26
+ polyapi_python-0.3.1.dev17.dist-info/LICENSE,sha256=Hi0kDr56Dsy0uYIwNt4r9G7tI8x8miXRTlyvbeplCP8,1068
27
+ polyapi_python-0.3.1.dev17.dist-info/METADATA,sha256=Ia8oKj5-tZmW59KzZwcouvkw-3vG-Ne3fgXL6YM7Oq8,5327
28
+ polyapi_python-0.3.1.dev17.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
29
+ polyapi_python-0.3.1.dev17.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
30
+ polyapi_python-0.3.1.dev17.dist-info/RECORD,,