Skip to content

Commit 45fec7f

Browse files
authored
Merge pull request #3 from Zipstack/feature/update-branding-and-urls
feat: Update branding to Unstract API Hub and migrate URLs to Zipstack organization
2 parents 58134f1 + 7a80c25 commit 45fec7f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ApiHub Python Client
1+
# Unstract API Hub Python Client
22

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

55
[![Python Version](https://img.shields.io/badge/python-3.12+-blue.svg)](https://python.org)
66
[![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
1111

1212
## 🚀 Features
1313

14-
- **Simple API Interface**: Clean, easy-to-use client for ApiHub services
14+
- **Simple API Interface**: Clean, easy-to-use client for Unstract ApiHub services
1515
- **File Processing**: Support for document processing with file uploads
1616
- **Status Monitoring**: Track processing status with polling capabilities
1717
- **Error Handling**: Comprehensive exception handling with meaningful messages

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ dev = [
143143
]
144144

145145
[project.urls]
146-
Homepage = "https://github.com/Unstract/apihub-python-client"
147-
Documentation = "https://apihub-python-client.readthedocs.io/"
148-
Repository = "https://github.com/Unstract/apihub-python-client"
149-
"Bug Tracker" = "https://github.com/Unstract/apihub-python-client/issues"
146+
Homepage = "https://github.com/Zipstack/apihub-python-client"
147+
Documentation = "https://github.com/Zipstack/apihub-python-clien"
148+
Repository = "https://github.com/Zipstack/apihub-python-client"
149+
"Bug Tracker" = "https://github.com/Zipstack/apihub-python-client/issues"

src/apihub_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
ApiHub Python Client
2+
Unstract API Hub Python Client
33
44
A dynamic, extensible Python client for the APIHUB service supporting
55
any APIs following the extract → status → retrieve pattern.

0 commit comments

Comments
 (0)