Skip to content

Bondifuzz/bondi-python

Repository files navigation

Bondi

Bondifuzz command line interface implemented in python

Install and run

Using python 3.7+

git clone https://github.com/Bondifuzz/bondi-python.git
pip install --user bondi-python
bondi --help

Code documentation

TODO

Running tests

TODO

Spell checking

Download cspell and run to check spell in all sources

sudo apt install nodejs npm
sudo npm install -g cspell
sudo npm install -g @cspell/dict-ru_ru
cspell link add @cspell/dict-ru_ru
cspell "**/*.{py,md,txt}"

VSCode extensions

  • ms-python.python
  • ms-python.vscode-pylance
  • streetsidesoftware.code-spell-checker
  • streetsidesoftware.code-spell-checker-russian

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published