Skip to content

unt-libraries/aubreylib

Repository files navigation

aubreylib

Build Status

About

A helper library for the aubrey digital object access system.

Requirements

  • Python 3.7 - 3.9
  • libxml2
  • libxslt

Installation

This package can be installed by following the steps below:

$ git clone https://github.com/unt-libraries/aubreylib.git 

$ cd aubreylib

$ pip install .

Testing

To run the tests and the flake8 style checker, you can use tox:

Install tox on your system:

$ pip install tox

Run the tox test suite:

$ tox

License

See LICENSE.

Contributors