--- id: aurelio-sdk version: "0.0.19" license: unclear license_treatment: unclear maintenance: aging --- # aurelio-sdk — Aurelio Platform SDK License: unclear · Maintenance: aging · Downloads: 417.6K/mo ## What it is and what it does Aurelio SDK is a Python client for the Aurelio Platform, a document processing service. It wraps HTTP APIs for extracting text from PDFs and videos (from local files or URLs), chunking text into semantic segments, and generating embeddings. The package provides both synchronous and asynchronous clients built on aiohttp, requests, and Pydantic, with support for configurable extraction quality, chunking strategies, and polling for long-running tasks. Typical workflows involve initializing a client with an API key, submitting documents for extraction with optional chunking, polling for completion, and retrieving structured responses. The library handles file uploads via requests-toolbelt and environment variable configuration via python-dotenv. It's designed for integration into data pipelines, RAG systems, or document processing workflows that need reliable text extraction and semantic chunking. Use it for: - Extract text from PDF documents and video files for indexing into a vector database or search system. - Chunk long documents into semantic segments for use in retrieval-augmented generation (RAG) pipelines. - Generate embeddings for text snippets to power similarity search or clustering tasks. - Batch process multiple files or URLs with configurable quality/speed tradeoffs and async polling. - Integrate document extraction into a data ingestion pipeline with environment-based API key management. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Client library for the Aurelio Platform that provides APIs for document extraction from files and URLs, text chunking, and embeddings, with both synchronous and asynchronous interfaces. Yes, if you need document extraction and chunking from the Aurelio Platform. Install friction is low and the API is well-documented. However, the aging maintenance status (508 days since last release) and unclear license warrant caution: verify license compliance and confirm the platform meets your availability and cost requirements before committing to production use. ## Install pip install aurelio-sdk uv add aurelio-sdk poetry add aurelio-sdk ## Installing aurelio-sdk Before you install: Low install friction with a pure-Python wheel distribution. Maintenance status is aging—last release was 508 days ago—so expect slower response to issues or updates. License in practice: License treatment is unclear; no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms before use in proprietary or commercial projects. Quickstart: pip install aurelio-sdk from aurelio_sdk import AurelioClient import os client = AurelioClient(api_key=os.environ["AURELIO_API_KEY"]) response = client.chunk(content="Your text here", processing_options=None) Requires AURELIO_API_KEY environment variable or explicit API key; Aurelio Platform account needed to obtain the key. Verify before relying: - Whether the Aurelio Platform API requires a paid subscription or has usage limits beyond the free tier. - Current state of the repository (archived status, active maintenance) given the aging maintenance signal. - Specific error handling and retry behavior for long-running extraction tasks. - Performance characteristics and latency expectations for different file sizes and quality settings. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: aging - Downloads: 417.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags document extraction SDK, PDF and video text extraction, text chunking and embeddings, Aurelio platform client, async document processing, file and URL content extraction, semantic chunking, document-extraction, embeddings, async-http [View on SkillFed](https://skillfed.io/packages/aurelio-sdk) · [View on PyPI](https://pypi.org/project/aurelio-sdk/)