diff --git a/README.md b/README.md index 0c31845..42983aa 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 588910e..4c9fad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/apihub_client/__init__.py b/src/apihub_client/__init__.py index 4f739b4..eb7f490 100644 --- a/src/apihub_client/__init__.py +++ b/src/apihub_client/__init__.py @@ -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.