uplink-python icon indicating copy to clipboard operation
uplink-python copied to clipboard

Python bindings for libuplink

Results 9 uplink-python issues
Sort by recently updated
recently updated
newest added

I installed following option 2 and verified that `libuplinkc.so` is copied to `MYPATH/python3.9/site-packages/uplink_python` but when I try to run ```python from uplink_python.uplink import Uplink uplink = Uplink() ``` I get...

libuplink.so cant build

I'm not sure what's wrong here. The tests is modeled after the one in uplink-c but project_test.py line 46 `assertRaises(PermissionDeniedError)` is instead returning `TooManyRequestsError`. I'm also not sure if the...

1. Add Missing space before the git url. This problem causes git clone failure, so the whole share object building process doesn't work. 1. Remove `sudo` statements. If the package...

windows 10; python 3.7; pip 23.0.1; have tried with the --no-cache-dir flag, but same error. D:\>pip install uplink-python WARNING: Ignoring invalid distribution -ip (d:\python\python37\lib\site-packages) Collecting uplink-python Using cached uplink-python-1.2.2.0.tar.gz (22...

Hello .. Does it make sense add lower() to bucket name in project.py ? https://github.com/storj-thirdparty/uplink-python/blob/efba0bc50803599d4570376ad1fd737e0db65b46/uplink_python/project.py#L121 an upper case letter in bucket name causes the "internal error message" or "bucket invalid...

We were not freeing memory after use. This PR tries to fix this.

When running the included file [storj-thirdparty/hello_storj.py](https://github.com/storj-thirdparty/uplink-python/blob/master/uplink_python/hello_storj.py) with working credentials, the last thing it outputs is this: ``` Closing Storj project... Project CLOSED! free(): invalid pointer ```