Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tsoc
hg-misc-tools
Commits
9e829f84
Commit
9e829f84
authored
Feb 27, 2026
by
one
Browse files
[hytop] Bump version to 0.1.1
parent
c298f9ff
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
4 deletions
+22
-4
projects/hytop/README.md
projects/hytop/README.md
+19
-1
projects/hytop/src/hytop/__init__.py
projects/hytop/src/hytop/__init__.py
+1
-1
projects/hytop/uv.lock
projects/hytop/uv.lock
+2
-2
No files found.
projects/hytop/README.md
View file @
9e829f84
...
...
@@ -2,6 +2,24 @@
## Quick start
### Install from PyPI
Using
`pipx`
(recommended):
```
bash
pipx
install
hytop
hytop
--help
```
Using
`uv`
:
```
bash
uv tool
install
hytop
hytop
--help
```
### Install from source
uv:
```
bash
...
...
@@ -84,7 +102,7 @@ else
fi
```
### Exit
C
odes
### Exit
c
odes
Designed to be script-friendly:
...
...
projects/hytop/src/hytop/__init__.py
View file @
9e829f84
__all__
=
[
"__version__"
]
__version__
=
"0.1.
0
"
__version__
=
"0.1.
1
"
projects/hytop/uv.lock
View file @
9e829f84
...
...
@@ -60,8 +60,8 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "rich", specifier = ">=1
3
" },
{ name = "typer", specifier = ">=0.
1
2" },
{ name = "rich", specifier = ">=1
4
" },
{ name = "typer", specifier = ">=0.2
3
" },
]
[package.metadata.requires-dev]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment