stowrap
Python Storage Service Wrapper
How to use
Initialize client
import stowrap
c = stowrap.Client("gcs")
or
c = stowrap.Client("s3")
Upload a file
result = c.upload("my-bucket", "/path/to/local/file", "dstfile.txt")
print(result.url)
Download a file
c.download("my-bucket", "some/remote/file.txt", "/path/to/local/file.txt")
Release files for stowrap 0.0.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| stowrap-0.0.6.tar.gz | 3.8 kB | Details |
Release files / stowrap-0.0.6.tar.gz
| Download URL | stowrap-0.0.6.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0b87ea935f608ca5c5d19022318d95a4c5765919bdc0a98f5fd04db35b1aeda5
|
|
BLAKE2b-256 checksum How to use checksums |
d7e9de52d1396eba8d569ae7658d84f34b54ad1a4e1a61e14db37a51ec07fcb4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|