Name | ufsdk JSON |
Version |
0.1.0
JSON |
| download |
home_page | https://github.com/benakaben10/ufsdk |
Summary | UCloud UFile SDK for Python |
upload_time | 2025-07-20 16:51:43 |
maintainer | None |
docs_url | None |
author | Ben |
requires_python | >=3.7 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# ufsdk
A lightweight SDK for signing UCloud UFile presigned URLs (GET, PUT).
## Example
```python
from ufsdk import UCloudClient
client = UCloudClient(...)
url = client.gen_presigned_get_url("myfile.txt", timedelta(hours=1))
```
Raw data
{
"_id": null,
"home_page": "https://github.com/benakaben10/ufsdk",
"name": "ufsdk",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": null,
"author": "Ben",
"author_email": "benluu.fpt@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/ae/7b/b6a14560cc692335813e096c5546b39cdf18b429ced20bcf13a88016a2b7/ufsdk-0.1.0.tar.gz",
"platform": null,
"description": "# ufsdk\n\nA lightweight SDK for signing UCloud UFile presigned URLs (GET, PUT).\n\n## Example\n\n```python\nfrom ufsdk import UCloudClient\nclient = UCloudClient(...)\nurl = client.gen_presigned_get_url(\"myfile.txt\", timedelta(hours=1))\n```\n",
"bugtrack_url": null,
"license": null,
"summary": "UCloud UFile SDK for Python",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/benakaben10/ufsdk"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "3cd80992956e1092b9f5665d2390eb0339657adf6849e266c2c7deeb4aaf0f7d",
"md5": "1d69e029402afff591359a1e50613a97",
"sha256": "42cea3ffcf2e7e8be2eb66bc63fb833d6ee2cec2243fcaeb64acbf54c15f3761"
},
"downloads": -1,
"filename": "ufsdk-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1d69e029402afff591359a1e50613a97",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 2262,
"upload_time": "2025-07-20T16:51:42",
"upload_time_iso_8601": "2025-07-20T16:51:42.335649Z",
"url": "https://files.pythonhosted.org/packages/3c/d8/0992956e1092b9f5665d2390eb0339657adf6849e266c2c7deeb4aaf0f7d/ufsdk-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ae7bb6a14560cc692335813e096c5546b39cdf18b429ced20bcf13a88016a2b7",
"md5": "1e2469bc13f9793bd5d018b210a957f9",
"sha256": "757d8091cca1aaa5c176d8abb83323d2b6852927676617c5aaddec7a6fb4116b"
},
"downloads": -1,
"filename": "ufsdk-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "1e2469bc13f9793bd5d018b210a957f9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 1962,
"upload_time": "2025-07-20T16:51:43",
"upload_time_iso_8601": "2025-07-20T16:51:43.697117Z",
"url": "https://files.pythonhosted.org/packages/ae/7b/b6a14560cc692335813e096c5546b39cdf18b429ced20bcf13a88016a2b7/ufsdk-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-20 16:51:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "benakaben10",
"github_project": "ufsdk",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "ufsdk"
}