Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylib_authclient-0.1.0.tar.gz (2.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pylib_authclient-0.1.0-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

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

Hashes for pylib_authclient-0.1.0.tar.gz
Algorithm Hash digest
SHA256 84bd7f66fed9ee12a62baa971add9325e2f9cdcf0200250e8dd8e48ee3c6a93c
MD5 11dd9a8c8df6538576e65176f5fb93ab
BLAKE2b-256 f9ac9c483e4ec48f5e084c76903b6b5d15f41d0b6ea55fcf84ca74d1114c1f6c

See more details on using hashes here.

File details

Details for the file pylib_authclient-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for pylib_authclient-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 070b2e823dc8f84993c98fdb78aa141b51e4040d1e410e1a90a869744299a7e3
MD5 bf02c0e0864f90051c038f8208951625
BLAKE2b-256 d576fc28d36f8faf74e4481de55d47ed96380a89298dd819a92db1990075d5f5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page