Metadata-Version: 2.1
Name: bth
Version: 0.1.0
Summary: Time tracker for your hourly freelance projects(or just a time tracker for your projects)
Home-page: https://github.com/meetmangukiya/bth-py
Author: Meet Mangukiya
Author-email: meetmangukiya98@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: click


# bth-py

Supposed to be like the upwork time tracker i.e. a time tracking application
for your freelance projects that are not on upwork but when you'd like to
produce some proof for your employer.

## Installation

1. Install from source
    `pip install -e .`
2. Install from PyPI
    `pip install bth`

## Usage

```
Usage: bth [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  ls      Shows the list of all current projects.
  new     Creates a new project.
  show    Show work sessions of a particular project.
  start   Start a new work session on a given project.
  status  Shows the status, whether working or not? If working, how long
          has...
  stop    Stop current work session.
```


