Official Python SDK for BlobsVault - 2FA infrastructure for AI agents
Project description
blobsvault (Python SDK)
Official Python SDK for BlobsVault — 2FA infrastructure for AI agents.
Install
pip install blobsvault
Usage
from blobsvault import BlobsVault
bv = BlobsVault("bv_live_your_key_here")
# Generate a 2FA code
otp = bv.generate_otp("GitHub:user@example.com")
print(otp["code"]) # 123456
# List accounts
accounts = bv.list_accounts()
# Check usage
usage = bv.get_usage()
print(usage["calls_this_month"])
# API key management
keys = bv.list_api_keys()
new_key = bv.create_api_key("my-agent")
Get an API key
Sign up at blobsvault.com → Developer → API Keys.
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
blobsvault-1.0.0.tar.gz
(2.1 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 blobsvault-1.0.0.tar.gz.
File metadata
- Download URL: blobsvault-1.0.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bd4438ec0352498db4ecc83a29d081edf8e94a223db81e63e4e1f0b2ce2c794
|
|
| MD5 |
a8559780d7c2157615043eb723af2d80
|
|
| BLAKE2b-256 |
27bf5c9ce63b4c2e53fff6078e8bf218c46856ebcf50deabd18ff49687fdd82f
|
File details
Details for the file blobsvault-1.0.0-py3-none-any.whl.
File metadata
- Download URL: blobsvault-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9da64c22e72f28f8a364ee946bcc65015836d4ab26b6e5f2f1cc50113382d6a0
|
|
| MD5 |
d7bcfcdbba879fe6c92bbd695363d535
|
|
| BLAKE2b-256 |
b48070b730821b6ba93530209c5c09f55f42e31e10c9957bf0c9925cf0b4bde9
|