Metadata-Version: 2.1
Name: PiView-AG
Version: 1.0.0
Summary: A Raspberry Pi system information package
Home-page: https://github.com/AdyGCode/PiView-AG
Author: Adrian Gould
Author-email: adrian.gould@nmtafe.wa.edu.au
Maintainer: Adrian Gould
Maintainer-email: adrian.gould@nmtafe.wa.edu.au
License: UNKNOWN
Description: # PiView
        A Raspberry Pi system information package.
        
        ![PiView Icon](https://github.com/AdyGCode/PiView-AG/blob/main/attachments/PiView%400.25x.png)
        
        
        
        PiView provides the details of the Raspberry Pi currently being interrogated. 
        System information  includes, but is not limited to:
        
        - **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
        
        
        ## Changes
        See the [CHANGES](https://github.com/AdyGCode/PiView-AG/blob/main/CHANGES.md) document for details of updates and changes.
        
        
        ## Acknowledgements
        A very large thank you to Matt Hawkins upon whose code this package is based.
        [https://www.raspberrypi-spy.co.uk/](https://www.raspberrypi-spy.co.uk/)
        
        The original code may be found as 
        [mypi.py](https://github.com/tdamdouni/Raspberry-Pi-DIY-Projects/blob/master/MattHawkinsUK-rpispy-misc/python/mypi.py).
        
        
        ## About the Author
        Adrian Gould has been coding for over 40 years, starting his coding in Sinclair ZX-80 Basic and Machine Code, through Pascal, Modula-2, Occam, Prolog and many others to the current swathe of Python, C#, PHP, JS, and other languages today. 
        
        He believes that it is a continuous process to learn a language, and will always say he is not an expert. 
        
        He is a full time educator in Perth, Western Australia. 
        
        
        ## Copyright
        Copyright Adrian Gould, 2021-.
        Licensed under the [Open Software License version 3.0](./LICENSE.txt)
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Open Software License 3.0 (OSL-3.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
