Python Bindings for the Durham University (UK) Directory
Project description
Python bindings for the Durham University (UK) Directory
This package provides basic python bindings for the Durham University Directory, where Durham University students and staff can look up fellow students and staff.
It is nothing more than a wrapper around requests
and bs4
, and absolutely
nothing clever is being done (although I do think the code is pleasantly
simple).
Installation
python -m pip install durham-directory
CLI Usage
durham-directory --help
durham-directory --oname John --surname Morris
API Usage
from durham_directory import Query
query = Query(username="me") # will prompt for password when evaluated
query(oname="John", surname="Morris", type_="any")
Or if you want to choose one result:
from durham_directory import QueryOne
query = QueryOne()
query(oname="John", surname="Morris", type_="any")
We use fuzzy string matching via fuzzywuzzy
(ignoring the title) to sort
results, as Durham appears to return them bogosorted.
Scripts
An example script parsing a csv extracted from the spreadsheets it seems
timetabling send around and printing Org-mode tables is in parse_csv.py
.
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
File details
Details for the file durham-directory-1.3.0.tar.gz
.
File metadata
- Download URL: durham-directory-1.3.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.9.9 Linux/5.14.16-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ceadf7de419ee4e7f425247e1b1585e7e3c97b8ac0eba70d09ed2268b021ae93 |
|
MD5 | 1511bb963b6a422df8c9bae2895b931d |
|
BLAKE2b-256 | 96fc2891ed762f41769dc83a2743639f7296bec3184084d81d45e24b7c9e92dd |
File details
Details for the file durham_directory-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: durham_directory-1.3.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.10 CPython/3.9.9 Linux/5.14.16-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ab5bba4d6a4daa4940cb7d928d3e0ee27f8930f19052da8e56b397bcd9d6771 |
|
MD5 | 2441fb6ba665c968895e1ae3738b2489 |
|
BLAKE2b-256 | e02f2f6272366825d293b54cd53aca60508279c69a1e4cd39b3ddece1b6b6a34 |