[PR #108] [CLOSED] Make terravision installable and runnable via poetry #170

Closed
opened 2026-05-06 12:37:58 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/patrickchugh/terravision/pull/108
Author: @danieroux
Created: 3/1/2024
Status: Closed

Base: mainHead: runnable-poetry-script


📝 Commits (1)

  • b428c44 Make terravision installable and runnable via poetry

📊 Changes

5 files changed (+303 additions, -285 deletions)

View changed files

📝 README.md (+4 -3)
cli/cli.py (+272 -0)
📝 poetry.lock (+2 -2)
📝 pyproject.toml (+22 -12)
📝 terravision (+3 -268)

📄 Description

  • Had to move executable to cli so that Poetry can see it is a module with a script entry point
  • Added wrapper script terravision that invokes via poetry

Make terravision installable and runnable via poetry

Type of Change

  • New Feature
  • Documentation

Checklist

All Submissions:

  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Have you written Documentation/Tests?
  • Have you read done your own code-review?

Changes to Core Features:

  • Have you added an explanation of what your changes do and why you'd like us to include them?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/patrickchugh/terravision/pull/108 **Author:** [@danieroux](https://github.com/danieroux) **Created:** 3/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `runnable-poetry-script` --- ### 📝 Commits (1) - [`b428c44`](https://github.com/patrickchugh/terravision/commit/b428c443ab82118a39e6f2f602d76be2870da9eb) Make terravision installable and runnable via poetry ### 📊 Changes **5 files changed** (+303 additions, -285 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+4 -3) ➕ `cli/cli.py` (+272 -0) 📝 `poetry.lock` (+2 -2) 📝 `pyproject.toml` (+22 -12) 📝 `terravision` (+3 -268) </details> ### 📄 Description - Had to move executable to `cli` so that Poetry can see it is a module with a script entry point - Added wrapper script `terravision` that invokes via poetry # Make terravision installable and runnable via poetry ## Type of Change * [x] New Feature * [x] Documentation ## Checklist All Submissions: * [x] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change? * [x] Have you written Documentation/Tests? * [x] Have you read done your own code-review? ### Changes to Core Features: * [x] Have you added an explanation of what your changes do and why you'd like us to include them? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:37:58 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/terravision#170
No description provided.