KAMAR Notices Interface - A way to access notices from KAMAR in a bunch of languages (Python)
Project description
KAMAR Notices Interface
Python Edition
KNI (KAMAR Notices Interface) is a project designed to bring a way of accessing notices from the KAMAR portal software. KNIs goal is to produce usable libraries in as many languages as possible
KNI is available on PyPI:
$ python -m pip install knij
Retrieving Notices
from kni import KNI
kni = KNI('demo.school.kiwi')
notices = kni.retrieve()
for notice in notices.notices:
print(notice)
Specifying a custom date
# Use leading zeros on single digits (e.g 01/01/2021)
notices = kni.retrieve('DAY/MONTH/YEAR')
By Jacobtread
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file knij-1.0.0.tar.gz.
File metadata
- Download URL: knij-1.0.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f613d8d1d0a05b7cacaa52f0143488773472db554b3d591dd852703d07a5e37d
|
|
| MD5 |
3872ed3fea7543ca1ad488f98608e6b4
|
|
| BLAKE2b-256 |
118e60b5cd27b219bc1b3abd7229d8e07f964af3b14c02c109185390a545f284
|
File details
Details for the file knij-1.0.0-py3-none-any.whl.
File metadata
- Download URL: knij-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.22.0 setuptools/51.3.3 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
542703c2d3b195e0cfec8b10734f3691cc28b814a157a54d51fe573a7b2050ab
|
|
| MD5 |
42a0c2a0382c59bb5d965dcc00e079d1
|
|
| BLAKE2b-256 |
1b0120dfb63d0bc1df837d8fea134947b441300a6e1fb31d8ae16e6d0085fb5a
|