wigol / horizonAccess

Simple python module for accessing public library information. WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

horizonAccess

Python module for accessing public library information. WIP

This simple module allows to retrieve information about books checked out in the library using Dynix Horizon software. Only basic functionality is provided.

Usage example:

  import horizonAccess
  l = horizonAccess.Library('LIBRARY_URL_ENDING_IN.jsp', 'ID', 'PASSWORD')
  l.mybooks()

Author: Wiktor Gołgowski (wgolgowski@gmail.com)

About

Simple python module for accessing public library information. WIP

License:MIT License


Languages

Language:Python 100.0%