Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 1.01 KB

README.md

File metadata and controls

57 lines (40 loc) · 1.01 KB

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