Skip to content

Add python -m abovepy CLI entrypoint#15

Merged
chrislyonsKY merged 1 commit into
mainfrom
feature/cli-entrypoint
Mar 13, 2026
Merged

Add python -m abovepy CLI entrypoint#15
chrislyonsKY merged 1 commit into
mainfrom
feature/cli-entrypoint

Conversation

@chrislyonsKY
Copy link
Copy Markdown
Owner

Summary

  • Add __main__.py so python -m abovepy works
  • Prints version, Python version, all 9 products, and STAC API URL
  • Useful for quick environment verification
$ python -m abovepy
abovepy 1.0.0
Python 3.12.0

Available products:
  dem_phase1       DEM Phase 1 (5ft) (COG)
  dem_phase2       DEM Phase 2 (2ft) (COG)
  ...

Test plan

  • python -m abovepy outputs expected info
  • ruff + mypy clean

🤖 Generated with Claude Code

Prints version, Python version, all 9 available products, and STAC API URL.
Useful for quick environment verification and product discovery.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@chrislyonsKY chrislyonsKY merged commit 322143a into main Mar 13, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant