Cross-Compatible Python implementation of top command.
Project description
top
A Cross-Platform Python implementation of 'top' command using Psutil.
What top Does
Top is able to get most of the top information with the restrictions that come with running it at the program level. Different statistics are shown based on the operating system that this project is run on. top works on MacOS, Linux, and Windows operating systems.
How to Get Started With top
PYPI Installation
You can install top through running this command in your terminal:
pipx install ostop
Once this command finishes running, you can then run commands in these two different formats:
ostop
The command with no extra parameters will make the program run in an infinite loop forever until you close your terminal or use a Keyboard Interrupt.
ostop <integer value>
The command with an integer value will make the program run for the number of iterations/seconds you specify.
Local Installation
You can get started with top by cloning the repository and running this command:
python src/top.py
in the base directory. Like the top command, this will run forever. You can exit out of the program by entering a Keyboard Interrupt or exiting your terminal altogether. You can also specify the amount of times you want the program to run by giving an integer input. For example, you can run the program for one iteration by writing this command:
python src/top.py 1
Running GatorGrade Checks
This repository is able to be automatically assessed using GatorGrade. These checks can be run from the repository's base directory by running this command in the base directory if you already have GatorGrade installed:
gatorgrade --config config/gatorgrade.yml
If you do not have GatorGrade installed yet on your local machine, you can install it by using this command:
pip install gatorgrade
These checks ensure that files are formatted correctly with proficient levels of polish and also run without crashing. GatorGrade checks are useful both during and after development.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ostop-1.5.tar.gz.
File metadata
- Download URL: ostop-1.5.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.5 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45f4443fa5f25d7a3ac3dd52822c355bb2561035084d8555de6e23dcd9da406d
|
|
| MD5 |
260e5311fcf1e5928675f38f38ca9e12
|
|
| BLAKE2b-256 |
8409cde7b581b9f89a6a6d34e27ae7bdcc78d27647df72145288f4bc2f6f4491
|
File details
Details for the file ostop-1.5-py3-none-any.whl.
File metadata
- Download URL: ostop-1.5-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.5 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
962fe7a81fe8d90e9e0bd4285448b558d3d83f5882f84fe84ba8fece06da4606
|
|
| MD5 |
b278e885ee3193c5ca8deffc56cab905
|
|
| BLAKE2b-256 |
37ccbb5e365a9b9c483195034d6bb7ad466df4820ee39689d7fa4a068fc38ce4
|