Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ApiHub Python Client
# Unstract API Hub Python Client

A Python client for the ApiHub service that provides a clean, Pythonic interface for document processing APIs following the extract → status → retrieve pattern.
A Python client for the Unstract ApiHub service that provides a clean, Pythonic interface for document processing APIs following the extract → status → retrieve pattern.

[![Python Version](https://img.shields.io/badge/python-3.12+-blue.svg)](https://python.org)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
Expand All @@ -11,7 +11,7 @@ A Python client for the ApiHub service that provides a clean, Pythonic interface

## 🚀 Features

- **Simple API Interface**: Clean, easy-to-use client for ApiHub services
- **Simple API Interface**: Clean, easy-to-use client for Unstract ApiHub services
- **File Processing**: Support for document processing with file uploads
- **Status Monitoring**: Track processing status with polling capabilities
- **Error Handling**: Comprehensive exception handling with meaningful messages
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ dev = [
]

[project.urls]
Homepage = "https://github.com/Unstract/apihub-python-client"
Documentation = "https://apihub-python-client.readthedocs.io/"
Repository = "https://github.com/Unstract/apihub-python-client"
"Bug Tracker" = "https://github.com/Unstract/apihub-python-client/issues"
Homepage = "https://github.com/Zipstack/apihub-python-client"
Documentation = "https://github.com/Zipstack/apihub-python-clien"
Repository = "https://github.com/Zipstack/apihub-python-client"
"Bug Tracker" = "https://github.com/Zipstack/apihub-python-client/issues"
2 changes: 1 addition & 1 deletion src/apihub_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
ApiHub Python Client
Unstract API Hub Python Client

A dynamic, extensible Python client for the APIHUB service supporting
any APIs following the extract → status → retrieve pattern.
Expand Down