Metadata-Version: 2.1
Name: weblogin
Version: 0.2
Summary: Automates logging into web UIs to access unofficial APIs
Home-page: https://github.com/dbosk/weblogin
License: MIT
Author: Daniel Bosk
Author-email: dbosk@kth.se
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: lxml (>=4.9.1,<5.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Project-URL: Bug Tracker, https://github.com/dbosk/ladok3/issues
Project-URL: Repository, https://github.com/dbosk/weblogin
Project-URL: Releases, https://github.com/dbosk/ladok3/releases
Description-Content-Type: text/markdown

# weblogin

`weblogin` is a Python package that allows transparent logging in to web UIs to 
access their unofficial APIs.

`/doc` contains the source for the documented source code.

`/src` contains the literate package source. Must be compiled to Python code 
using NOWEB. Simply run `make`.

`/tests` contains tests. Run `make` in that directory to run them.

