[ forky ]
[ sid ]
[ 原始碼: python-plexauth ]
套件:python3-plexauth(0.0.6-2)
python3-plexauth 的相關連結
Debian 的資源:
下載原始碼套件 python-plexauth:
- [python-plexauth_0.0.6-2.dsc]
- [python-plexauth_0.0.6.orig.tar.gz]
- [python-plexauth_0.0.6-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Handles authorization flow for obtaining tokens from Plex.tv
This library manages the process of obtaining authentication tokens from the Plex.tv service through external redirection. It connects to the Plex API to initiate a secure authorization process. Users can retrieve an access token that permits interaction with Plex services by handling HTTP redirections. By using asynchronous operations, the library ensures efficient communication with Plex.tv, enabling secure and straightforward authorization management for different Plex products and devices.
其他與 python3-plexauth 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-aiohttp
- http client/server for asyncio