sharpapi-python-client 1.0.2__py3-none-any.whl → 1.2.1__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.
- sharpapi/sharp_api_service.py +1 -1
- {sharpapi_python_client-1.0.2.dist-info → sharpapi_python_client-1.2.1.dist-info}/METADATA +3 -5
- {sharpapi_python_client-1.0.2.dist-info → sharpapi_python_client-1.2.1.dist-info}/RECORD +5 -5
- {sharpapi_python_client-1.0.2.dist-info → sharpapi_python_client-1.2.1.dist-info}/LICENSE +0 -0
- {sharpapi_python_client-1.0.2.dist-info → sharpapi_python_client-1.2.1.dist-info}/WHEEL +0 -0
sharpapi/sharp_api_service.py
CHANGED
|
@@ -10,7 +10,7 @@ from .enums.sharp_api_job_type_enum import SharpApiJobTypeEnum
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
class SharpApiService:
|
|
13
|
-
def __init__(self, api_key, api_base_url='https://sharpapi.com/api/v1', user_agent='SharpAPIPythonClient/1.2.
|
|
13
|
+
def __init__(self, api_key, api_base_url='https://sharpapi.com/api/v1', user_agent='SharpAPIPythonClient/1.2.1'):
|
|
14
14
|
if not api_key:
|
|
15
15
|
raise ValueError('API key is required.')
|
|
16
16
|
self.api_key = api_key
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sharpapi-python-client
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: SharpAPI.com Python SDK Client - AI-Powered Workflow Automation API.
|
|
5
5
|
Home-page: https://sharpapi.com
|
|
6
6
|
License: MIT
|
|
7
7
|
Author: Dawid Makowski
|
|
8
8
|
Author-email: contact@sharpapi.com
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.10,<4.0
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
14
12
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
13
|
Classifier: Programming Language :: Python :: 3.11
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
-
Requires-Dist: requests (>=2.
|
|
15
|
+
Requires-Dist: requests (>=2.33.0)
|
|
18
16
|
Project-URL: Documentation, https://sharpapi.com/documentation
|
|
19
17
|
Project-URL: Repository, https://github.com/sharpapi/sharpapi-python-client
|
|
20
18
|
Description-Content-Type: text/markdown
|
|
@@ -8,8 +8,8 @@ sharpapi/enums/sharp_api_job_status_enum.py,sha256=60ywaaQcSDz2eJo3kqudkLrsjBWhP
|
|
|
8
8
|
sharpapi/enums/sharp_api_job_type_enum.py,sha256=VZInrmlMA3EZitphR2hbKx7hHYdBvq5ERhO1U4VNADM,2402
|
|
9
9
|
sharpapi/enums/sharp_api_languages.py,sha256=iXGqC_r3BCbkaRujt4-XtA4Z-P740oweWTrufh4BnWY,2010
|
|
10
10
|
sharpapi/enums/sharp_api_voice_tone.py,sha256=usxkl8vjqz245QetPPBipFtCQdf7TbOxeYpU2yNuMbA,1588
|
|
11
|
-
sharpapi/sharp_api_service.py,sha256=
|
|
12
|
-
sharpapi_python_client-1.
|
|
13
|
-
sharpapi_python_client-1.
|
|
14
|
-
sharpapi_python_client-1.
|
|
15
|
-
sharpapi_python_client-1.
|
|
11
|
+
sharpapi/sharp_api_service.py,sha256=bvpOaP6hoT2c4wq4DHoDBbCMCbnzS785qEn3bMrAGvA,11524
|
|
12
|
+
sharpapi_python_client-1.2.1.dist-info/LICENSE,sha256=3pbYZOuBipiNLRLRTNpwvps8ry8O6cMvGxw6S29e-Dg,1078
|
|
13
|
+
sharpapi_python_client-1.2.1.dist-info/METADATA,sha256=UQmqeXA3wsC3aDfMPJYYc4OSUgGQinPSRd7-LFBZGDw,10059
|
|
14
|
+
sharpapi_python_client-1.2.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
15
|
+
sharpapi_python_client-1.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|