nowfocus 0.2.13__py3-none-any.whl → 0.4.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nowfocus/__main__.py +89 -83
- nowfocus/conf.py +4 -5
- nowfocus/connectors/todotxt.py +8 -3
- nowfocus/connectors/txt.py +14 -2
- nowfocus/connectors/vikunja.py +16 -17
- nowfocus/new_task_dialog.py +3 -4
- nowfocus/settings.py +10 -51
- nowfocus/styles.css +9 -11
- nowfocus/task_window.py +125 -66
- nowfocus/user_idle_time.py +82 -0
- nowfocus/utils.py +231 -127
- {nowfocus-0.2.13.dist-info → nowfocus-0.4.2.dist-info}/METADATA +26 -24
- {nowfocus-0.2.13.dist-info → nowfocus-0.4.2.dist-info}/RECORD +17 -16
- {nowfocus-0.2.13.dist-info → nowfocus-0.4.2.dist-info}/WHEEL +0 -0
- {nowfocus-0.2.13.dist-info → nowfocus-0.4.2.dist-info}/entry_points.txt +0 -0
- {nowfocus-0.2.13.dist-info → nowfocus-0.4.2.dist-info}/licenses/LICENSE +0 -0
- {nowfocus-0.2.13.dist-info → nowfocus-0.4.2.dist-info}/top_level.txt +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nowfocus
|
|
3
|
-
Version: 0.2
|
|
3
|
+
Version: 0.4.2
|
|
4
4
|
Summary: nowfocus: the open source task-tracking self-control panel.
|
|
5
|
-
Author:
|
|
6
|
-
Project-URL: Homepage, https://
|
|
5
|
+
Author: AltruistEnterprises
|
|
6
|
+
Project-URL: Homepage, https://www.nowfocus.org
|
|
7
|
+
Project-URL: repository, https://codeberg.org/AltruistEnterprises/nowfocus
|
|
7
8
|
Classifier: Programming Language :: Python :: 3
|
|
8
9
|
Classifier: Operating System :: OS Independent
|
|
9
10
|
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
|
|
@@ -14,17 +15,13 @@ License-File: LICENSE
|
|
|
14
15
|
Requires-Dist: psutil
|
|
15
16
|
Requires-Dist: pygobject==3.50.0
|
|
16
17
|
Requires-Dist: pycairo==1.27
|
|
17
|
-
Requires-Dist: meson
|
|
18
|
-
Requires-Dist: meson-python
|
|
19
18
|
Requires-Dist: attrs
|
|
20
19
|
Requires-Dist: caldav
|
|
21
20
|
Requires-Dist: certifi
|
|
22
21
|
Requires-Dist: charset-normalizer
|
|
23
|
-
Requires-Dist: dbus-idle
|
|
24
|
-
Requires-Dist: dbus-python
|
|
25
22
|
Requires-Dist: icalendar
|
|
26
23
|
Requires-Dist: idna
|
|
27
|
-
Requires-Dist:
|
|
24
|
+
Requires-Dist: pywin32>=221; platform_system == "Windows"
|
|
28
25
|
Requires-Dist: kitchen
|
|
29
26
|
Requires-Dist: lxml
|
|
30
27
|
Requires-Dist: playsound3
|
|
@@ -42,12 +39,11 @@ Requires-Dist: tzlocal
|
|
|
42
39
|
Requires-Dist: urllib3
|
|
43
40
|
Requires-Dist: vobject
|
|
44
41
|
Requires-Dist: x-wr-timezone
|
|
45
|
-
Requires-Dist: watchdog
|
|
46
42
|
Dynamic: license-file
|
|
47
43
|
|
|
48
|
-
<div align="center"><img src="https://
|
|
44
|
+
<div align="center"><img src="https://www.nowfocus.org/android-chrome-192x192.png" width="60" align="center">
|
|
49
45
|
|
|
50
|
-
#
|
|
46
|
+
# <a href="https://www.nowfocus.org/">*Nowfocus*</a> <br> Open-source task timer for Linux
|
|
51
47
|
|
|
52
48
|
**Avoid multifailing. Master your to-do lists. Track your time.**
|
|
53
49
|
|
|
@@ -102,17 +98,16 @@ nowfocus is a clean, keyboard-driven time management dashboard that flexibly con
|
|
|
102
98
|
|
|
103
99
|
## Installation
|
|
104
100
|
|
|
101
|
+
<!-- # note: gir1.2-appindicator3-0.1 can be substituted for gir1.2-ayatanaappindicator3-0.1 -->
|
|
102
|
+
|
|
105
103
|
1. Run the following in terminal to install and setup:
|
|
106
104
|
```
|
|
107
105
|
# Install dependencies
|
|
108
|
-
sudo apt install pipx gir1.2-
|
|
109
|
-
|
|
110
|
-
# note gir1.2-ayatanaappindicator3-0.1 can be substituted for gir1.2-appindicator3-0.1
|
|
106
|
+
sudo apt install pipx gir1.2-ayatanaappindicator3-0.1 libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev xprintidle
|
|
111
107
|
|
|
112
108
|
# Set up pipx
|
|
113
109
|
pipx ensurepath
|
|
114
|
-
|
|
115
|
-
# At this point you may need to source your .bashrc (or open a new terminal)
|
|
110
|
+
source ~/.bashrc
|
|
116
111
|
|
|
117
112
|
# Install nowfocus
|
|
118
113
|
pipx install nowfocus
|
|
@@ -174,14 +169,21 @@ Open nowfocus **Settings** from the indicator menu or tasks window and connect y
|
|
|
174
169
|
- Start with targeted verbose logging use: `nowfocus -s trello`
|
|
175
170
|
|
|
176
171
|
|
|
177
|
-
##
|
|
178
|
-
|
|
179
|
-
### Install from Source
|
|
172
|
+
## Reporting Issues
|
|
173
|
+
[Open an issue on Codeberg](https://codeberg.org/AltruistEnterprises/nowfocus/issues) (Please include as much detail as you can.)
|
|
180
174
|
|
|
181
|
-
- Install dependencies from above.
|
|
182
|
-
- Clone this repo somewhere (referred to as `YOUR_INSTALL_PATH`)
|
|
183
|
-
- Change to `YOUR_INSTALL_PATH` directory with `cd YOUR_INSTALL_PATH/nowfocus`
|
|
184
|
-
- build python module with `python3 -m build` (this should be done in a venv and will require some dependecies...)
|
|
185
|
-
- pipx install -e --force YOUR_INSTALL_PATH/monotask/
|
|
186
175
|
|
|
176
|
+
## Development
|
|
177
|
+
[Fork **nowfocus** source code on Codeberg (GPL)](https://codeberg.org/AltruistEnterprises/nowfocus/issues)
|
|
178
|
+
|
|
179
|
+
### Install From Source
|
|
180
|
+
```
|
|
181
|
+
git clone https://codeberg.org/AltruistEnterprises/nowfocus/nowfocus.git
|
|
182
|
+
cd nowfocus
|
|
183
|
+
python3 -m venv .venv/nowfocus-build
|
|
184
|
+
source .venv/nowfocus-build/bin/activate
|
|
185
|
+
pip install -r build-requirements.txt
|
|
186
|
+
python3 -m build
|
|
187
|
+
pipx install -e --force YOUR_INSTALL_PATH
|
|
188
|
+
```
|
|
187
189
|
<!--built with python + GTK -->
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
nowfocus/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
2
|
-
nowfocus/__main__.py,sha256=
|
|
3
|
-
nowfocus/conf.py,sha256=
|
|
2
|
+
nowfocus/__main__.py,sha256=UlZn9O7eSKJRDxG5GrYSfBmRAKX0yweq80sxz59pIXU,32401
|
|
3
|
+
nowfocus/conf.py,sha256=5YLSw3ZipFyq62rOQYruIo_yCPn_f8YoyLHWpUYiE3g,6942
|
|
4
4
|
nowfocus/example-todo.txt,sha256=HRaNcPB1k8cksTtJS1GPqMjOdOY3gAUTWiSL0_ip0q8,265
|
|
5
|
-
nowfocus/new_task_dialog.py,sha256=
|
|
5
|
+
nowfocus/new_task_dialog.py,sha256=GG49tOAwXiUKAHeaKnCG8Q3SZlL5pJijRZEcSjMwQng,4350
|
|
6
6
|
nowfocus/session_edit_dialog.py,sha256=V2QWSdNaxsQHRcG28CJBQM2sa45m5RNcu_suQF26mkM,6912
|
|
7
7
|
nowfocus/session_options.py,sha256=QVwJA53U7qZsbLe-OFr6UuFeaquco_yps_CRXsQ2_q4,5078
|
|
8
8
|
nowfocus/sessions.csv,sha256=kYpr06yQg_J86NQ4AiYw4RnQchcw3ouPKVYa1lYDUNo,39
|
|
9
|
-
nowfocus/settings.py,sha256=
|
|
10
|
-
nowfocus/styles.css,sha256=
|
|
11
|
-
nowfocus/task_window.py,sha256=
|
|
12
|
-
nowfocus/
|
|
9
|
+
nowfocus/settings.py,sha256=Ufabuqd90tTDlzXB68jsbDz7233CEMsjnmPzaTSEHLI,35150
|
|
10
|
+
nowfocus/styles.css,sha256=PG1SrLkwSSay8M2VKeRcE0UdK54ndsEDFnRLRkmP-9M,510
|
|
11
|
+
nowfocus/task_window.py,sha256=o9O0vv-uTvNO6pelyJ8YRgMeJsiYQd_zqm6-9JMzjBY,28367
|
|
12
|
+
nowfocus/user_idle_time.py,sha256=kPZ_bhoBdVMIBJXn2602FUfS4r-u8FnTq5Ze9D5QfHE,2363
|
|
13
|
+
nowfocus/utils.py,sha256=fkixBjP3_vpxDENoRQcOL1LUDYJEONlZvoXeU4qSqZE,49784
|
|
13
14
|
nowfocus/connectors/activitywatch.py,sha256=QbkOmjIOiVwccWc2xhhePd0Abww5vEiVpCNjeqOyYGg,921
|
|
14
15
|
nowfocus/connectors/caldav.py,sha256=PeM_9yJC8W17L8Y5AyS75o6GfzTrPoMYKIvetND8T78,5089
|
|
15
16
|
nowfocus/connectors/csv.py,sha256=FwMpHM5lPIT90HKBCQUncpaW7zqFjlHjMwKR0-XWg-4,821
|
|
@@ -17,10 +18,10 @@ nowfocus/connectors/psc_timetracker.py,sha256=gyx0bQkOC467lkF7tTcoKD451u3WPEEBjA
|
|
|
17
18
|
nowfocus/connectors/taskwarrior.py,sha256=bs1h5lxPxruNb6Pqf6HP-Do29i6NUdbBVDp_D5s06Ps,3172
|
|
18
19
|
nowfocus/connectors/timewarrior.py,sha256=0Hra0GVPYdRqGtG_TbH3gzfUl192hH1DO2_WrDdrACM,698
|
|
19
20
|
nowfocus/connectors/todo_template.py,sha256=R37fA2LXo8_LpWIgqozytI5RqIUjGggFHup25xTykII,1572
|
|
20
|
-
nowfocus/connectors/todotxt.py,sha256=
|
|
21
|
+
nowfocus/connectors/todotxt.py,sha256=QCZjbIhY4Lm37YD0GsKJQUqbj7s3eYmZGgRwUCndZ5w,3857
|
|
21
22
|
nowfocus/connectors/trello.py,sha256=VqwnvHGXXcljmdf6kRZcE6sfeBQYhped_KVBEBOzWXM,6072
|
|
22
|
-
nowfocus/connectors/txt.py,sha256=
|
|
23
|
-
nowfocus/connectors/vikunja.py,sha256=
|
|
23
|
+
nowfocus/connectors/txt.py,sha256=iskJsw3dZnI4bIeEDtZCY-aQfKRKtoGATEJ0k13npxI,8125
|
|
24
|
+
nowfocus/connectors/vikunja.py,sha256=Lg1lgF3C5B606CUf3-U8pVtPt7Cp6IKkT5wFN779V8w,10799
|
|
24
25
|
nowfocus/desktop-extras/nowfocus.desktop,sha256=0kWsx0ZfvPbubGG1uuFSHxxYUw2GV9Ly_rtlboM1mak,294
|
|
25
26
|
nowfocus/desktop-extras/nowfocus.png,sha256=P5rn6-0EAJa2WXf4SJoaNtLRUfiV3LdsOroPKsR6GfA,15148
|
|
26
27
|
nowfocus/desktop-extras/nowfocus.svg,sha256=nps7naZzuhWWuKzQbpvxr9wLyzjmzMPzNHSBQMVetOo,2137
|
|
@@ -49,9 +50,9 @@ nowfocus/icon/settings.svg,sha256=fgkGJouPPtZLxZn2nr_5pEp9MdhRSRaW9mtdxhJHDuQ,39
|
|
|
49
50
|
nowfocus/sound/bell-xylophone-g.mp3,sha256=1OBcRWvD87AGNcq1uZFR8HqG0nanJykImERfVDVxHD4,53891
|
|
50
51
|
nowfocus/sound/dinner-bell.mp3,sha256=hjjO0xqA4uXpYw9KLwwlBnrVfRhVq1K5OXzwlMXhRn4,113620
|
|
51
52
|
nowfocus/sound/xylophone-chord.mp3,sha256=gwgBSqhMt5PMzT5N03Z6TvDgipQZfnkEz_o81Rq5Z1U,131806
|
|
52
|
-
nowfocus-0.2.
|
|
53
|
-
nowfocus-0.2.
|
|
54
|
-
nowfocus-0.2.
|
|
55
|
-
nowfocus-0.2.
|
|
56
|
-
nowfocus-0.2.
|
|
57
|
-
nowfocus-0.2.
|
|
53
|
+
nowfocus-0.4.2.dist-info/licenses/LICENSE,sha256=fSJzoHs1EOCwEd7FIyokFeGEma7NKmTVEdHkCr5OIV4,35127
|
|
54
|
+
nowfocus-0.4.2.dist-info/METADATA,sha256=MUKTtnWDa08P4w_Z0FmW3QvI9-Q6aA11bmNYV-duISU,7141
|
|
55
|
+
nowfocus-0.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
56
|
+
nowfocus-0.4.2.dist-info/entry_points.txt,sha256=RbYY19-irSoNVglNeNnL9D36cHft7aKsaEGEYoSH3pA,51
|
|
57
|
+
nowfocus-0.4.2.dist-info/top_level.txt,sha256=3uLd9BwmfarZwqVUxkSJuVwJ8qHzjThte8rt_UYG7tE,9
|
|
58
|
+
nowfocus-0.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|