fan-manager


Namefan-manager JSON
Version 0.6.1 PyPI version JSON
download
home_pagehttps://github.com/Knuckles-Team/fan-manager
SummaryManager your Dell PowerEdge Fan Speed with this handy tool!
upload_time2024-05-09 04:45:03
maintainerNone
docs_urlNone
authorAudel Rouhi
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Fan-Manager

![PyPI - Version](https://img.shields.io/pypi/v/fan-manager)
![PyPI - Downloads](https://img.shields.io/pypi/dd/fan-manager)
![GitHub Repo stars](https://img.shields.io/github/stars/Knuckles-Team/fan-manager)
![GitHub forks](https://img.shields.io/github/forks/Knuckles-Team/fan-manager)
![GitHub contributors](https://img.shields.io/github/contributors/Knuckles-Team/fan-manager)
![PyPI - License](https://img.shields.io/pypi/l/fan-manager)
![GitHub](https://img.shields.io/github/license/Knuckles-Team/fan-manager)

![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/Knuckles-Team/fan-manager)
![GitHub pull requests](https://img.shields.io/github/issues-pr/Knuckles-Team/fan-manager)
![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Knuckles-Team/fan-manager)
![GitHub issues](https://img.shields.io/github/issues/Knuckles-Team/fan-manager)

![GitHub top language](https://img.shields.io/github/languages/top/Knuckles-Team/fan-manager)
![GitHub language count](https://img.shields.io/github/languages/count/Knuckles-Team/fan-manager)
![GitHub repo size](https://img.shields.io/github/repo-size/Knuckles-Team/fan-manager)
![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/Knuckles-Team/fan-manager)
![PyPI - Wheel](https://img.shields.io/pypi/wheel/fan-manager)
![PyPI - Implementation](https://img.shields.io/pypi/implementation/fan-manager)

*Version: 0.6.1*

Manager your Dell PowerEdge Fan Speed with this handy tool!

This repository is actively maintained - Contributions are welcome!

Contribution Opportunities:
- Increase support of Dell PowerEdge Devices
- Support Non-PowerEdge Devices
- Support Non-Dell Devices

<details>
  <summary><b>Usage:</b></summary>

| Short Flag | Long Flag   | Description                                            |
|------------|-------------|--------------------------------------------------------|
| -h         | --help      | See usage for fan-manager                              |
| -i         | --intensity | Intensity of Fan Speed - Scales Logarithmically (0-10) |
| -c         | --cold      | Minimum Temperature for Fan Speed                      |
| -w         | --warm      | Maximum Temperature for Fan Speed                      |
| -s         | --slow      | Minimum Fan Speed                                      |
| -f         | --fast      | Maximum Fan Speed                                      |
| -p         | --poll-rate | Poll Rate for CPU Temperature in Seconds               |

</details>

<details>
  <summary><b>Example:</b></summary>

Python
```bash
fan-manager --intensity 5 --cold 50 --warm 80 --slow 5 --fast 100 --poll-rate 24
```

Dockerfile
```dockerfile
FROM ubuntu:latest AS ubuntu
RUN apt update && apt upgrade -y && apt install -y dos2unix lm-sensors ipmitool wget curl git python3 python-is-python3 python3-pip gcc
RUN python -m pip install --upgrade pip
RUN python -m pip install --upgrade fan-manager
CMD ["fan-manager --intensity 5 --cold 50 --warm 80 --slow 5 --fast 100 --poll-rate 24"]
```

Docker Compose
```docker-compose
---
version: '3.9'

services:
  server_fan_speed:
    build: .
    container_name: server_fan_speed
    privileged: true
    volumes:
      - /dev/ipmi0:/dev/ipmi0
    restart: unless-stopped
```

Docker Run
```bash
docker run -it -d server_fan_speed fan-manager
```

Docker Compose
```bash
docker-compose up --build -d
```

</details>

<details>
  <summary><b>Installation Instructions:</b></summary>

Install Python Package

```bash
python -m pip install fan-manager
```

</details>

<details>
  <summary><b>Repository Owners:</b></summary>


<img width="100%" height="180em" src="https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />

![GitHub followers](https://img.shields.io/github/followers/Knucklessg1)
![GitHub User's stars](https://img.shields.io/github/stars/Knucklessg1)
</details>



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Knuckles-Team/fan-manager",
    "name": "fan-manager",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Audel Rouhi",
    "author_email": "knucklessg1@gmail.com",
    "download_url": null,
    "platform": null,
    "description": "# Fan-Manager\n\n![PyPI - Version](https://img.shields.io/pypi/v/fan-manager)\n![PyPI - Downloads](https://img.shields.io/pypi/dd/fan-manager)\n![GitHub Repo stars](https://img.shields.io/github/stars/Knuckles-Team/fan-manager)\n![GitHub forks](https://img.shields.io/github/forks/Knuckles-Team/fan-manager)\n![GitHub contributors](https://img.shields.io/github/contributors/Knuckles-Team/fan-manager)\n![PyPI - License](https://img.shields.io/pypi/l/fan-manager)\n![GitHub](https://img.shields.io/github/license/Knuckles-Team/fan-manager)\n\n![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/Knuckles-Team/fan-manager)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/Knuckles-Team/fan-manager)\n![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Knuckles-Team/fan-manager)\n![GitHub issues](https://img.shields.io/github/issues/Knuckles-Team/fan-manager)\n\n![GitHub top language](https://img.shields.io/github/languages/top/Knuckles-Team/fan-manager)\n![GitHub language count](https://img.shields.io/github/languages/count/Knuckles-Team/fan-manager)\n![GitHub repo size](https://img.shields.io/github/repo-size/Knuckles-Team/fan-manager)\n![GitHub repo file count (file type)](https://img.shields.io/github/directory-file-count/Knuckles-Team/fan-manager)\n![PyPI - Wheel](https://img.shields.io/pypi/wheel/fan-manager)\n![PyPI - Implementation](https://img.shields.io/pypi/implementation/fan-manager)\n\n*Version: 0.6.1*\n\nManager your Dell PowerEdge Fan Speed with this handy tool!\n\nThis repository is actively maintained - Contributions are welcome!\n\nContribution Opportunities:\n- Increase support of Dell PowerEdge Devices\n- Support Non-PowerEdge Devices\n- Support Non-Dell Devices\n\n<details>\n  <summary><b>Usage:</b></summary>\n\n| Short Flag | Long Flag   | Description                                            |\n|------------|-------------|--------------------------------------------------------|\n| -h         | --help      | See usage for fan-manager                              |\n| -i         | --intensity | Intensity of Fan Speed - Scales Logarithmically (0-10) |\n| -c         | --cold      | Minimum Temperature for Fan Speed                      |\n| -w         | --warm      | Maximum Temperature for Fan Speed                      |\n| -s         | --slow      | Minimum Fan Speed                                      |\n| -f         | --fast      | Maximum Fan Speed                                      |\n| -p         | --poll-rate | Poll Rate for CPU Temperature in Seconds               |\n\n</details>\n\n<details>\n  <summary><b>Example:</b></summary>\n\nPython\n```bash\nfan-manager --intensity 5 --cold 50 --warm 80 --slow 5 --fast 100 --poll-rate 24\n```\n\nDockerfile\n```dockerfile\nFROM ubuntu:latest AS ubuntu\nRUN apt update && apt upgrade -y && apt install -y dos2unix lm-sensors ipmitool wget curl git python3 python-is-python3 python3-pip gcc\nRUN python -m pip install --upgrade pip\nRUN python -m pip install --upgrade fan-manager\nCMD [\"fan-manager --intensity 5 --cold 50 --warm 80 --slow 5 --fast 100 --poll-rate 24\"]\n```\n\nDocker Compose\n```docker-compose\n---\nversion: '3.9'\n\nservices:\n  server_fan_speed:\n    build: .\n    container_name: server_fan_speed\n    privileged: true\n    volumes:\n      - /dev/ipmi0:/dev/ipmi0\n    restart: unless-stopped\n```\n\nDocker Run\n```bash\ndocker run -it -d server_fan_speed fan-manager\n```\n\nDocker Compose\n```bash\ndocker-compose up --build -d\n```\n\n</details>\n\n<details>\n  <summary><b>Installation Instructions:</b></summary>\n\nInstall Python Package\n\n```bash\npython -m pip install fan-manager\n```\n\n</details>\n\n<details>\n  <summary><b>Repository Owners:</b></summary>\n\n\n<img width=\"100%\" height=\"180em\" src=\"https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true\" />\n\n![GitHub followers](https://img.shields.io/github/followers/Knucklessg1)\n![GitHub User's stars](https://img.shields.io/github/stars/Knucklessg1)\n</details>\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Manager your Dell PowerEdge Fan Speed with this handy tool!",
    "version": "0.6.1",
    "project_urls": {
        "Homepage": "https://github.com/Knuckles-Team/fan-manager"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "85bd73e264b68aa076680bed645cbe1d1f72b6ddfc902a26d3ae6a27cbe3a268",
                "md5": "f8073ba4a5205e69b7ad4c319788aeff",
                "sha256": "174be0ff2becdc1700e079655ae7e4dc96a2ab7e434cadfb13df7c06936937ad"
            },
            "downloads": -1,
            "filename": "fan_manager-0.6.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f8073ba4a5205e69b7ad4c319788aeff",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5682,
            "upload_time": "2024-05-09T04:45:03",
            "upload_time_iso_8601": "2024-05-09T04:45:03.715470Z",
            "url": "https://files.pythonhosted.org/packages/85/bd/73e264b68aa076680bed645cbe1d1f72b6ddfc902a26d3ae6a27cbe3a268/fan_manager-0.6.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-09 04:45:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Knuckles-Team",
    "github_project": "fan-manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "fan-manager"
}
        
Elapsed time: 0.50079s