polyapi-python 0.2.8__tar.gz → 0.2.9__tar.gz
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_python-0.2.8 → polyapi_python-0.2.9}/PKG-INFO +2 -2
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi_python.egg-info/PKG-INFO +2 -2
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/pyproject.toml +2 -2
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/LICENSE +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/README.md +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/__init__.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/__main__.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/api.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/auth.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/cli.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/client.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/config.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/constants.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/error_handler.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/exceptions.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/execute.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/function_cli.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/generate.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/py.typed +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/rendered_spec.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/schema.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/server.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/typedefs.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/utils.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/variables.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi/webhook.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi_python.egg-info/SOURCES.txt +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi_python.egg-info/dependency_links.txt +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi_python.egg-info/requires.txt +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/polyapi_python.egg-info/top_level.txt +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/setup.cfg +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_api.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_auth.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_function_cli.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_rendered_spec.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_schema.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_server.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_utils.py +0 -0
- {polyapi_python-0.2.8 → polyapi_python-0.2.9}/tests/test_variables.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: polyapi-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
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
|
|
@@ -25,7 +25,7 @@ License: MIT License
|
|
|
25
25
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
26
|
SOFTWARE.
|
|
27
27
|
Project-URL: Homepage, https://github.com/polyapi/polyapi-python
|
|
28
|
-
Requires-Python:
|
|
28
|
+
Requires-Python: >=3.10
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
|
31
31
|
Requires-Dist: requests==2.31.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: polyapi-python
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.9
|
|
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
|
|
@@ -25,7 +25,7 @@ License: MIT License
|
|
|
25
25
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
26
|
SOFTWARE.
|
|
27
27
|
Project-URL: Homepage, https://github.com/polyapi/polyapi-python
|
|
28
|
-
Requires-Python:
|
|
28
|
+
Requires-Python: >=3.10
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
|
31
31
|
Requires-Dist: requests==2.31.0
|
|
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.2", "wheel"]
|
|
|
3
3
|
|
|
4
4
|
[project]
|
|
5
5
|
name = "polyapi-python"
|
|
6
|
-
version = "0.2.
|
|
6
|
+
version = "0.2.9"
|
|
7
7
|
description = "The Python Client for PolyAPI, the IPaaS by Developers for Developers"
|
|
8
8
|
authors = [{ name = "Dan Fellin", email = "dan@polyapi.io" }]
|
|
9
9
|
dependencies = [
|
|
@@ -18,7 +18,7 @@ dependencies = [
|
|
|
18
18
|
]
|
|
19
19
|
readme = "README.md"
|
|
20
20
|
license = { file = "LICENSE" }
|
|
21
|
-
requires-python = ">=3.10
|
|
21
|
+
requires-python = ">=3.10"
|
|
22
22
|
|
|
23
23
|
[project.urls]
|
|
24
24
|
Homepage = "https://github.com/polyapi/polyapi-python"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|