You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jakub Valenta 39ceb88ae1 Update google-sheets-wrapper to fix OOB auth 1 year ago
art_account Update google-sheets-wrapper to fix OOB auth 1 year ago
.gitignore Makefile: Support makefile vars set externally 3 years ago
Makefile Use poetry 1 year ago
README.md Use poetry 1 year ago
art-account Use poetry 1 year ago
poetry.lock Update google-sheets-wrapper to fix OOB auth 1 year ago
pyproject.toml Update google-sheets-wrapper to fix OOB auth 1 year ago
setup.cfg Use poetry 1 year ago

README.md

Art Account

Create a Google Sheet from bank account transactions.

Installation

Arch Linux

# pacman -S python-poetry
$ make setup

Other systems

Install these dependencies manually:

  • Python >= 3.7
  • poetry

Then run:

$ make setup

Usage

See the help for all command line options:

$ ./art-account --help

Development

Testing and linting

$ make test
$ make lint

Help

$ make help

Contributing

All rights reserved.