Commit Graph

17 Commits

Author SHA1 Message Date
I-Al-Istannen 40f8a05ad6 Add .idea to gitignore 2023-09-13 22:23:36 +02:00
Joscha 5c76193045 Set up pyinstaller 2021-05-24 15:21:25 +02:00
I-Al-Istannen b0f9e1e8b4 Add vscode directory to gitignore 2021-05-15 15:25:05 +02:00
Joscha fbebc46c58 Load and dump config 2021-04-29 09:51:50 +02:00
Joscha 5595a908d8 Configure entry point 2021-04-27 00:32:21 +02:00
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
Toorero 35c3fa205d
Fixed description of activating venv (#22)
Add 'source' to the venv activate command in the readme

`source` was picked over `.` to conform to the python recommendation
(https://docs.python.org/3/library/venv.html#module-venv).

This patch also adds the `egg-info` you get when building to the
gitignore.
2021-01-28 21:24:09 +01:00
I-Al-Istannen b3ad9783c4 Ignore pyinstaller files 2020-10-06 11:43:20 +02:00
Daniel Augustin f6fbd5e4bb
Add download summary 2020-06-25 19:19:34 +02:00
I-Al-Istannen 3a57430893 Fix type errors in example_config 2020-04-23 12:35:58 +02:00
I-Al-Istannen 8c431c7d81 Add a simple temporary folder 2020-04-20 12:08:52 +02:00
Joscha 7ebeef5873 Clean up gitignore 2020-04-19 18:47:44 +00:00
Joscha 064f12c14c Ignore mypy files 2019-07-04 12:16:26 +00:00
Joscha 0e536f476a Reorganize project structure 2019-04-25 11:51:03 +00:00
Joscha 282d0252eb Add file organizer 2018-11-23 08:56:59 +00:00
Joscha 95646b0b29 Authenticate with ILIAS and get pages by refid 2018-11-20 05:55:41 +00:00
Joscha 0803f196c8 Initial commit 2018-11-19 10:37:56 +00:00