msiltop 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: msiltop
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Real-time macOS hardware performance monitoring for Apple Silicon (M1/M2/M3/M4) with AI workload focus - enhanced asitop alternative
5
5
  Project-URL: Homepage, https://github.com/pratikdevnani/msiltop
6
6
  Project-URL: Repository, https://github.com/pratikdevnani/msiltop
@@ -39,7 +39,6 @@ Description-Content-Type: text/markdown
39
39
 
40
40
  # MSILTOP - MacOS Performance Monitor for Local AI
41
41
 
42
- [![PyPI version](https://badge.fury.io/py/msiltop.svg)](https://badge.fury.io/py/msiltop)
43
42
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
44
43
  [![macOS](https://img.shields.io/badge/macOS-Monterey%2B-green.svg)](https://www.apple.com/macos/)
45
44
  [![Apple Silicon](https://img.shields.io/badge/Apple%20Silicon-M1%2FM2%2FM3%2FM4-orange.svg)](https://www.apple.com/mac/)
@@ -47,7 +46,7 @@ Description-Content-Type: text/markdown
47
46
 
48
47
  **Real-time macOS hardware performance monitoring CLI tool for Apple Silicon Macs (M1/M2/M3/M4+) with AI workload focus**
49
48
 
50
- MSILTOP is a Python-based `nvtop`-inspired command line tool specifically designed for Apple Silicon Macs. This enhanced and actively maintained fork of the original [asitop](https://github.com/tlkh/asitop) project provides comprehensive hardware monitoring with additional features, support for newer Apple Silicon chips, and optimizations for modern terminal emulators including Ghostty.
49
+ MSILTOP is a Python-based `nvtop`-inspired command line tool specifically designed for Apple Silicon Macs. This enhanced and actively maintained fork of the original [fluidtop](https://github.com/FluidInference/fluidtop) project provides comprehensive hardware monitoring with additional features, support for newer Apple Silicon chips, and optimizations for modern terminal emulators including Ghostty.
51
50
 
52
51
 
53
52
  ## 📦 Installation & Usage
@@ -176,15 +175,6 @@ MSILTOP leverages macOS's built-in [`powermetrics`](https://www.unix.com/man-pag
176
175
  * **Python:** Python 3.8+ (automatically managed with UV)
177
176
  * **Privileges:** Root access required for `powermetrics`
178
177
 
179
- ### Why Fork asitop?
180
-
181
- The original `asitop` provided excellent Apple Silicon monitoring but lacked:
182
-
183
- - **Modern hardware support** - M3, M4+ compatibility
184
- - **Terminal compatibility** - Ghostty and modern terminal optimization
185
- - **AI workload focus** - Machine learning specific monitoring
186
- - **Active maintenance** - Regular updates and bug fixes
187
-
188
178
  ### Migration from asitop
189
179
 
190
180
  MSILTOP is a drop-in replacement for asitop with identical command-line interface:
@@ -207,20 +197,6 @@ For detailed information, troubleshooting, and frequently asked questions, see o
207
197
  - **Troubleshooting**: Common issues and solutions
208
198
  - **Migration Guide**: Differences from asitop and compatibility
209
199
 
210
- ## 🗺️ Roadmap & Development
211
-
212
- ### Completed Features
213
- - ✅ Enhanced hardware support (M1-M4+)
214
- - ✅ Ghostty terminal optimization
215
- - ✅ Improved documentation and user experience
216
- - ✅ PyPI publishing and UV integration
217
-
218
- ### In Development
219
- - 🔄 monitor a specific process/application
220
- - 🔄 GUI-less monitoring and data collection
221
- - 🔄 Performance data export capabilities (CSV, JSON)
222
- - API interface for other Python services
223
-
224
200
  ## 🛠️ Development & Publishing
225
201
 
226
202
  ### Automated Release Process
@@ -248,14 +224,7 @@ sudo uv run msiltop --help # Verify build works
248
224
  ```
249
225
 
250
226
 
251
- ## 🐛 Known Issues & Contributing
252
-
253
- ### Current Issues
254
- - Chart height doesn't adapt to terminal height (width works correctly)
255
- - Plot colors don't always respect theme selection
256
- - Long-running sessions may require periodic restart
257
-
258
- ### Contributing
227
+ ## 🐛 Contributing
259
228
  - Report bugs and request features via [GitHub Issues](https://github.com/pratikdevnani/msiltop/issues)
260
229
  - Submit pull requests for bug fixes and improvements
261
230
  - Improve documentation and examples
@@ -269,7 +238,7 @@ MIT License - maintaining compatibility with the original asitop project.
269
238
 
270
239
  This project builds upon the excellent foundation created by [Timothy Liu](https://github.com/tlkh) with the original [asitop](https://github.com/tlkh/asitop) project. We extend our gratitude for creating the groundwork for Apple Silicon performance monitoring.
271
240
 
272
- This project adds to the MSILTOP project created by [pratikdevnani](https://github.com/pratikdevnani/msiltop).
241
+ MSILTOP is a lightweight fork of [FluidInference's fluidtop](https://github.com/FluidInference/fluidtop). The motivation for this fork is to keep the tool lean and focused by removing features that are not necessary, based on my understanding of the core use cases.
273
242
 
274
243
  ---
275
244
 
@@ -1,6 +1,5 @@
1
1
  # MSILTOP - MacOS Performance Monitor for Local AI
2
2
 
3
- [![PyPI version](https://badge.fury.io/py/msiltop.svg)](https://badge.fury.io/py/msiltop)
4
3
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
5
4
  [![macOS](https://img.shields.io/badge/macOS-Monterey%2B-green.svg)](https://www.apple.com/macos/)
6
5
  [![Apple Silicon](https://img.shields.io/badge/Apple%20Silicon-M1%2FM2%2FM3%2FM4-orange.svg)](https://www.apple.com/mac/)
@@ -8,7 +7,7 @@
8
7
 
9
8
  **Real-time macOS hardware performance monitoring CLI tool for Apple Silicon Macs (M1/M2/M3/M4+) with AI workload focus**
10
9
 
11
- MSILTOP is a Python-based `nvtop`-inspired command line tool specifically designed for Apple Silicon Macs. This enhanced and actively maintained fork of the original [asitop](https://github.com/tlkh/asitop) project provides comprehensive hardware monitoring with additional features, support for newer Apple Silicon chips, and optimizations for modern terminal emulators including Ghostty.
10
+ MSILTOP is a Python-based `nvtop`-inspired command line tool specifically designed for Apple Silicon Macs. This enhanced and actively maintained fork of the original [fluidtop](https://github.com/FluidInference/fluidtop) project provides comprehensive hardware monitoring with additional features, support for newer Apple Silicon chips, and optimizations for modern terminal emulators including Ghostty.
12
11
 
13
12
 
14
13
  ## 📦 Installation & Usage
@@ -137,15 +136,6 @@ MSILTOP leverages macOS's built-in [`powermetrics`](https://www.unix.com/man-pag
137
136
  * **Python:** Python 3.8+ (automatically managed with UV)
138
137
  * **Privileges:** Root access required for `powermetrics`
139
138
 
140
- ### Why Fork asitop?
141
-
142
- The original `asitop` provided excellent Apple Silicon monitoring but lacked:
143
-
144
- - **Modern hardware support** - M3, M4+ compatibility
145
- - **Terminal compatibility** - Ghostty and modern terminal optimization
146
- - **AI workload focus** - Machine learning specific monitoring
147
- - **Active maintenance** - Regular updates and bug fixes
148
-
149
139
  ### Migration from asitop
150
140
 
151
141
  MSILTOP is a drop-in replacement for asitop with identical command-line interface:
@@ -168,20 +158,6 @@ For detailed information, troubleshooting, and frequently asked questions, see o
168
158
  - **Troubleshooting**: Common issues and solutions
169
159
  - **Migration Guide**: Differences from asitop and compatibility
170
160
 
171
- ## 🗺️ Roadmap & Development
172
-
173
- ### Completed Features
174
- - ✅ Enhanced hardware support (M1-M4+)
175
- - ✅ Ghostty terminal optimization
176
- - ✅ Improved documentation and user experience
177
- - ✅ PyPI publishing and UV integration
178
-
179
- ### In Development
180
- - 🔄 monitor a specific process/application
181
- - 🔄 GUI-less monitoring and data collection
182
- - 🔄 Performance data export capabilities (CSV, JSON)
183
- - API interface for other Python services
184
-
185
161
  ## 🛠️ Development & Publishing
186
162
 
187
163
  ### Automated Release Process
@@ -209,14 +185,7 @@ sudo uv run msiltop --help # Verify build works
209
185
  ```
210
186
 
211
187
 
212
- ## 🐛 Known Issues & Contributing
213
-
214
- ### Current Issues
215
- - Chart height doesn't adapt to terminal height (width works correctly)
216
- - Plot colors don't always respect theme selection
217
- - Long-running sessions may require periodic restart
218
-
219
- ### Contributing
188
+ ## 🐛 Contributing
220
189
  - Report bugs and request features via [GitHub Issues](https://github.com/pratikdevnani/msiltop/issues)
221
190
  - Submit pull requests for bug fixes and improvements
222
191
  - Improve documentation and examples
@@ -230,7 +199,7 @@ MIT License - maintaining compatibility with the original asitop project.
230
199
 
231
200
  This project builds upon the excellent foundation created by [Timothy Liu](https://github.com/tlkh) with the original [asitop](https://github.com/tlkh/asitop) project. We extend our gratitude for creating the groundwork for Apple Silicon performance monitoring.
232
201
 
233
- This project adds to the MSILTOP project created by [pratikdevnani](https://github.com/pratikdevnani/msiltop).
202
+ MSILTOP is a lightweight fork of [FluidInference's fluidtop](https://github.com/FluidInference/fluidtop). The motivation for this fork is to keep the tool lean and focused by removing features that are not necessary, based on my understanding of the core use cases.
234
203
 
235
204
  ---
236
205
 
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "msiltop"
7
- version = "0.2.0"
7
+ version = "0.2.1"
8
8
  description = "Real-time macOS hardware performance monitoring for Apple Silicon (M1/M2/M3/M4) with AI workload focus - enhanced asitop alternative"
9
9
  readme = "README.md"
10
10
  license = "MIT"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes