Official LoveConnet Developer API SDK for Python — Verified Human Identity Platform
Project description
LoveConnet SDK for Python
Official SDK for the LoveConnet Developer API — the world's first Verified Human Identity Platform.
Installation
pip install loveconnet
Quick Start
from loveconnet import LoveConnetClient
client = LoveConnetClient(api_key="lc_live_your_api_key_here")
# Get user profile
profile = client.get_user_profile(user_token="user_token_here")
print(profile["name"], profile["bio"])
# Verify user identity
verification = client.get_verification_status(user_token="user_token_here")
print(verification["face_verified"]) # True/False
# Screen text for safety
result = client.screen_text("Hello world")
print(result["is_safe"]) # True
Features
- ✅ Auto-retry with exponential backoff
- ✅ Comprehensive error handling
- ✅ Rate limit awareness
- ✅ Python 3.8+ support
Documentation
Full API docs: https://loveconnet.com/developers/docs
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
loveconnet-1.0.0.tar.gz
(4.7 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
File details
Details for the file loveconnet-1.0.0.tar.gz.
File metadata
- Download URL: loveconnet-1.0.0.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27be9a8c1ebcd3856327f7a22e6995df3289a5c97be185598e1a237fa026bd6e
|
|
| MD5 |
8fd2aef3e36036814ee337c268c23ad3
|
|
| BLAKE2b-256 |
76fd3f5e28e6a6ee165b59d443d395a8aa7a8e6d22ba1ba3952f72f07c8d3455
|
File details
Details for the file loveconnet-1.0.0-py3-none-any.whl.
File metadata
- Download URL: loveconnet-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
252bcefc22801d0364d0858a8e58c43d7f6cdfea74313c7757d644cde27e054b
|
|
| MD5 |
15b59bf579871d7d27f69c4602f0ae7d
|
|
| BLAKE2b-256 |
44cfff222ee46729193eb4316286cbdfff76f78a7e3e7fd5c3fca12d789c92c2
|