Programm zum Flotten, Einfachen Runterladen von Dateien
Go to file
Joscha 27e4abcfa3 Do project setup from scratch
Following guidelines from the Python Packaging User Guide [1].

This commit intentionally breaks the .gitignore, project dependencies, GitHub
Actions and other stuff. It also removes almost the entire README. The intention
behind this is to get rid of all cruft that as accumulated over time and to have
a fresh start. Only necessary things will be re-added as they're needed.

From now on, I also plan on adding documentation for every feature at the same
time that the feature is implemented. This is to ensure that the documentation
does not become outdated.

[1]: https://packaging.python.org/
2021-04-27 00:07:54 +02:00
PFERD Reflect totality of sanitize_windows_path in return type 2021-04-19 11:10:02 +02:00
.gitignore Do project setup from scratch 2021-04-27 00:07:54 +02:00
DEV.md Do project setup from scratch 2021-04-27 00:07:54 +02:00
LICENSE Fix merge marker in LICENSE 2020-12-07 22:55:28 +01:00
README.md Do project setup from scratch 2021-04-27 00:07:54 +02:00
mypy.ini Fix ILIAS init.py and Pferd.py authenticators 2020-12-06 13:15:32 +01:00
pyproject.toml Do project setup from scratch 2021-04-27 00:07:54 +02:00
setup.cfg Do project setup from scratch 2021-04-27 00:07:54 +02:00
sync_url.py Force folder to be file-system path 2021-04-19 11:07:25 +02:00

README.md

PFERD

Programm zum Flotten, Einfachen Runterladen von Dateien

Other resources:

Installation with pip

Ensure you have at least Python 3.8 installed. Run the following command to install PFERD or upgrade it to the latest version:

$ pip install --upgrade git+https://github.com/Garmelon/PFERD@latest

The use of venv is recommended.