Credential Manager API Client
Project description
Client for interacting with Credential Manager API
API version: 1.0
Package version: 1.7.0
Requirements
Python 3.9+
Installation & Usage
pip install credmgr
Then import the package:
from credmgr import CredentialManager
Getting Started
credential_manager = CredentialManager(api_token="api_token")
# List all Reddit apps
reddit_apps = credential_manager.reddit_apps()
for reddit_app in reddit_apps:
print(reddit_app.name)
# Create a Reddit app
reddit_app = credential_manager.reddit_app.create(
name="reddit_app_name",
client_id="client_id",
client_secret="client_secret",
user_agent="user_agent",
redirect_uri="redirect_uri",
)
# Get the app by id
reddit_app = credential_manager.reddit_app(1)
# Edit the Reddit app
reddit_app.edit(client_id="client_id_2")
# Delete the app
reddit_app.delete()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
credmgr-1.7.0.tar.gz
(55.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
credmgr-1.7.0-py3-none-any.whl
(30.9 kB
view details)
File details
Details for the file credmgr-1.7.0.tar.gz.
File metadata
- Download URL: credmgr-1.7.0.tar.gz
- Upload date:
- Size: 55.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c53a1d0685a891bf2da69ce0723d8f964508d26b01b0922c44e83e695f76c4ee
|
|
| MD5 |
52bf1adc1d8337630be4073f3bebb6ba
|
|
| BLAKE2b-256 |
6e365b17ad19e95e160d168534d0a6d7d39778711e44bbf2b8e3fa04220f8330
|
File details
Details for the file credmgr-1.7.0-py3-none-any.whl.
File metadata
- Download URL: credmgr-1.7.0-py3-none-any.whl
- Upload date:
- Size: 30.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d20eed1f37c4d5c69d0d345a307563bf1fe18974489d42c047d7ddb12a5f6d99
|
|
| MD5 |
3a29269eb06f44b5359939d465b09c1e
|
|
| BLAKE2b-256 |
54288416f512afa67d486f9fd97bd970f460576511db4a028ca4bef0e25c16f5
|