[PR #148] [MERGED] deps(termcolor): vendor third-party dependency termcolor #174

Closed
opened 2026-05-05 03:27:13 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/XuehaiPan/nvitop/pull/148
Author: @XuehaiPan
Created: 1/24/2025
Status: Merged
Merged: 1/24/2025
Merged by: @XuehaiPan

Base: mainHead: remove-termcolor


📝 Commits (3)

  • bd81f4b deps(termcolor): vendor third-party dependency termcolor
  • ac51739 docs(CHANGELOG): update CHANGELOG.md
  • a6fbf28 chore: update import comments

📊 Changes

13 files changed (+315 additions, -40 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 README.md (+0 -1)
📝 docs/source/spelling_wordlist.txt (+2 -0)
📝 nvitop-exporter/nvitop_exporter/cli.py (+1 -1)
📝 nvitop/__init__.py (+13 -1)
📝 nvitop/api/__init__.py (+1 -0)
📝 nvitop/api/caching.py (+4 -1)
📝 nvitop/api/libnvml.py (+2 -2)
nvitop/api/termcolor.py (+283 -0)
📝 nvitop/api/utils.py (+7 -31)
📝 nvitop/cli.py (+1 -1)
📝 pyproject.toml (+0 -1)
📝 requirements.txt (+0 -1)

📄 Description

Issue Type

  • Improvement/feature implementation

Description

Vendor third-party dependency termcolor from https://github.com/termcolor/termcolor

Motivation and Context

Remove more third-party dependency.


🔄 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/XuehaiPan/nvitop/pull/148 **Author:** [@XuehaiPan](https://github.com/XuehaiPan) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@XuehaiPan](https://github.com/XuehaiPan) **Base:** `main` ← **Head:** `remove-termcolor` --- ### 📝 Commits (3) - [`bd81f4b`](https://github.com/XuehaiPan/nvitop/commit/bd81f4bf7a532784c3a2e74ca2633f067f313b3f) deps(termcolor): vendor third-party dependency `termcolor` - [`ac51739`](https://github.com/XuehaiPan/nvitop/commit/ac51739afc4c7c50972bc7ec7ec57b880998ffd0) docs(CHANGELOG): update CHANGELOG.md - [`a6fbf28`](https://github.com/XuehaiPan/nvitop/commit/a6fbf2833a2231ad96303f7aefc742a2b7b0b6f7) chore: update import comments ### 📊 Changes **13 files changed** (+315 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+0 -1) 📝 `docs/source/spelling_wordlist.txt` (+2 -0) 📝 `nvitop-exporter/nvitop_exporter/cli.py` (+1 -1) 📝 `nvitop/__init__.py` (+13 -1) 📝 `nvitop/api/__init__.py` (+1 -0) 📝 `nvitop/api/caching.py` (+4 -1) 📝 `nvitop/api/libnvml.py` (+2 -2) ➕ `nvitop/api/termcolor.py` (+283 -0) 📝 `nvitop/api/utils.py` (+7 -31) 📝 `nvitop/cli.py` (+1 -1) 📝 `pyproject.toml` (+0 -1) 📝 `requirements.txt` (+0 -1) </details> ### 📄 Description <!-- Provide a descriptive summary of the changes in the title above --> #### Issue Type <!-- Pick relevant types and delete the rest --> - Improvement/feature implementation #### Description <!-- Describe the changes in detail --> Vendor third-party dependency `termcolor` from https://github.com/termcolor/termcolor #### Motivation and Context <!-- Why are these changes required? --> <!-- What problems do these changes solve? --> <!-- Link to relevant issues --> Remove more third-party dependency. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:27:13 -06: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: github-starred/nvitop#174
No description provided.