upload-post 0.1.0__py3-none-any.whl → 0.1.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.
upload_post/api_client.py CHANGED
@@ -1,7 +1,9 @@
1
- import requests
2
1
  from pathlib import Path
3
2
  from typing import Dict, List, Union
4
3
 
4
+ import requests
5
+
6
+
5
7
  class UploadPostError(Exception):
6
8
  """Base exception for Upload-Post API errors"""
7
9
  pass
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: upload-post
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python client for Upload-Post.com API
5
5
  Home-page: https://www.upload-post.com/
6
6
  Author: Manuel Gracia
@@ -24,7 +24,7 @@ Dynamic: summary
24
24
 
25
25
  # upload-post Python Client
26
26
 
27
- A Python client for Upload-Post.com API - upload videos to multiple social media platforms simultaneously.
27
+ A Python client for the [Upload-Post.com](https://www.upload-post.com/) API, designed to facilitate interaction with the service. Upload-Post.com allows you to upload videos to multiple social media platforms simultaneously.
28
28
 
29
29
  [![PyPI version](https://img.shields.io/pypi/v/upload-post.svg)](https://pypi.org/project/upload-post/)
30
30
  [![Python Versions](https://img.shields.io/pypi/pyversions/upload-post.svg)](https://pypi.org/project/upload-post/)
@@ -85,10 +85,6 @@ The client raises `UploadPostError` exceptions for API errors. Common error scen
85
85
 
86
86
  For full API documentation and platform availability, see the official [Upload-Post.com documentation](https://www.upload-post.com/).
87
87
 
88
- ## Contributing
89
-
90
- Contributions are welcome! Please open an issue or PR on our [GitHub repository](https://github.com/yourusername/upload-post-client).
91
-
92
88
  ## License
93
89
 
94
90
  MIT License - See [LICENSE](LICENSE) for details.
@@ -0,0 +1,8 @@
1
+ upload_post/__init__.py,sha256=qV2u_RV8hHd0WBkAyNe611kqJlPqy1bK-75grZg-cLA,131
2
+ upload_post/api_client.py,sha256=lGfEQnCpZOPuabKduzS-k5Qc4t295S45heV_mXdXsIE,2134
3
+ upload_post/cli.py,sha256=wb037f9A62Y4w4Awa3pLxuqekVbnFDlqzL8Uuu_tOlI,1605
4
+ upload_post-0.1.1.dist-info/METADATA,sha256=CdS2fq78fvFIHDZXENxdES1lZvxVuA_Azy8b3OmU4CY,2414
5
+ upload_post-0.1.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ upload_post-0.1.1.dist-info/entry_points.txt,sha256=D_MqrtgTSJQkRIwPLVCvKcwxNnaoAS8my7_gBtU1X_I,53
7
+ upload_post-0.1.1.dist-info/top_level.txt,sha256=c5Jpx2u159BqOkC2P3Gp3dSotri2_XAADesx3h9pCRU,12
8
+ upload_post-0.1.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- upload_post/__init__.py,sha256=qV2u_RV8hHd0WBkAyNe611kqJlPqy1bK-75grZg-cLA,131
2
- upload_post/api_client.py,sha256=1BBOq4us7nc80YqkNl323zXqUUh-CAQAoPQ0shvX7sI,2132
3
- upload_post/cli.py,sha256=wb037f9A62Y4w4Awa3pLxuqekVbnFDlqzL8Uuu_tOlI,1605
4
- upload_post-0.1.0.dist-info/METADATA,sha256=OgMWZxEyC3vjxShKj4rQIY-GB5exFvPf0k_uokbiITI,2448
5
- upload_post-0.1.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
- upload_post-0.1.0.dist-info/entry_points.txt,sha256=D_MqrtgTSJQkRIwPLVCvKcwxNnaoAS8my7_gBtU1X_I,53
7
- upload_post-0.1.0.dist-info/top_level.txt,sha256=c5Jpx2u159BqOkC2P3Gp3dSotri2_XAADesx3h9pCRU,12
8
- upload_post-0.1.0.dist-info/RECORD,,