/horizonAccess

Simple python module for accessing public library information. WIP

Primary LanguagePythonMIT LicenseMIT

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)