Official Python SDK for LTFI-WSAP (Web System Alignment Protocol) by Kief Studio - Part of the LTFI ecosystem
Project description
LTFI-WSAP Python SDK
Official Python SDK for LTFI-WSAP (Layered Transformer Framework Intelligence - Web System Alignment Protocol) by Kief Studio.
Part of the LTFI Ecosystem • WSAP Protocol
📦 Installation
pip install ltfi-wsap-sdk
For development or to get the latest changes:
pip install git+https://github.com/KiefStudioMA/ltfi-wsap-python.git
🚀 Quick Start
from ltfi_wsap import WSAPClient
# Initialize the client
client = WSAPClient(api_key="your-api-key")
# Get entity information
entity = client.entities.get("entity-id")
print(f"Entity: {entity.name}")
# Verify a domain
verification = client.verify_domain("example.com")
print(f"Domain verified: {verification.verified}")
# Generate WSAP JSON
wsap_json = client.generate_wsap("entity-id")
print(wsap_json)
📚 Documentation
- Main Documentation: docs.ltfi.ai
- API Reference: api.ltfi.ai/docs
- Examples: github.com/KiefStudioMA/LTFI-WSAP-Examples
🔑 Features
- ✅ Full WSAP protocol implementation
- ✅ Entity management (CRUD operations)
- ✅ Domain verification (DNS TXT, file upload, meta tags)
- ✅ Progressive disclosure levels (BASIC, STANDARD, DETAILED, COMPLETE)
- ✅ Field-level encryption for sensitive data
- ✅ Async/await support
- ✅ Type hints for better IDE support
- ✅ Comprehensive error handling
- ✅ Retry logic with exponential backoff
- ✅ Rate limiting support
📄 License
MIT License - This SDK is open source and free to use.
See LICENSE for full terms.
LTFI-WSAP Service Usage
While this SDK is open source, the LTFI-WSAP service has the following usage terms:
- ✅ FREE for personal use, open source projects, and small businesses
- ✅ FREE for most users and use cases
- 💳 Paid plans required for:
- Enterprises with annual revenue exceeding $1M USD
- Organizations managing more than 100 domains
- High-volume API usage
For pricing details: wsap.ltfi.ai/pricing
🆘 Support
- Technical Support: developers@kief.studio
- Business Inquiries: business@kief.studio
- Discord: discord.gg/JfjyUdjJgP
- X (Twitter): x.com/kief_ma
- LinkedIn: linkedin.com/company/kief-studio
Built with ❤️ by Kief Studio
Part of the LTFI Ecosystem • WSAP Protocol
© 2025 Kief Studio, MA. All rights reserved.
Open Source SDK - Service usage subject to terms
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 ltfi_wsap_sdk-2.0.2.tar.gz.
File metadata
- Download URL: ltfi_wsap_sdk-2.0.2.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2869b7b09da0f77091180afec7103448ab3b177ef7cab1a1d8aff112719b8e0
|
|
| MD5 |
21958beba12c08880bfce310737d90b5
|
|
| BLAKE2b-256 |
61c63127cded09c37926ed4b379cdb3811279b83ab822e79910ce97a035eac6b
|
File details
Details for the file ltfi_wsap_sdk-2.0.2-py3-none-any.whl.
File metadata
- Download URL: ltfi_wsap_sdk-2.0.2-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d3d31e52b5cd5af87d001c0702cf928293372e6ad459b1fd2c126bd1ae5d0ae
|
|
| MD5 |
beb273af05a2dee22af89a553195109c
|
|
| BLAKE2b-256 |
cdb556d5aad9332da889cffb3dbc7b5cb6936f348530d0e15a889233b33ae9c1
|