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.1.2.tar.gz
(14.4 kB
view details)
Built Distribution
studipy-0.1.2-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file studipy-0.1.2.tar.gz
.
File metadata
- Download URL: studipy-0.1.2.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.3 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63fab1d2a5abddc592af1832cc720b214e59bfb1e28df4e2bc26cdc2e624cffa |
|
MD5 | fd9c3ec6814f625ee104b118a2e979ea |
|
BLAKE2b-256 | 1a2bfc466eaa142bf9b16bb232536b653116be9acb0ffe3ef6ddfaba70d97158 |
File details
Details for the file studipy-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: studipy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.3 Linux/6.5.0-1021-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d28e32bb99a2eb6a48a2541410c5ae76abd19c4da6fe3e52c1e99f07eb7371c8 |
|
MD5 | e0dfcc6b5a556797a46d50ed2ca1d1d3 |
|
BLAKE2b-256 | abd6da3ede2874813bf725d79ea6bf4343c9c71744a6c280bb962657b130572b |