-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
41 lines (31 loc) · 842 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
+------------------+
| GENTLE REMINDERS |
+------------------+
Install locally
---------------
pip install -e .
Create distribution
-------------------
python setup.py sdist bdist_wheel
Upload project
--------------
twine upload [-r testpypi] dist/<package version>*
Test project
------------
pip install --index-url https://test.pypi.org/simple/ --extra-index-url
https://pypi.org/simple <package name>
Create Git Tag (For releases)
-----------------------------
git tag <version>
git push origin <version>
--------------------------------------------------------------------------------
+-------+
| TO-DO |
+-------+
1. Timer
- Pause / Resume
- Repeating (tempus timer -r/--repeat 30s)
- Save duration with keywords (tempus timer egg)
- Infer duration with time (tempus timer 6pm , tempus timer 7.30am )
2. Stopwatch
3. Metronome