Commit Graph

10 Commits

Author SHA1 Message Date
Marty Oehme 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
Marty Oehme 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
Marty Oehme ebb916a911
Fix README by removing internal details 2021-12-06 20:40:37 +01:00
Marty Oehme 3da96a3ef8
Add all simultaneous activities to loop
While in nomie, multiple occurences of the same activity can be recorded
in one single event (e.g. you smoked multiple cigarettes and now record
that fact), Loop has no such concept.

Thus, we work around it by fudging the duplicate timestamps ever so
slightly (one millisecond each) and then adding them to the database.
2021-12-06 20:40:37 +01:00
Marty Oehme 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
Marty Oehme 3184e5d6fa
Add database merging to README 2021-08-28 23:07:30 +02:00
Marty Oehme 1a5004e333
Add range habits 2021-08-28 22:03:45 +02:00
Marty Oehme 7c606436eb
Fix habit creation
Habit creation fully works successfully for the first time with this
setup.
2021-08-27 23:34:19 +02:00
Marty Oehme f5e8861252
Put loop code into own file 2021-08-27 10:11:00 +02:00
Marty Oehme c8f6e034a5
Create loop sqlite tables 2021-08-26 23:13:56 +02:00