Skip to content

Commit 723587d

Browse files
Merge branch 'main' of https://github.com/JigsawStack/jigsawstack-python into pysdk/updates
2 parents 38c5562 + d9e5b87 commit 723587d

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
1-
# JigsawStack Python SDK
1+
# JigsawStack AI SDK
22

3-
The JigsawStack Python SDK allows you to interact with powerful AI services to build AI-powered applications.
3+
The JigsawStack AI SDK is a Python library that allows you to interact with powerful AI services to build AI-powered applications.
44

55
- 🧩 Powerful AI services all in one SDK
66
- ⌨️ Fully typed parameters and responses
77
- 📡 Built in Webhook support for long-running tasks
88
- 📦 Built in file system for easy file uploads
9+
- 🍃 Lightweight and blazing fast
910

1011
## Learn more
1112

12-
To learn more about all available JigsawStack AI services, view the [Documentation](https://docs.jigsawstack.com) or [Website](https://jigsawstack.com).
13+
To learn more about all available JigsawStack AI services, view the [Documentation](https://jigsawstack.com/docs) or [Website](https://jigsawstack.com).
1314

1415
## All APIs
1516

16-
| Category | APIs |
17-
| ----------------- | ------------------------------------------------- |
18-
| **👉 General** | Translation, Summarization, Sentiment Analysis |
19-
| **🌐 Web** | AI Web Scraping, AI Web Search |
20-
| **🎵 Audio** | Text to Speech, Speech to Text (Whisper large v3) |
21-
| **👀 Vision** | vOCR, Object Detection |
22-
| **🧠 LLMs** | Prompt Engine |
23-
| **🖼️ Generative** | AI Image (SD, SDXL-Fast & more), HTML to Any |
24-
| **🌍 Geo** | Location search, Timezone, IP Geolocation & more |
25-
| **✅ Validation** | Email, NSFW images, profanity & more |
26-
| **📁 Store** | Simple File Storage, KV Encryption store |
17+
| Category | APIs |
18+
| ----------------- | -------------------------------------------------- |
19+
| **👉 General** | Translation, Summarization, Sentiment Analysis |
20+
| **🌐 Web** | AI Web Scraping, AI Web Search |
21+
| **🎵 Audio** | Text to Speech, Speech to Text (Whisper large v3) |
22+
| **👀 Vision** | vOCR, Object Detection |
23+
| **🧠 LLMs** | Prompt Engine |
24+
| **🖼️ Generative** | AI Image (Flux, SD, SDXL-Fast & more), HTML to Any |
25+
| **🌍 Geo** | Location search |
26+
| **✅ Validation** | Email, NSFW images, profanity & more |
27+
| **📁 Store** | Simple File Storage |
2728

2829
Learn more of about each category in the [API reference](https://docs.jigsawstack.com/api-reference)
2930

@@ -88,7 +89,7 @@ Join JigsawStack community on [Discord](https://discord.gg/dj8fMBpnqd) to connec
8889

8990
## Related Projects
9091

91-
- [Docs](https://docs.jigsawstack.com)
92+
- [Docs](https://jigsawstack.com/docs)
9293
- [Javascript SDK](https://github.com/JigsawStack/jigsawstack-js)
9394

9495
## Contributing

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
setup(
88
name="jigsawstack",
9-
version="0.1.30",
10-
description="JigsawStack Python SDK",
9+
version="0.1.29",
10+
description="JigsawStack - The AI SDK for Python",
1111
long_description=open("README.md", encoding="utf8").read(),
1212
long_description_content_type="text/markdown",
13-
author="Narcisse Egonu",
13+
author="JigsawStack",
1414
author_email="hello@jigsawstack.com",
1515
url="https://github.com/jigsawstack/jigsawstack-python",
1616
packages=find_packages(include=["jigsawstack"]),

0 commit comments

Comments
 (0)