mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #148] [MERGED] deps(termcolor): vendor third-party dependency termcolor #174
Labels
No labels
api
bug
bug
cli / tui
dependencies
documentation
documentation
documentation
duplicate
enhancement
exporter
invalid
pull-request
pynvml
question
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/nvitop#174
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:remove-termcolor📝 Commits (3)
bd81f4bdeps(termcolor): vendor third-party dependencytermcolorac51739docs(CHANGELOG): update CHANGELOG.mda6fbf28chore: 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
Description
Vendor third-party dependency
termcolorfrom https://github.com/termcolor/termcolorMotivation and Context
Remove more third-party dependency.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.