Clay Seal installer — routes pip to the licensed Azure Artifacts feed.
Project description
clayseal
Public installer for Clay Seal. Routes
pip to the private Azure Artifacts feed using a Packaging Read PAT — partners do
not need a Microsoft account or browser sign-in.
Quick start
You will receive a read token from Clay Seal (Packaging Read PAT).
python3 -m venv .venv && source .venv/bin/activate
pip install --upgrade pip
pip install clayseal
export CLAYSEAL_AZURE_PAT="paste-token-from-clay-seal"
clayseal install
from agentauth import Identity, Capabilities, Receipts
One-liner:
pip install clayseal && CLAYSEAL_AZURE_PAT='…' clayseal install
Commands
| Command | Purpose |
|---|---|
clayseal install [VERSION] |
Write pip.conf + install agentauth (default 0.5.0) |
clayseal configure |
Write pip.conf only |
clayseal doctor |
Diagnostics (tokens redacted) |
PAT via --pat, CLAYSEAL_AZURE_PAT, or interactive prompt.
CI: use --no-write-config so the PAT is not saved to disk:
CLAYSEAL_AZURE_PAT=... clayseal install 0.5.0 --no-write-config
What this package is
- On PyPI: public installer CLI (this package).
- On Azure Artifacts: proprietary
agentauth*wheels.
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 clayseal-0.1.1.tar.gz.
File metadata
- Download URL: clayseal-0.1.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c0c5533edd0924f5d6bc8b986b2f560c924d2d814f6e72562e80b6a989ba354
|
|
| MD5 |
9e6c9f29f2ddbb760279dfb7f9f7f4d7
|
|
| BLAKE2b-256 |
02c3ab43d3836fc4a002bcf923f364ee9a72fcf6151a884498c26ae5ca952cd4
|
File details
Details for the file clayseal-0.1.1-py3-none-any.whl.
File metadata
- Download URL: clayseal-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
21916cedf944d537551df4883cafec793fbeb3140e59824a4733fb50de85292d
|
|
| MD5 |
e2858ec448e068413ef651ec738bfe22
|
|
| BLAKE2b-256 |
00e77e27fbb43d446a863799495ecab41a11bc8c05b28911eec9bc6bc54d9684
|