Commit Graph

16 Commits

Author SHA1 Message Date
31631fb409 Increase minimum python version to 3.9 2022-04-27 22:52:50 +02:00
33453ede2d Update dependency versions in setup.py 2022-01-09 18:31:42 +01:00
263780e6a3 Use certifi to ensure CA certificates are bundled in pyinstaller 2021-05-25 18:24:06 +02:00
6644126b5d Fix package discovery 2021-05-25 17:29:39 +02:00
6e9f8fd391 Add a keyring authenticator 2021-05-23 19:44:12 +02:00
8fad8edc1e Remove duplicated beautifulsoup4 dependency 2021-05-22 20:02:15 +00:00
92886fb8d8 Implement --version flag 2021-05-19 17:33:36 +02:00
3efec53f51 Configure code checking and formatting tools
Checking
- mypy
- flake8 (which uses pyflakes and pycodestyle)

Formatting
- autopep8
- isort
2021-05-16 14:31:43 +02:00
cd5aa61834 Set max line length for pylint 2021-05-16 13:17:01 +02:00
5ccb17622e Configure pycodestyle to use a max line length of 110 2021-05-16 13:01:56 +02:00
b2a2b5999b Implement ILIAS auth and crawl home page
This commit introduces the necessary machinery to authenticate with
ILIAS and crawl the home page.

It can't do much yet and just silently fetches the homepage.
2021-05-15 15:25:05 +02:00
93a5a94dab Single-source version number 2021-05-14 21:27:44 +02:00
d565df27b3 Add HttpCrawler 2021-05-13 22:28:14 +02:00
a18db57e6f Implement terminal conductor 2021-04-29 11:44:47 +02:00
5595a908d8 Configure entry point 2021-04-27 00:32:21 +02:00
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