Atlas CLI (Python)
The Python implementation of the Atlas CLI. Zero third-party dependencies — pure standard library, Python ≥ 3.8.
Install
pipx install mindvest-atlas # recommended (isolated)
# or
pip install --user mindvest-atlas
atlas login
Or run from a clone without installing:
cd python
python -m atlas_cli --help
Usage
See the top-level README for the full command reference. Quick tour:
atlas login
atlas tools
atlas stock-quote --symbol SPY
atlas options-chain --symbol SPY --expiration 2026-06-20
atlas historical-contract --symbol NVDA --expiry 2026-07-13 --strike 205 --side call --from 2026-07-06 --to 2026-07-10
atlas alerts --symbol SPY --name greek_exposure --save-charts ./charts
atlas flow stream --symbol NVDA
Layout
atlas_cli/
cli.py # arg parsing + command dispatch + entry point (`run`)
config.py # constants, endpoints, paths
pkce.py oauth.py loopback.py store.py # auth: PKCE, OAuth, callback server, 0600 store
client.py catalog.py stream.py _http.py # API client (+ auto-refresh), catalog, SSE
ui.py args.py help.py format.py stream_loop.py
commands/ # login, logout, whoami, tools, call, alerts, flow
tests/ # unittest suites (offline)
Test
python -m unittest discover -s tests
Runs PKCE/arg/SSE/storage unit tests plus integration tests that drive the real OAuth client and loopback server against in-process mock servers — no network required.
Release files for mindvest-atlas 0.65.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mindvest_atlas-0.65.0.tar.gz | 169.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mindvest_atlas-0.65.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 356.8 kB
Release files / mindvest_atlas-0.65.0.tar.gz
| Download URL | mindvest_atlas-0.65.0.tar.gz |
|---|---|
| Size | 169.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4fb8967730a6c36d6f7a72deb997c5687dc2c0bef53279f9b6fa9bee59c047ef
|
|
BLAKE2b-256 checksum How to use checksums |
947e934c0b4dd25e1bfe3bf096491821d8d2005118ea7e589f1eeec45d65c32c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency logRelease files / mindvest_atlas-0.65.0-py3-none-any.whl
| Download URL | mindvest_atlas-0.65.0-py3-none-any.whl |
|---|---|
| Size | 186.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4ef75c771f279b315eac9846bdd7d6b661ce342e843cfae2907fe5e64aaa8c83
|
|
BLAKE2b-256 checksum How to use checksums |
54e1f919fa6d65df8165472d55cce2a767fba0618ab6cb5f129f6539199c01dd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 10, 2026.
Transparency log