No project description provided
Project description
timeslime
It's a tool to track your time.
Install
pip install --upgrade timeslime
Usage
# initialize timeslime
timeslime init
# start time
timeslime start
# stop time
timeslime stop
# display time
timeslime display
Settings
Set settings
You can set timeslime settings via the CLI. For example:
timeslime settings --key timeslime_server --value http://localhost:8000/
| Key | Value | Description |
|---|---|---|
| weekly_hours | ['8:00:00', '8:00:00', '8:00:00', '8:00:00', '8:00:00', '0:00:00', '0:00:00'] | You can set your working time for each day in this array. Starting at monday. |
| timeslime_server | http://localhost:8000/ | You can run a timeslime-server to store your data. |
| username | test_user | Your username for the timeslime-server |
| password | super_secret | Your password for the timeslime-server |
| utc_offset | 3600 | You can overwrite the UTC offset in seconds. Timeslime try to detect the UTC offset by your system timezone. |
Get settings
You can get settings via the CLI. For example:
timeslime settings --key timeslime_server
Delete settings
You can delete settings via the CL. For example:
timeslime settings --key timeslime_server --delete
Getting started
git clone https://gitlab.com/lookslikematrix/timeslime.git
cd timeslime
pipenv install --dev
pipenv shell
pytest tests -m "not server"
Test with timeslime server.
docker run -d -p 8000:8000 --name timeslime-server lookslikematrix/timeslime-server:v1.4.8
pytest tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
timeslime-1.6.0-py3-none-any.whl
(14.6 kB
view details)
File details
Details for the file timeslime-1.6.0-py3-none-any.whl.
File metadata
- Download URL: timeslime-1.6.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd880afcfd88dc5684c39b88004c3820772329fc5c07cc5f859e02c50213a581
|
|
| MD5 |
77db0e97f19a80f3bf06ac9daf3ed08b
|
|
| BLAKE2b-256 |
a56ea088c8226c29eeb14a0aa798df6303d8486e67cc2821016218064d95bd84
|