mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #147] [MERGED] deps(cachetools): remove third-party dependency cachetools #173
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#173
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/147
Author: @XuehaiPan
Created: 1/23/2025
Status: ✅ Merged
Merged: 1/24/2025
Merged by: @XuehaiPan
Base:
main← Head:remove-cachetools📝 Commits (5)
7f7b512chore(pre-commit): update pre-commit hooks72395a4chore(gui): movecachetoolsimports0d56adbfeat(api/cache): implementttl_cachee388b00deps(cachetools): remove third-party dependencycachetools5dbd3b3docs(CHANGELOG): update CHANGELOG.md📊 Changes
18 files changed (+352 additions, -22 deletions)
View changed files
📝
.pre-commit-config.yaml(+2 -2)📝
CHANGELOG.md(+1 -1)📝
README.md(+0 -1)➕
docs/source/api/caching.rst(+10 -0)📝
docs/source/index.rst(+1 -0)📝
docs/source/spelling_wordlist.txt(+3 -0)📝
nvitop/__init__.py(+12 -2)📝
nvitop/api/__init__.py(+14 -1)➕
nvitop/api/caching.py(+279 -0)📝
nvitop/gui/library/__init__.py(+1 -0)📝
nvitop/gui/library/device.py(+1 -3)📝
nvitop/gui/library/process.py(+0 -1)📝
nvitop/gui/library/utils.py(+16 -1)📝
nvitop/gui/screens/main/device.py(+10 -3)📝
nvitop/gui/screens/main/process.py(+1 -2)📝
nvitop/gui/screens/treeview.py(+1 -2)📝
pyproject.toml(+0 -2)📝
requirements.txt(+0 -1)📄 Description
Issue Type
Description
Implement
ttl_cacheand remove thecachetoolsdependency.Motivation and Context
Eliminate third-party dependency
cachetools.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.