Private Package Index
EQTY Lab Python packages, delivered cleanly.
This package index hosts EQTY Lab SDKs and internal Python packages for
installation, documentation, and release distribution. It is the
package home for the tools we use to generate verifiable lineage data
and ship graph-aware AI workflows.
EQTY Lab
Building AI integrity tooling for verifiable, explainable, and
accountable systems.
Lineage-ready SDKs
Publish assets, statements, and graph metadata that can be
explored in EQTY Lab's Lineage Explorer.
Simple package access
Use the standard package index endpoints or browse the hosted
package list directly.
About EQTY Lab
EQTY Lab builds AI integrity infrastructure. The SDKs hosted here
create cryptographically verifiable manifests and lineage graphs for
AI data, models, and agents. Those graphs can be viewed in the
AI Lineage Explorer,
which helps teams understand AI systems visually and trace how
assets connect across workflows.
Install From This Index
The commands below match the install instructions currently published
on this server.
pip
Install packages from this index with pip.
pip install --index-url http://pypi.eqtylab.io/simple/ PACKAGE [PACKAGE2...]
easy_install
Install packages from this index with easy_install.
easy_install --index-url http://pypi.eqtylab.io/simple/ PACKAGE [PACKAGE2...]
SDK Spotlight
Start here if you are looking for the EQTY Lab Python SDK used to
generate lineage graphs and integrity metadata.
eqty_sdk
eqty_sdk is the Python SDK for generating
cryptographically verifiable manifests, modeling asset lineage,
signing outputs, and integrating with Governance Studio.
- Model data, files, prompts, models, and computations as linked assets.
- Create graph records and statements that can be inspected visually.
- Publish outputs that map cleanly into EQTY Lab's Lineage Explorer.
Documentation
Read the latest SDK guides, examples, installation notes, and API
reference in the published docs.
Open eqty_sdk Documentation
More Packages Coming Soon
This homepage is structured to grow. Additional sections for other
hosted packages can be added here over time without changing the
install workflow or the package index endpoints.