Skip to main content

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.

Plays (signals) — atlas signals <command>

atlas signals groups                              # groups you post to, and the ones you follow
atlas signals plays --board community --days 1    # the plays themselves
atlas signals performance --group <id> [--mine]   # closed trades + win rate, like a workflow's
atlas signals delete --group <id>                 # refuses while people are subscribed, and says how many
atlas signals delete --group <id> --stop-subscribers   # stops their billing, tells them, then deletes
atlas signals take --id <play> --contracts 1      # place a play in YOUR account
atlas signals <show|discover|follow|schema>

Alerts — list and clear them out

atlas alerts list [--all] [--symbol SPY]          # your alerts WITH their ids ( --all includes the off ones)
atlas alerts delete --id <id> --id <id2>          # switch them off and hide them
atlas alerts delete --id <id> --purge             # delete the rows for good

--purge refuses any alert a live workflow or task is still bound to and names what holds it: that binding is only an id, so removing the row would leave the setup pointing at nothing and quietly never firing.

atlas alerts on its own is still the live feed.

Every tool, as a command

docs/TOOLS.md lists all of them, generated from the live registry. Anything the server registers is callable as atlas <slug> --flag value the moment it exists — the catalog is fetched, not shipped (atlas tools --refresh re-reads it).

Release files for mindvest-atlas 0.68.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for mindvest-atlas 0.68.0
File Size Uploaded
mindvest_atlas-0.68.0.tar.gz 175.6 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for mindvest-atlas 0.68.0
File Interpreter ABI Platform
mindvest_atlas-0.68.0-py3-none-any.whl Python 3 none any Details

Total release size: 368.8 kB

Release files / mindvest_atlas-0.68.0.tar.gz

Download URL mindvest_atlas-0.68.0.tar.gz
Size 175.6 kB
Tags Source
SHA-256 checksum
How to use checksums
3a0adb528b30d32a1fbed2850a439b03a214522eb269290a474d80c42bd6e8b8
BLAKE2b-256 checksum
How to use checksums
4178bef3295f4a0e4d51681008b28f4e31f74c40accaa07e574d6e9a22e5a74f
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 12, 2026.

Transparency log

Release files / mindvest_atlas-0.68.0-py3-none-any.whl

Download URL mindvest_atlas-0.68.0-py3-none-any.whl
Size 193.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6dd47322dca533d3c63aba6b73a233100ad01c1c35fdf66876cbc1c8fb20f4fc
BLAKE2b-256 checksum
How to use checksums
0d614d3cfb54bf42d06eba968d114d7b986079c06c1cfe04af06e1f26cfc8600
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 12, 2026.

Transparency log

Release history Release notifications | RSS feed

0.90.0

2 release files

0.89.0

2 release files

0.87.0

2 release files

0.86.0

2 release files

0.85.0

2 release files

0.84.0

2 release files

0.83.0

2 release files

0.82.0

2 release files

0.81.0

2 release files

0.80.0

2 release files

0.79.0

2 release files

0.78.0

2 release files

0.77.0

2 release files

0.72.0

2 release files

0.71.0

2 release files

0.68.4

2 release files

0.68.3

2 release files

0.68.2

2 release files

0.68.1

2 release files

This release

0.68.0 This release

2 release files

0.67.0

2 release files

0.66.0

2 release files

0.65.0

2 release files

0.64.0

2 release files

0.63.0

2 release files

0.14.2

2 release files

0.14.1

2 release files

0.14.0

2 release files

0.13.0

2 release files

0.12.0

2 release files

0.11.0

2 release files

0.10.1

2 release files

0.10.0

2 release files

0.9.2

2 release files

0.9.1

2 release files

0.9.0

2 release files

0.8.1

2 release files

0.8.0

2 release files

0.7.0

2 release files

0.6.3

2 release files

0.6.2

2 release files

0.6.1

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.3

2 release files

0.4.2

2 release files

0.4.1

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

0.1.2

2 release files

0.1.1

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page