dydact platform SDK — umbrella package (preview)
Project description
dydact
Umbrella SDK for the dydact platform.
This package is the canonical Python entry point for dydact's hosted reasoning surfaces. The current public surface is the dydact Lab API; future releases will add additional verticals (clinical, financial, research, voice) as they reach public availability.
Install
pip install dydact
This pulls in dydact-lab (the Lab API SDK) as the underlying transport.
Quickstart
from dydact import Lab
lab = Lab(api_key="sk-dol-...") # or set env DOLAS_API_KEY
result = lab.math.evaluate("sqrt(3**2 + 4**2)")
print(result.result["value"]) # → 5.0
For the full Lab API surface (math · sudoku · SAT · SMILES · circuit equivalence), see dydact-lab on PyPI and the docs at https://orthogonalabs.dydact.io.
What ships in this umbrella
| Module | Status | Source |
|---|---|---|
dydact.Lab (alias of dydact_lab.Lab) |
preview | dydact-lab>=0.3 |
dydact.AsyncLab |
preview | dydact-lab>=0.3 |
| Additional verticals | TBD | future releases |
Tiers + auth
API keys are minted at https://lab.dydact.io/signup. Tier model:
- Academic — free for verified
.eduresearchers (citation required) - Pro Researcher — $79/mo
- Lab Enterprise — $2,500/mo
- dydact Strategic — contracted
License
Apache-2.0. © dydact LLC.
Project details
Release history Release notifications | RSS feed
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 dydact-0.0.1.tar.gz.
File metadata
- Download URL: dydact-0.0.1.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b63c6c28ff2c2ebc920149a0ae100f8621dce28b666a77fcdddc8d217ba2611
|
|
| MD5 |
8add92315e4080d4e121ffe598a01194
|
|
| BLAKE2b-256 |
da5e844a33be8733d2dcbf9a8f691d470989fe1626379db78e1a13f31a58c81f
|
File details
Details for the file dydact-0.0.1-py3-none-any.whl.
File metadata
- Download URL: dydact-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e67443b1288c5ae591f81cb7df73d2093574d7231cfca898e429aedefadba3ff
|
|
| MD5 |
2dbb81d68a800afcce3128c2c0db3d1c
|
|
| BLAKE2b-256 |
a33e3d38fd9d46913e89725c911c732c095edca855231388f3459d422dec9e39
|