Metadata-Version: 2.1
Name: pixeloffice-firewall
Version: 1.0.1
Summary: Brand Hallucination Firewall & AI Citation Oracle SDK for Python, FastAPI, Flask, LangChain, and CrewAI.
Home-page: https://pixeloffice.eu/showcase/brand-hallucination-firewall.html
Author: Pixel Office & Pixel Ventures
Author-email: support@pixeloffice.eu
License: MIT
Description: # `pixeloffice-firewall`
        
        > 🎁 **Get 1,000 Free Production Requests & Live Dashboard Key**:  
        > Claim your free API key and track real-time AI crawler traffic in 1 click at **[pixeloffice.eu/dashboard.html](https://pixeloffice.eu/dashboard.html)**
        
        Brand Firewall, Crawler Inoculation & AI Reverse Proxy Shield for Python / ASGI / WSGI applications. Protects website content from uncontrolled AI scraping and injects verified Fact Anchors into LLM search answers.
        
        ---
        
        ## ⚡ Quick Start
        
        ```bash
        pip install pixeloffice-firewall
        ```
        
        ### FastAPI Middleware Example:
        
        ```python
        from fastapi import FastAPI
        from pixeloffice_firewall import FirewallMiddleware
        
        app = FastAPI()
        
        app.add_middleware(
            FirewallMiddleware,
            domain="yourdomain.com",
            api_key="px_dev_live_your_key_here",  # Get free at pixeloffice.eu/dashboard.html
            enforce_fact_anchors=True
        )
        ```
        
        ---
        
        ## 📊 Live Developer Dashboard
        
        Track live bot visits, blocked scrapers, and AEO score at:  
        👉 **[https://pixeloffice.eu/dashboard.html](https://pixeloffice.eu/dashboard.html)**
        
        ---
        
        ## 📄 License
        
        MIT © [Pixel Office & Pixel Ventures](https://pixeloffice.eu)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.7
Description-Content-Type: text/markdown
