Metadata-Version: 2.1
Name: voliboli-pdf-scraper
Version: 1.5
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

To generate the distribution archives, run:

    python3 -m pip install --upgrade build
    python3 -m build

You can then 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.

## New Release

To deploy a new version you can use the following commands:

    twine upload --skip-existing dist/*
