OAuth2 / API token helper toolkit. Authentication utilities.
Project description
pyauthclient
OAuth2 helpers
Installation
pip install pyauthclient
💡 Usage Examples
Basic Operations
from pylib_authclient import OAuthClient
# OAuth client
client = OAuthClient(client_id, client_secret)
token = client.get_access_token()
# Use token for authenticated requests
AI/ML Use Cases
from pylib_authclient import OAuthClient
# Authenticate AI API calls
oauth = OAuthClient(api_key, api_secret)
token = oauth.authenticate()
headers = {"Authorization": f"Bearer {token}"}
📚 API Reference
See package documentation for complete API reference.
🤖 AI Agent Friendly
This package is optimized for AI agents and code generation tools:
- Clear function names and signatures
- Comprehensive docstrings with examples
- Type hints for better IDE support
- Common use cases documented
- Zero dependencies for reliability
License
MIT
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
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
File details
Details for the file pylib_authclient-0.1.0.tar.gz.
File metadata
- Download URL: pylib_authclient-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84bd7f66fed9ee12a62baa971add9325e2f9cdcf0200250e8dd8e48ee3c6a93c
|
|
| MD5 |
11dd9a8c8df6538576e65176f5fb93ab
|
|
| BLAKE2b-256 |
f9ac9c483e4ec48f5e084c76903b6b5d15f41d0b6ea55fcf84ca74d1114c1f6c
|
File details
Details for the file pylib_authclient-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pylib_authclient-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.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 |
070b2e823dc8f84993c98fdb78aa141b51e4040d1e410e1a90a869744299a7e3
|
|
| MD5 |
bf02c0e0864f90051c038f8208951625
|
|
| BLAKE2b-256 |
d576fc28d36f8faf74e4481de55d47ed96380a89298dd819a92db1990075d5f5
|