Django integration for LTFI-WSAP (Layered Transformer Framework Intelligence - Web System Alignment Protocol) by Kief Studio
Project description
Django LTFI-WSAP Integration
Official Django Integration for LTFI-WSAP (Layered Transformer Framework Intelligence - Web System Alignment Protocol) by Kief Studio.
Part of the LTFI Ecosystem • WSAP Protocol
📦 Installation
pip install django-ltfi-wsap
🚀 Quick Start
1. Add to INSTALLED_APPS
# settings.py
INSTALLED_APPS = [
# ... your other apps
'django_ltfi_wsap',
]
2. Add Middleware
# settings.py
MIDDLEWARE = [
# ... other middleware
'django_ltfi_wsap.middleware.WSAPMiddleware',
]
3. Configure Settings
# settings.py
# Required: Your LTFI-WSAP API key
LTFI_WSAP_API_KEY = 'your-api-key-here'
# Optional: Custom API endpoint (defaults to https://api.ltfi.ai)
LTFI_WSAP_BASE_URL = 'https://api.ltfi.ai'
# Optional: Add WSAP headers to responses
LTFI_WSAP_ADD_HEADERS = True
4. Include URLs
# urls.py
from django.urls import path, include
urlpatterns = [
# ... your other URLs
path('wsap/', include('django_ltfi_wsap.urls')),
]
5. Run Migrations
python manage.py migrate django_ltfi_wsap
🎯 Features
- Models: WSAPEntity and DomainVerification models
- Admin Interface: Full Django admin integration
- Management Commands: Verify domains via CLI
- Middleware: Automatic WSAP endpoint handling
- Views: Entity dashboard and verification workflow
- Domain Verification: DNS TXT, file upload, and meta tag methods
- Progressive Disclosure: Support for BASIC, STANDARD, DETAILED, and COMPLETE levels
- Field Encryption: Built-in support for sensitive data encryption
📚 Documentation
- Main Documentation: docs.ltfi.ai
- API Reference: api.ltfi.ai/docs
- Django Guide: docs.ltfi.ai/django
- Examples: github.com/KiefStudioMA/LTFI-WSAP-Examples
📄 License
MIT License - This SDK is open source and free to use.
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
Built with ❤️ by Kief Studio
Part of the LTFI Ecosystem • WSAP Protocol
© 2025 Kief Studio, MA. All rights reserved.
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 django_ltfi_wsap-2.0.0.tar.gz.
File metadata
- Download URL: django_ltfi_wsap-2.0.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4caa332dc1ec22e0b069454f8837b64b8450ca5d84a435d188d30da611225582
|
|
| MD5 |
ce2568b95013c6a1971e29524fb48af4
|
|
| BLAKE2b-256 |
ca3ad5003a201b0b3ea81868d23dbf51139542fe7e88ed4575f163db79e8d17b
|
File details
Details for the file django_ltfi_wsap-2.0.0-py3-none-any.whl.
File metadata
- Download URL: django_ltfi_wsap-2.0.0-py3-none-any.whl
- Upload date:
- Size: 12.8 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 |
ac494ce67424f8df33c7c1046c44435f0fdb97dc40b2a268cfcb0c78cd4668b4
|
|
| MD5 |
290fc7e0fb462e3f832731eec1a4cd43
|
|
| BLAKE2b-256 |
449c9f0a4aa7313c3cdc148e92764f68a87f1201d87a71f7f82145d68a8b1898
|