Metadata-Version: 2.1
Name: rosinenpicker
Version: 0.0.2
Summary: A package for rosinenpicking
Project-URL: Homepage, https://github.com/joheli/rosinenpicker
Project-URL: Issues, https://github.com/joheli/rosinenpicker/issues
Author-email: Johannes Elias <joheli@gmx.net>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: pydantic>=2.6.1
Requires-Dist: pymupdf>=1.23.22
Requires-Dist: pyyaml>=6.0.1
Requires-Dist: sqlalchemy>=2.0.27
Description-Content-Type: text/markdown

# rosinenpicker

![Python Packaging](https://github.com/joheli/rosinenpicker/workflows/Packaging/badge.svg)

'Rosinenpicker' is German for 'cherry picker'. Which explains what this program does: it goes through a list of documents to extract *just those juicy bits* **you** are interested in. It uses regular expressions to accomplish this. But please do read on to learn how to use the program. 

# Installation

Please fire up your console and type:

```
pip install rosinenpicker
```

This should add the executable `rosinenpicker` to `PATH`, making it accessible from the console.

# Usage

coming soon