Metadata-Version: 2.4
Name: asup
Version: 0.0.12
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: certifi==2025.6.15
Requires-Dist: charset-normalizer==3.4.2
Requires-Dist: click==8.2.1
Requires-Dist: future==1.0.0
Requires-Dist: html2image==2.0.7
Requires-Dist: idna==3.10
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: requests==2.32.4
Requires-Dist: rich==14.0.0
Requires-Dist: textual==3.3.0
Requires-Dist: typing-extensions==4.14.0
Requires-Dist: uc-micro-py==1.0.3
Requires-Dist: urllib3==2.4.0
Requires-Dist: websocket-client==1.8.0
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
```

## Usage

```bash
asup
```

## License

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