Metadata-Version: 2.1
Name: book-queue
Version: 0.1.0
Summary: 
Author: ShaddyDC
Author-email: shaddy@shaddy.dev
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: SQLAlchemy (>=1.4.34,<2.0.0)
Requires-Dist: tabulate (>=0.8.9,<0.9.0)
Requires-Dist: typer[all] (>=0.4.1,<0.5.0)
Description-Content-Type: text/markdown

# Book-Queue

Simple tool to manage a collection of in-progress books to get a varied reading intake, written in Python with [Poetry](https://python-poetry.org/), [Typer](https://typer.tiangolo.com/), and [SQLAlchemy](https://www.sqlalchemy.org/).

## Features

- Manage books in collection
- Prioritise queue based on importance and time since last access
- Read books (by default in [Zathura](https://pwmt.org/projects/zathura/))

```
> book-queue read
| No  | File                                                                                             | Acc Prio    | Prio | Modified                   |
| --- | ------------------------------------------------------------------------------------------------ | ----------- | ---- | -------------------------- |
| 1   | Introduction_to_algorithms-3rd Edition.pdf                                                       | 0.0107284   | 50   | 2022-04-01 15:00:57.944001 |
| 2   | Adrian Ostrowski_ Piotr Gaczkowski - Software Architecture with C++-Packt Publishing (2021).epub | 0.000870491 | 10   | 2022-04-01 15:01:08.961704 |

```


