Metadata-Version: 2.1
Name: hyperfocus
Version: 0.1.0
Summary: Minimalist task manager.
Home-page: https://github.com/u8slvn/hyperfocus
License: MIT
Keywords: cli,todo,todolist,todo-list,task-list,productivity
Author: u8slvn
Author-email: u8slvn@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: peewee (>=3.14.8,<4.0.0)
Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Project-URL: Repository, https://github.com/u8slvn/hyperfocus
Description-Content-Type: text/markdown

<p align="center">
    <a href="#readme">
        <img alt="HyperFocus logo" src="https://raw.githubusercontent.com/u8slvn/hyperfocus/main/_statics/logo.png">
    </a>
</p>
<p align="center">
    <a href="https://pypi.org/project/hyperfocus/">
        <img src="https://img.shields.io/pypi/v/hyperfocus.svg" alt="Pypi Version">
    </a>
    <a href="https://pypi.org/project/hyperfocus/">
        <img src="https://img.shields.io/pypi/pyversions/hyperfocus" alt="Python Version">
    </a>
    <a href="https://github.com/u8slvn/hyperfocus/actions/workflows/ci.yml">
        <img src="https://img.shields.io/github/workflow/status/u8slvn/hyperfocus/CI/main" alt="CI">
    </a>
    <a href="https://coveralls.io/github/u8slvn/hyperfocus?branch=main">
        <img src="https://coveralls.io/repos/github/u8slvn/hyperfocus/badge.svg?branch=main" alt="Coverage Status">
    </a>
    <a href="https://app.codacy.com/gh/u8slvn/hyperfocus/dashboard">
        <img src="https://img.shields.io/codacy/grade/01ddd5668dbf4fc09f20ef215d0eec0b" alt="Code Quality">
    </a>
    <a href="https://pypi.org/project/hyperfocus/">
        <img src="https://img.shields.io/pypi/l/hyperfocus" alt="Project license">
    </a>
</p>

---

```sh
$ pipx install hyperfocus
```

