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 post --symbol SPY --call --strike 765 --expiry 2026-09-14 \
  --entry 765 --target 765.5 --stop 764 --group <id>      # post a play
atlas signals post --symbol SPY --call --strike 765 --expiry 2026-09-14 --entry 765 \
  --link oco --with-put --with-strike 760 --with-entry 759   # a LINKED pair: one cancels the other
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.82.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.82.0
File Size Uploaded
mindvest_atlas-0.82.0.tar.gz 194.2 kB Details

Built distribution (wheel)

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

Total release size: 407.9 kB

Release files / mindvest_atlas-0.82.0.tar.gz

Download URL mindvest_atlas-0.82.0.tar.gz
Size 194.2 kB
Tags Source
SHA-256 checksum
How to use checksums
13735a626b05ab3b4089519678755a758b25a0edbdc35a513bfc7ba5a220e970
BLAKE2b-256 checksum
How to use checksums
e089df6c30051c38468230db0f2ca5d52791d9def6ed4e3d3fca9ec2a4b11729
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 19, 2026.

Transparency log

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

Download URL mindvest_atlas-0.82.0-py3-none-any.whl
Size 213.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
498b68c4a0949583190767795ab0fa02569db65f26e0f05248f9fc480b11f279
BLAKE2b-256 checksum
How to use checksums
b100fa805328b008a5ca24a8d78bd9c00b816a8783af2fc6b63819f96816c9a8
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 19, 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

This release

0.82.0 This release

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

0.68.0

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