Metadata-Version: 2.1
Name: oc_log_helper
Version: 0.0.1
Summary: Let's build a new CLI application.
Author-email: 0x29a <nk0d6bxt@anonaddy.me>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Requires-Dist: click==8.0.3
Requires-Dist: pendulum==2.1.2
Requires-Dist: vext==0.7.6
Requires-Dist: vext.gi==0.7.4
Requires-Dist: togglCli==2.4.3
Project-URL: Home, https://github.com/0x29a/oc_log_helper

# oc_log_helper

> My template for small libraries and command-line tools.

[![PyPI Version][pypi-image]][pypi-url]
[![Build Status][build-image]][build-url]
[![Code Coverage][coverage-image]][coverage-url]
[![Code Quality][quality-image]][quality-url]

## Installation

1. Install `oc_log_helper`:
    ```sh
    pipx install oc_log_helper
    ```
    or
    ```sh
    pip install oc_log_helper
    ```
1. Configure toggl:
    ```sh
    toggl config
    ```
    It'll ask for token. You can generate it at the bottom of [this page](https://track.toggl.com/profile).
1. Add hotkey to quickly execute `oc_log_helper log`.

<!-- Badges -->

[pypi-image]: https://img.shields.io/pypi/v/oc_log_helper
[pypi-url]: https://pypi.org/project/oc_log_helper/
[build-image]: https://github.com/0x29a/oc_log_helper/actions/workflows/build.yml/badge.svg
[build-url]: https://github.com/0x29a/oc_log_helper/actions/workflows/build.yml
[coverage-image]: https://codecov.io/gh/0x29a/oc_log_helper/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/gh/0x29a/oc_log_helper
[quality-image]: https://api.codeclimate.com/v1/badges/3af8e49ce0ce13dca358/maintainability
[quality-url]: https://codeclimate.com/github/0x29a/oc_log_helper

