python-tent-client icon indicating copy to clipboard operation
python-tent-client copied to clipboard

A python library for building Tent apps and talking to Tent servers.

Results 19 python-tent-client issues
Sort by recently updated
recently updated
newest added

fixing issues 'instancemethod' object is not subscriptable (requests 1.1.0 use different approach)

Working: - `getProfile` - `putPost` (No attachment support yet. Not sure if we could test it -- does tent.is support post attachments yet?) Working in general but missing support for...

soon

While python-tent-client is young, I wonder I could convince you to use `snake_case` for functions and variable names. For example, `hasRegistrationKeys` would become `has_registration_keys`. Class names, including exceptions, would still...

Looks like some changes will be required: http://kennethreitz.org/announcing-requests-v100.html

My entity is `https://scott.mn`. My server (right now) is `http://tent.toxicsli.me`. I found that the last step of auth (exchanging `code` for an access token) was failing because python-tent-client was making...

My server is set to redirect all HTTP requests from `http://scott.mn` to `https://scott.mn`, and the latter is my entity URI. So if I put in `http://scott.mn`, python-tent-client should follow the...

_discoverAPIUrls() blows up if it doesn't find any profile URLs, because there are repeated references to `profileUrls[0]` (the first on tentapp.py line 319), without checking if `profileUrls` is non-empty. I...

There are a lot of different exceptions that can come from the `resuests` library and the underlying sockets code. Should those all be caught by our library and converted into...

eventually

in `test_tentapp.py` It might be useful to make a Tent account full of a bunch of test data that will be static forever.

eventually
quick