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.
|
1 year ago | |
---|---|---|
art_account | 1 year ago | |
.gitignore | 3 years ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
art-account | 1 year ago | |
poetry.lock | 1 year ago | |
pyproject.toml | 1 year ago | |
setup.cfg | 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.