mirror of
https://github.com/XuehaiPan/nvitop.git
synced 2026-05-15 14:15:55 -06:00
[PR #54] [MERGED] refactor(api): compact and rename top-level module #139
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#139
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/54
Author: @XuehaiPan
Created: 1/4/2023
Status: ✅ Merged
Merged: 1/4/2023
Merged by: @XuehaiPan
Base:
main← Head:api📝 Commits (1)
d572653refactor(api): compact and rename top-level module📊 Changes
33 files changed (+85 additions, -67 deletions)
View changed files
📝
.pre-commit-config.yaml(+2 -2)📝
README.md(+20 -17)📝
docs/source/api/collector.rst(+0 -0)📝
docs/source/api/device.rst(+0 -0)📝
docs/source/api/host.rst(+0 -0)📝
docs/source/api/libcuda.rst(+1 -1)📝
docs/source/api/libcudart.rst(+1 -1)📝
docs/source/api/libnvml.rst(+0 -0)📝
docs/source/api/process.rst(+0 -0)📝
docs/source/api/utils.rst(+1 -1)📝
docs/source/index.rst(+8 -8)📝
docs/source/spelling_wordlist.txt(+3 -0)📝
nvitop/__init__.py(+16 -4)📝
nvitop/api/LICENSE(+0 -0)📝
nvitop/api/__init__.py(+6 -6)📝
nvitop/api/collector.py(+4 -4)📝
nvitop/api/device.py(+3 -3)📝
nvitop/api/host.py(+0 -0)📝
nvitop/api/libcuda.py(+0 -0)📝
nvitop/api/libcudart.py(+0 -0)...and 13 more files
📄 Description
Issue Type
Description
Compact and rename the top-level module.
Rename
nvitop.coretonvitop.api.The old top-level imports still work fine.
NEW: Support top-level imports:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.