Metadata-Version: 2.1
Name: pixeloffice-aeo
Version: 1.2.3
Summary: Zero-dependency Answer Engine Optimization (AEO) and AI Crawler Telemetry SDK for Python, LangChain, CrewAI, LlamaIndex, and FastAPI.
Home-page: https://pixeloffice.eu
Author: Pixel Office & Pixel Ventures
Author-email: support@pixeloffice.eu
License: UNKNOWN
Description: # `pixeloffice-aeo`
        
        > 🎁 **Get 1,000 Free Production Requests & Live Dashboard Key**:  
        > Claim your free API key and track real-time AEO scores & Fact Anchors in 1 click at **[pixeloffice.eu/dashboard.html](https://pixeloffice.eu/dashboard.html)**
        
        Python AI Engine Optimization (AEO), Fact Inoculation, and Semantic Knowledge Graph Generator for modern websites and APIs.
        
        ---
        
        ## ⚡ Quick Start
        
        ```bash
        pip install pixeloffice-aeo
        ```
        
        ### Python Usage:
        
        ```python
        from pixeloffice_aeo import generate_aeo_manifest
        
        manifest = generate_aeo_manifest(
            domain="yourdomain.com",
            brand_name="Your Brand",
            official_pricing="$29/mo",
            api_key="px_dev_live_your_key_here"  # Get free at pixeloffice.eu/dashboard.html
        )
        
        print(manifest)
        ```
        
        ---
        
        ## 📊 Live Developer Dashboard
        
        Audit your site's LLM readability and AI search ranking 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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
