https://github.com/Czarified/thymed
Simple time-tracking in pure python.
https://github.com/Czarified/thymed
python time time-tracking tracking
Last synced: 8 months ago
JSON representation
Simple time-tracking in pure python.
- Host: GitHub
- URL: https://github.com/Czarified/thymed
- Owner: Czarified
- License: mit
- Created: 2022-07-04T14:39:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T09:45:05.000Z (9 months ago)
- Last Synced: 2024-11-02T07:51:44.921Z (9 months ago)
- Topics: python, time, time-tracking, tracking
- Language: Python
- Homepage:
- Size: 1.04 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-starred - Czarified/thymed - Simple time-tracking in pure python. (python)
- awesome-time-tracking - thymed - A simple time-tracking tool written in pure Python, suitable for basic time tracking needs. `open-source` `command-line` `python` `simple` (Time Tracking CLI Tools)
README
# Thymed
[][pypi status]
[][pypi status]
[][pypi status]
[][license][][read the docs]
[][tests]
[][codecov][][pre-commit]
[][black][pypi status]: https://pypi.org/project/thymed/
[read the docs]: https://thymed.readthedocs.io/
[tests]: https://github.com/czarified/thymed/actions?workflow=Tests
[codecov]: https://app.codecov.io/gh/czarified/thymed
[pre-commit]: https://github.com/pre-commit/pre-commit
[black]: https://github.com/psf/black## Features
- Flexible ChargeCode system with no limits on the number of codes you can define.
- Simple method to "punch" a ChargeCode. Punching logs the current timestamp and changes the "state" of the ChargeCode (active/passive or "on/off the clock").
- All data is stored locally! It's yours, you have complete control over it! There's no online backups, no phoning home, no licensing.
- Command-Line Interface (CLI) for creating, listing, and punching in/out of charge codes.## Requirements
- No major requirements. If you have a Python version >= 3.8, you're good to go! Check out the installation section below.
- Being familiar with the command-line is a plus. If the terminal scares you, this might not be the right tool for you.
- Thymed uses [Rich](https://github.com/Textualize/rich) for console markup. A modern terminal will make output much prettier! :wink:## Installation
You can install _Thymed_ via [pip] from [PyPI]:
```console
$ pip install thymed
```## Usage
Please see the [Command-line Reference] for details.
## Contributing
Contributions are very welcome.
To learn more, see the [Contributor Guide].## License
Distributed under the terms of the [MIT license][license],
_Thymed_ is free and open source software.## Issues
If you encounter any problems,
please [file an issue] along with a detailed description.## Credits
This project was originally generated from [@cjolowicz]'s [Hypermodern Python Cookiecutter] template.
[@cjolowicz]: https://github.com/cjolowicz
[pypi]: https://pypi.org/
[hypermodern python cookiecutter]: https://github.com/cjolowicz/cookiecutter-hypermodern-python
[file an issue]: https://github.com/czarified/thymed/issues
[pip]: https://pip.pypa.io/[license]: https://github.com/czarified/thymed/blob/master/LICENSE
[contributor guide]: https://github.com/czarified/thymed/blob/master/CONTRIBUTING.md
[command-line reference]: https://thymed.readthedocs.io/en/latest/usage.html