Commit graph

13 commits

Author SHA1 Message Date
e59b19d6e3
Switch to nox testing and python containers
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Switched to basic python containers, onto which the ci
steps simply install poetry.
This takes a little more processing time during pipeline running (~16s
per step),
but also gives much more flexibility in container usage.

Switching to nox for test automation across multiple python versions.

Fixing mypy library stubs missing for some imported libraries.
2022-01-19 14:44:21 +01:00
b0f8c48e99
Prepare pypi release
Added License, repository information and extended README.
Added installation instructions to README.
Added testing instructions to README.
2022-01-05 13:32:59 +01:00
031145db01
Make program downward compatible until python 3.7
Add multi-version tests with nox to keep regressions from happening.
2021-12-15 22:34:30 +01:00
09cbab9021
Add code coverage gathering 2021-12-07 15:30:09 +01:00
2d2b4430ff
Add initial cli test 2021-12-06 23:20:18 +01:00
97035d8e4c
Switch layout to src folder layout 2021-12-06 22:45:18 +01:00
0b8bddb588
Bump version 2021-12-06 20:45:08 +01:00
bea6c0eca5
Fix ability to be run via poetry and cli
Program can now be invoked through poetry for development purposes,
invoke as follows from main directory: `poetry run move`.

Alternatively, can still be invoked via `python run.py <nomie-json>` and
now via `./run.py <nomie-json>` which uses system default python
installation. For now both commands are only mainly useful from the
poetry development virtual environment itself.
2021-10-07 10:17:42 +02:00
6af4638845
Remove pandas dependencies from pyproject.timl and poetry.lock. 2021-10-07 10:17:20 +02:00
189d1bb8af
Bump version number 2021-08-30 23:40:04 +02:00
21fd1e5aaf
Fix habit import position 2021-08-28 10:59:20 +02:00
837d77481f
Add recoloring for negative trackers 2021-08-28 10:54:15 +02:00
a213afded4
initial commit 2021-08-26 21:57:49 +02:00