bch-firmware-tool

HARDWARIO Firmware Tool (Python Application «bcf»)

https://github.com/hardwario/bch-firmware-tool

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.5%) to scientific vocabulary

Keywords

cli firmware flasher hardwario python tower
Last synced: 6 months ago · JSON representation

Repository

HARDWARIO Firmware Tool (Python Application «bcf»)

Basic Info
  • Host: GitHub
  • Owner: hardwario
  • License: mit
  • Language: Python
  • Default Branch: master
  • Homepage:
  • Size: 183 KB
Statistics
  • Stars: 9
  • Watchers: 4
  • Forks: 1
  • Open Issues: 1
  • Releases: 57
Topics
cli firmware flasher hardwario python tower
Created over 8 years ago · Last pushed almost 3 years ago
Metadata Files
Readme License

README.md

HARDWARIO Logo

Host Application - HARDWARIO Firmware Tool

Travis Release License PyPI Twitter

This repository contains HARDWARIO Firmware Tool.

Installing

You can install bcf directly from PyPI:

sh sudo pip3 install -U bcf

Enabling Completion

  • For Bash Complete add this line to .bashrc eval "$(_BCF_COMPLETE=bash_source bcf)" Then run this command to reload .bashrc source ~/.bashrc

  • For Zsh Complete add this line to .zshrc eval "$(_BCF_COMPLETE=zsh_source bcf)"

Now you can for example write bcf --de, press TAB and --device text is automatically completed.

Usage

```

bcf help

Usage: bcf [OPTIONS] COMMAND [ARGS]...

HARDWARIO Firmware Tool.

Options: -d, --device TEXT Device path. --version Show the version and exit. --help Show this message and exit.

Commands: clean Clean cache. create Create new firmware. devices Print available devices. eeprom Work with EEPROM. flash Flash firmware. ftdi Update USB descriptors in the FTDI chip. help Show help. list List firmware. log Show log. pull Pull firmware to cache. read Download firmware to file. reset Reset core module. search Search in firmware names and descriptions. source Firmware source. test Test firmware source. update Update list of available firmware. ```

License

This project is licensed under the MIT License - see the LICENSE file for details.


Made with ❤  by HARDWARIO a.s. in the heart of Europe.

Owner

  • Name: HARDWARIO
  • Login: hardwario
  • Kind: organization
  • Email: ask@hardwario.com
  • Location: Liberec, Czechia

Low-Power IoT Devices • Wireless Technologies • Custom Embedded Engineering

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 199
  • Total Committers: 13
  • Avg Commits per committer: 15.308
  • Development Distribution Score (DDS): 0.146
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Karel Blavka k****a@b****m 170
Jan Janak j****n@j****g 10
Pavel Hübner p****r@b****m 4
Jakub Smejkal s****9@g****m 3
Martin Hub h****n 2
PexMor p****k@x****z 2
worepix 3****x 2
Lukas Fabik l****k@b****m 1
Michal Mühlpachr m****r@b****m 1
Karel Blavka k****a@h****m 1
Pavel Hübner p****r@h****m 1
Martin Grames m****s@l****z 1
Michal Mühlpachr m****r 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 3
  • Total pull requests: 12
  • Average time to close issues: 7 days
  • Average time to close pull requests: 14 days
  • Total issue authors: 3
  • Total pull request authors: 5
  • Average comments per issue: 4.33
  • Average comments per pull request: 0.5
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sakul95 (1)
  • mixicz (1)
  • janakj (1)
Pull Request Authors
  • janakj (7)
  • PexMor (2)
  • muhlpachr (1)
  • blavka (1)
  • lukas-bigclown (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

requirements-dev.txt pypi
  • pycodestyle * development
requirements.txt pypi
  • Click >=8.0
  • PyYAML >=6.0
  • appdirs >=1.4
  • colorama >=0.4
  • intelhex >=2.2.1
  • packaging *
  • pyftdi >=0.53
  • pyserial >=3.5
  • requests >=2.27
  • schema >=0.7
.github/workflows/main.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/publish.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish 27b31702a0e7fc50959f5ad993c78deac1bdfc29 composite
setup.py pypi