Skip to main content

Raspberry Pi System/Hardware Information

Project description

PiView

https://pypi.python.org/pypi/piview https://travis-ci.com/AdyGCode/piview https://piview.readthedocs.io/en/latest/?version=latest

A Raspberry Pi System Information Package

PiView provides the details of the Raspberry Pi currently being interrogated.

General Information

Features

PiView provides system information including, but not limited to:

Group Information
CPU max load across cores, temperature, clock speed
GPU temperature
HARDWARE bluetooth, i2c, spi, camera statuses
HOST boot time, model, name, revision, serial number, uptime
NETWORK host name, interface names, ip addresses, mac addresses
STORAGE total disk capacity, free disk capacity, total RAM and free RAM

Also includes a small utility library with:

  • conversion of bytes into Kilobytes, Megabytes, Gigabytes and up
  • create list with a quartet of integer numbers representing the IPv4 Address

Requirements

This project requires the following package(s):

  • psutils

Remaining packages are Python 'built-ins'.

Building

use the setuptools based compile and upload to PyPi:

python setup.py sdist
python setup.py bdist_wheel
twine upload dist/*

Credits

A very large thank you to Matt Hawkins upon whose code this package is based: https://www.raspberrypi-spy.co.uk/

The original code may be found at https://github.com/tdamdouni/Raspberry-Pi-DIY-Projects/blob/master/MattHawkinsUK-rpispy-misc/python/mypi.py

Thank you to Sander Huijsen for his contributions and guidance in all things Python.

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Cookiecutter: https://github.com/audreyr/cookiecutter Cookiecutter PyPackage: https://github.com/audreyr/cookiecutter-pypackage

Copyright

Copyright Adrian Gould, 2021-. Licensed under the Open Software License version 3.0

History

3.0.0 (TBA)

This will contain some 'breaking' changes.

  • All results will be returned as dictionary with reading type and value
  • Recreate the testing methods
  • Update online documentation
  • Deprecate the PiView_AG edition
  • Code contains list of TODO elements - showing improvements / new features

2.1 (2021-06-24)

  • Changed the results from Storage to be in 'bytes'

2.0.3 (2021-05-30)

  • Minor edits to code.
  • CPU speed returns random value if parameter random=True used in call, or -1 when parameter random=False (or omitted)
  • Temperatures return -273.16ºC when no reading given (absolute zero)
  • Keeping documentation edits within this version until next minor update to code

2.0.2 (2021-05-28)

  • Minor Fixes

2.0.1 (2021-05-27)

  • Updated Package release.

1.0.0 Initial Release

Some enhancements to come - such as return all the attached storage statistics

Added:

  • python version (HOST)
  • camera supported / detected (HARDWARE)

0.5.0 RAM, Storage, Host

Added the following:

  • ram total and free
  • storage total and free for 'all disks' in total
  • name to Host, this is a temporary version until further investigation done, use the host name method in the network section to get host name

To do:

  • statistics (total space, free) for each attached storage device

0.4.0 Network Features

The following are implemented in this version:

  • host name
  • interface names
  • ip addresses
  • mac addresses

Fixed missing self references in classes, removed get from function names Added missing file headers...

0.3.0 Host Features

The following have been implemented:

  • boot time
  • model
  • serial number
  • uptime
  • revision

0.2.0 Hardware Features

Added Hardware checking for:

  • SPI
  • I2C
  • BT

Updated [[README]] Design and added PiView Icon

0.1.1 GPU Features

Added:

  • GPU temperature

##0.1.0 CPU Features

Added:

  • max load across cores
  • processor temperature
  • processor clock speed

0.0.3 Setup fixes

Small fixes to setup.cfg, and a source reformat.

0.0.2 Utils

Added Utils to the package. Utils includes:

  • format_bytes
  • draw_line

0.0.1 Initial Version

Blank project, containing:

  • starter folder structure
  • [[README.md]]
  • [[CHANGES.md]]
  • [[LICENSE]]

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

piview-2.1.0.tar.gz (291.9 kB view hashes)

Uploaded Source

Built Distribution

piview-2.1.0-py2.py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page