upload-post 0.1.0__tar.gz → 0.1.1__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.
- {upload_post-0.1.0 → upload_post-0.1.1}/PKG-INFO +2 -6
- {upload_post-0.1.0 → upload_post-0.1.1}/README.md +1 -5
- {upload_post-0.1.0 → upload_post-0.1.1}/setup.py +1 -1
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post/api_client.py +3 -1
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post.egg-info/PKG-INFO +2 -6
- {upload_post-0.1.0 → upload_post-0.1.1}/setup.cfg +0 -0
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post/__init__.py +0 -0
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post/cli.py +0 -0
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post.egg-info/SOURCES.txt +0 -0
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post.egg-info/dependency_links.txt +0 -0
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post.egg-info/entry_points.txt +0 -0
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post.egg-info/requires.txt +0 -0
- {upload_post-0.1.0 → upload_post-0.1.1}/upload_post.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: upload-post
|
|
3
|
-
Version: 0.1.
|
|
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
|
[](https://pypi.org/project/upload-post/)
|
|
30
30
|
[](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.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# upload-post Python Client
|
|
2
2
|
|
|
3
|
-
A Python client for Upload-Post.com API - upload videos to multiple social media platforms simultaneously.
|
|
3
|
+
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.
|
|
4
4
|
|
|
5
5
|
[](https://pypi.org/project/upload-post/)
|
|
6
6
|
[](https://pypi.org/project/upload-post/)
|
|
@@ -61,10 +61,6 @@ The client raises `UploadPostError` exceptions for API errors. Common error scen
|
|
|
61
61
|
|
|
62
62
|
For full API documentation and platform availability, see the official [Upload-Post.com documentation](https://www.upload-post.com/).
|
|
63
63
|
|
|
64
|
-
## Contributing
|
|
65
|
-
|
|
66
|
-
Contributions are welcome! Please open an issue or PR on our [GitHub repository](https://github.com/yourusername/upload-post-client).
|
|
67
|
-
|
|
68
64
|
## License
|
|
69
65
|
|
|
70
66
|
MIT License - See [LICENSE](LICENSE) for details.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: upload-post
|
|
3
|
-
Version: 0.1.
|
|
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
|
[](https://pypi.org/project/upload-post/)
|
|
30
30
|
[](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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|