Go to file
Andreas Zweili 80d77d03a2 Upgrade pyinstaller 2023-05-30 15:11:56 +02:00
.vscode some changes 2021-11-08 15:50:16 +01:00
requirements Upgrade pyinstaller 2023-05-30 15:11:56 +02:00
tests refactor code 2021-12-29 11:11:27 +01:00
todoist_interface Verify Gitlab certs 2023-05-30 15:07:02 +02:00
.coveragerc fix the coverage file 2021-11-08 16:13:45 +01:00
.envrc Enable direnv support 2023-04-06 11:29:17 +02:00
.flake8 add settings for coverage and flake8 2021-11-06 19:35:16 +01:00
.gitignore Ignore direnv directory 2023-04-06 11:37:54 +02:00
LICENSE Initial commit 2021-11-05 17:03:13 +01:00
README.md Extend README 2023-04-06 11:42:10 +02:00
flake.lock Update inputs 2023-04-06 11:37:03 +02:00
flake.nix Add path to build command 2023-04-06 14:47:59 +02:00
setup.py add files 2021-11-06 19:06:34 +01:00
todoist_interface.bat add files to be able to use it as a windows scheduled task 2021-11-10 09:54:03 +01:00
todoist_interface.vbs add files to be able to use it as a windows scheduled task 2021-11-10 09:54:03 +01:00
todoist_interface.yml.example add a class for Mantishub 2021-11-06 21:27:27 +01:00

README.md

todoist_interface

Development

The flake works currently only partially for development.

Working with a virtualenv works better.

python -m venv venv
source venv/bin/activate
pip install -r requirements/development.txt
pip install -e .