Metadata-Version: 2.1
Name: lectio.py
Version: 0.2.0
Summary: Interact with lectio through python
Home-page: https://github.com/dnorhoj/lectio.py
Author: dnorhoj
Author-email: daniel.norhoj@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# lectio.py

[![License](https://img.shields.io/github/license/dnorhoj/lectio.py)](LICENSE)
[![Documentation Status](https://readthedocs.org/projects/lectiopy/badge/?version=latest)](https://lectiopy.readthedocs.io/en/latest/?badge=latest)
[![PyPi version](https://img.shields.io/pypi/v/lectio.py.svg)](https://pypi.org/project/lectio.py/)
[![PyPi supported python versions](https://img.shields.io/pypi/pyversions/lectio.py.svg)](https://python.org/)

*Please note: This library is nowhere close to done.*

The best way to get data from Lectio with Python 3.

The goal of this library,
is to be able to fetch different parts of the Lectio interface in a readable format.

You can read the documentation

## How do i use this?

You can install this library via `pip`:

    pip install lectio.py

For a quickstart guide as well as some examples, you can read the documentation [here](https://lectiopy.rtfd.io/).

## Progress

<details>
    <summary>Implementation progress</summary>

* [x] Schedule
* [x] User info
* [ ] Absence
* [ ] Mail
* [ ] Assignments
* [ ] Homework
* [ ] Surveys (Probably not going to be implemented)
* [ ] Grades
* [ ] Search for students / teachers

</details>

## Todo

* [ ] Make a better README
* [ ] Quickstart, Examples, etc.

## Known bugs

* Not made to work with teacher accounts (as i have no way of testing anything)

## Contributing

If you want to contribute, you can just fork this repository and start a pull request.

If you notice something that isn't working as intended you can start an issue.

## License

This repository uses the `GNU Lesser General Public License v3.0` you can read more about it in [LICENSE](LICENSE).


