Metadata-Version: 2.4
Name: asup
Version: 0.0.21
Summary: Minimalist to-do list
Project-URL: Documentation, https://github.com/Viktor Hronec/asup#readme
Project-URL: Issues, https://github.com/Viktor Hronec/asup/issues
Project-URL: Source, https://github.com/Viktor Hronec/asup
Author-email: Viktor Hronec <zamr666@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: attrs==25.3.0
Requires-Dist: brother-ql==0.9.4
Requires-Dist: click==8.2.1
Requires-Dist: future==1.0.0
Requires-Dist: imgkit==1.2.3
Requires-Dist: jinja2==3.1.6
Requires-Dist: linkify-it-py==2.0.3
Requires-Dist: markdown-it-py[linkify,plugins]==3.0.0
Requires-Dist: markupsafe==3.0.2
Requires-Dist: mdit-py-plugins==0.4.2
Requires-Dist: mdurl==0.1.2
Requires-Dist: packbits==0.6
Requires-Dist: pillow==9.5.0
Requires-Dist: platformdirs==4.3.8
Requires-Dist: pygments==2.19.1
Requires-Dist: pyusb==1.3.1
Requires-Dist: rich==14.0.0
Requires-Dist: six==1.17.0
Requires-Dist: textual==3.4.0
Requires-Dist: typing-extensions==4.14.0
Requires-Dist: uc-micro-py==1.0.3
Description-Content-Type: text/markdown

# asup

[![PyPI - Version](https://img.shields.io/pypi/v/asup.svg)](https://pypi.org/project/asup)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/asup.svg)](https://pypi.org/project/asup)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install asup
# for printing on brother QL printers:
sudo apt-get install wkhtmltopdf
# fill out ENV vars:
export BROTHER_QL_PRINTER=tcp://192.168.1.107:9100
export BROTHER_QL_MODEL=QL-820NWB
```

## Usage

```bash
asup
```

## License

`asup` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
