Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.44 KB

README_project.md

File metadata and controls

46 lines (33 loc) · 1.44 KB

PROJECT_NAME_URL

A one-liner description of your project goes here.

Build Status PyPi Licence

Showcase

A longer paragraph description of your project goes here.

Install

* activate:        Activates the virtual environment.
* clean:           Cleans the environment, Overwrites the pyproject.toml file
* create:          Inits the poetry virtual environment and installs baseline packages.
* deps:            Install the dependencies.
* install:         installs the poetry environment with dependencies.
* lint:            Lints the project using ruff --fix
* release:         uses pyinstaller to package your Python application into a single package
* run:             Run the script main.py
* test:            Tests the project.
* update:          updates dependency versions
* vulncheck:        Checks for vulnerabilities in the project

Usage

Usage instructions go here.

venv/bin/python my_script.py

Development

# Get a comprehensive list of development tools
make help