| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the skeleton for the CLI Python-based application, designed in accordance with best practice, including:
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txtpytest
python3 app.py -o test.txtflake8 is a popular linter that comments on the style of code in relation to the PEP 8
flake8 --config flake8| Back | FazBrowse Home | New Git URL |