Library to interact with document management API
Project description
Document Manager
A Python library for interacting with the Document Management API. Provides a client for managing users, articles, and performing full-text search operations.
Installation
pip install document-manager
Quick Start
from document_manager.client import DocumentManagerClient
client = DocumentManagerClient(
base_url="https://api.example.com",
api_key="your-api-key"
)
# Check API health
print(client.health_check())
Features
- User Management: Create, list, and delete users
- Article Management: Ingest, update, and delete articles
- Search: Full-text search on articles and chunks
- Summarization: Generate summaries from articles
- Type Safety: Pydantic models for request/response validation
Documentation
See the client module for available methods and types module for data models.
Requirements
- Python >= 3.12
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 document_manager-0.0.2.tar.gz.
File metadata
- Download URL: document_manager-0.0.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dd6f1b1ff48be118203528fc69341efe71bb49b0b6e0b1a5c0168962313313a
|
|
| MD5 |
2b48bb8b8c0479036b2f050b90280b71
|
|
| BLAKE2b-256 |
0c242c54b3aa805d3b79452b005dcf137a2be32065889f04e60bea82dff82d3d
|
File details
Details for the file document_manager-0.0.2-py3-none-any.whl.
File metadata
- Download URL: document_manager-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43d5ad6a4274122c53a62d44ca82e6ed82cf7f5056e77dbd08d08e7a891667d2
|
|
| MD5 |
eb41c732921586a6501c33060b27f2bd
|
|
| BLAKE2b-256 |
5ac59b3cb38aea127d9fabf679c394d4e361a6e588514b379266bf7d0e42438c
|