A pypi package containing avrdude binaries for Windows
Project description
avrdude_windows
This package installs the avrdude (x32 and x64-only) binaries for Windows via pypi/pip. There is a single python function in this library which allows you to get the path of the avrdude executable:
from avrdude_windows import get_avrdude_path
print(get_avrdude_path())
The MIT license in this repository only applies to the single python function mentioned above - avrdude is licensed separately. Source code and binary releases for avrdude can be found in the project repository.
If you are using Mac, you should use Homebrew instead:
brew install avrdude
Or on Linux, you should use the package manager of your distribution, for example:
sudo apt install avrdude
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
avrdude_windows-0.1.2.tar.gz
(1.1 MB
view hashes)
Built Distribution
Close
Hashes for avrdude_windows-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe3fc3ce4c65728da50c55a44a1a92f85b39ff75ffcb6568f5d3b5eaa0a53da1 |
|
MD5 | d02eb038a54a6ce6756834ed5f97c105 |
|
BLAKE2b-256 | 14a0814eaf92787de56ad5fa44ed30682f0f7d5f976bd0b8bd4fe4e5fa7f37c4 |