Metadata-Version: 2.4
Name: temmies
Version: 1.2.130
Summary: A wrapper for the Themis website
Home-page: https://github.com/Code-For-Groningen/temmies
Author: Boyan K.
Author-email: boyan@confest.im
License: GPLv3
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3
Requires-Dist: requests
Requires-Dist: lxml
Requires-Dist: beautifulsoup4
Requires-Dist: keyring
Requires-Dist: selenium
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
  <img src="https://github.com/Code-For-Groningen/temmies/blob/6a781ad2381e642801f77173748dc74537dd5df5/docs/img/temmie.png" width= 200px/>  
</p>
<p align="center">
<a href="https://temmies.confest.im"><img alt="Read the Docs" src="https://img.shields.io/readthedocs/temmies"></a>
<img alt="GitHub" src="https://img.shields.io/github/license/Code-For-Groningen/temmies">
</p>

A python library which interacts with [Themis](https://themis.housing.rug.nl/). Uses bs4. I'll try to end development on a somewhat working state. 

## Intended Features
* [x] Log in  
* [x] Submit
* [x] Bulk download of test cases and files
* [x] Submission status

## Docs
- [Click here](http://temmies.confest.im/).

## Possible continuations
* Discord bot
* [CLI program](https://github.com/Code-For-Groningen/temmies-cli)

## Thanks to
* [Glitchcat](https://glitchcat.github.io/themis-api/), cool docs bro.
* [Mo](https://github.com/Stylo2k), damn bruh you actually work for Themis
