Metadata-Version: 2.1
Name: cpufreq
Version: 0.3.5
Summary: CPU Frequency manage tool
Home-page: https://github.com/VitorRamos/cpufreq
Author: Vitor Ramos, Alex Furtunato
Author-email: ramos.vitor89@gmail.com, alex.furtunato@academico.ifrn.edu.br
License: MIT
Keywords: cpufreq tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3

cpufreq
=======

Python module to control the frequency on Linux systems.

Features
--------

-  Get current Frenquency and governor by CPU.
-  Set frequency by CPU.
-  Enable and Disable CPUs.

Prerequisites
-------------

-  Custom CPU power managment enabled on BIOS
-  Power Management Driver installed (acpi for example)
-  Python3.5 or newer

Site
----

-  https://github.com/VitorRamos/cpufreq

Installation
------------

$ pip3 install cpufreq

Usage
-----

Use the example file script: cpufreq\_example.py


