shipshape-data
Python CLI and SDK for the Shipshape Data public API. Keyless, read-only, zero dependencies.
Shipshape Data is a London AI consultancy that builds the data foundation first. This package gives you and your agents the whole surface from Python: the services, the case studies with real outcomes, a searchable library of 169 practical guides on data and AI, and the 16-question AI readiness assessment with server-side scoring.
CLI
pip install shipshape-data
shipshape readiness # take the AI readiness assessment in your terminal
shipshape search data lineage
shipshape ask "what is a lakehouse"
shipshape score 3,2,1,3,2,3,2,3,3,2,2,3,3,3,4,3
SDK
from shipshape_data import Client
client = Client()
hits = client.search_resources("data lineage", limit=3)
result = client.score_readiness([3, 2, 1, 3, 2, 3, 2, 3, 3, 2, 2, 3, 3, 3, 4, 3])
print(result["score"], result["band"]["name"])
No API key, no sign-up; fair use is 300 requests a minute per IP.
The rest of the surface
- API docs and quickstart: https://shipshapedata.com/developers/
- OpenAPI 3.1 spec: https://shipshapedata.com/openapi.json
- MCP servers:
https://shipshapedata.com/mcp(product) andhttps://shipshapedata.com/mcp/docs(docs Q&A) - Node package:
npx shipshape-data
MIT © Shipshape Data Ltd
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 shipshape_data-1.0.0.tar.gz.
File metadata
- Download URL: shipshape_data-1.0.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe6f9d82acc349a0027363910aad97fa0e8fcbe4abd52a85ca4e91fb6a7d8efc
|
|
| MD5 |
73b887fe1cd86712475a15dbc3d90d9d
|
|
| BLAKE2b-256 |
6c11cf004eb51564238ecbd0db0378cf28c19b1f5091b0211a262a770249947e
|
File details
Details for the file shipshape_data-1.0.0-py3-none-any.whl.
File metadata
- Download URL: shipshape_data-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
90250d9641d99b911f7611241fbf7338686a1d8e6551dc756a529111b2f45684
|
|
| MD5 |
178ecd0c76bd3deb7bbb4a2fcbc392e8
|
|
| BLAKE2b-256 |
665ff3cc3c3e15a71096b064801b43db2f83efd60f916bc3579ec23075128014
|