studip python api using JSONAPI
Project description
studipy
StudIP Python API library using JSONAPI
INSTALLATION
pip install studipy
From source
poetry install
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)
cliengt.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.1.tar.gz
(14.4 kB
view details)
Built Distribution
studipy-0.1.1-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file studipy-0.1.1.tar.gz
.
File metadata
- Download URL: studipy-0.1.1.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.1 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c16cb0154795ab17dbbe724b2ff06c5a371217e949a0c03b52e080d594883494 |
|
MD5 | e05cae9d001318335f85bc267f1c52e6 |
|
BLAKE2b-256 | 2abeb58e143687068044fa0ae2dcf00be93e284b8626433391a49f4f85891251 |
File details
Details for the file studipy-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: studipy-0.1.1-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.1 Linux/6.2.0-1018-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4ea6e98e51116189f4c6ae999128f67a877f849680b0c44ca144704ba64c9a3 |
|
MD5 | 329629670b854f6b82d36a6d11ca9884 |
|
BLAKE2b-256 | 243e44a9f0f0e4d5894840ae56aaf5dd3b71866944863e9e064edcfa685ac962 |