Skip to content

Nalluri-Prasanth/QB_Connector_Invoice_Python_Fall_2025

 
 

Repository files navigation

Invoice Connector

Setup Project

Once you forked and cloned the repo, run:

poetry install

to install dependencies. Then write code in the src/ folder.

Quality Check

To setup pre-commit hook (you only need to do this once):

poetry run pre-commit install

To manually run pre-commit checks:

poetry run pre-commit run --all-file

To manually run ruff check and auto fix:

poetry run ruff check --fix

Test

Run

poetry run pytest

Build

To be filled by student. The CLI project needs to be built as an .exe file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%