Metadata-Version: 2.1
Name: mactemperatures
Version: 0.0.1
Summary: Python Package for Obtaining Temperature Sensor Readings on M1 Macs
Home-page: https://github.com/joshunrau/MacTemperatures
Author: Joshua Unrau
Author-email: contact@joshuaunrau.com
Project-URL: Bug Tracker, https://github.com/joshunrau/MacTemperatures/issues
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# MacTemperatures

MacTemperatures is a simple program to obtain readings from thermal sensors on M1 Macs. I adapted [the Objective-C code written by fermion-star](https://github.com/fermion-star/apple_sensors) as a C program and wrote Python bindings to make the code more flexible and easier to use.

## Usage

    >>> from mactemperatures import get_thermal_readings
    >>> get_thermal_readings()
