Metadata-Version: 2.1
Name: voliboli-pdf-scraper
Version: 1.0
Summary: Voliboli PDF Scraper
Author: Teodor Janez Podobnik
Author-email: teo.podobnik1234@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.md

# Voliboli PDF Scraper

## Tests

You can run test from the root of this repository using:

    pipenv run python tests/test_main.py

## Distribute

You can install this package locally from any other project using:

    pip install -e /path/to/root

where `root` is the top-level directory of this project.
