studip python api using JSONAPI
Project description
studipy
StudIP Python API library using JSONAPI
INSTALLATION
pip install studipy
From source
poetry build
pip install dist/....
Usage - Example
import studipy
import os
from dotenv import load_dotenv
load_dotenv()
username = os.getenv("STUDIP_LOGINNAME")
password = os.getenv("STUDIP_LOGINSECRET")
base_url = os.getenv("STUDIP_BASEURL")
client = studipy.Client(username=username, password=password, base_url=base_url)
client.get_courses()
Buy me a Coffee! |
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
studipy-0.2.0.tar.gz
(17.4 kB
view details)
Built Distribution
studipy-0.2.0-py3-none-any.whl
(20.0 kB
view details)
File details
Details for the file studipy-0.2.0.tar.gz
.
File metadata
- Download URL: studipy-0.2.0.tar.gz
- Upload date:
- Size: 17.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.4 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2562445e125c9aa0e4859cded81cc0691c991d674838c50f783d2bd97438d5e |
|
MD5 | 23466bee164f9b516184a741219111ae |
|
BLAKE2b-256 | dc389e984f4aedb573c554f36cdea01f6e9146f4f9d5e2c2563b8c7b0dac2696 |
File details
Details for the file studipy-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: studipy-0.2.0-py3-none-any.whl
- Upload date:
- Size: 20.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.4 Linux/6.5.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7ca743471cca742992866381c9f7a0d1c52351f7274890bcfb87594b7de5891 |
|
MD5 | 6a5e16cb2e2dc129d7ef4caa00a57e4a |
|
BLAKE2b-256 | 74c4d5b63d03573aade7e31246864b9fdda2a70ab9f09ca177ffedcda991ad8c |