pferd/setup.cfg
I-Al-Istannen 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

17 lines
295 B
INI

[metadata]
name = PFERD
version = attr: PFERD.version.__version__
[options]
packages = PFERD
python_requires = >=3.8
install_requires =
aiohttp>=3.7.4.post0
beautifulsoup4>=4.9.3
rich>=10.1.0
beautifulsoup4>=4.9.3
[options.entry_points]
console_scripts =
pferd = PFERD.__main__:main