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.87.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.87.0
File Size Uploaded
mindvest_atlas-0.87.0.tar.gz 200.2 kB Details

Built distribution (wheel)

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

Total release size: 419.8 kB

Release files / mindvest_atlas-0.87.0.tar.gz

Download URL mindvest_atlas-0.87.0.tar.gz
Size 200.2 kB
Tags Source
SHA-256 checksum
How to use checksums
4bf0421ab5f9e942c2272fb5b8352bb64d5b16483fef9243f549139fe42c6e7a
BLAKE2b-256 checksum
How to use checksums
0b37440aaaa04e28d4e417cd62b744a26e69df0fa577f5b59a6a7b186adac582
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 23, 2026.

Transparency log

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

Download URL mindvest_atlas-0.87.0-py3-none-any.whl
Size 219.6 kB
Tags Python 3
SHA-256 checksum
How to use checksums
d585519ae374a522cc940a816c516488f98ed3bf3b373cba464053855af40395
BLAKE2b-256 checksum
How to use checksums
5cfc8b7d8bb406b782f6df84cbc50a3752e236e2772892c02c1096568c2a9964
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 23, 2026.

Transparency log

Release history Release notifications | RSS feed

0.90.0

2 release files

0.89.0

2 release files

This release

0.87.0 This release

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

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