Metadata-Version: 2.1
Name: todoist_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: todoist-python==8.1.3
Project-URL: Home, https://github.com/0x29a/todoist_helper

# todoist_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 `python3-gi`:
    ```
    sudo apt install python3-gi
    ```
1. Install `todoist_helper`:
    ```sh
    pipx install todoist_helper --system-site-packages
    ```
    or
    ```sh
    pip install todoist_helper --system-site-packages
    ```
1. TODO: add about config file.
1. Add hotkey to quickly execute `todoist_helper log-work`.

<!-- Badges -->

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

