Skip to content

herreio/librair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Librair Vniuersal

Synopsis

librair is a Python package for harvesting data from different library catalogs. It has been developed as part of the Dikon project (2019–2020) at the Interdisciplinary Centre for European Enlightenment Studies.

Installation

You can install this package via PyPI:

pip install librair

... or via this repository:

pip install -e git+https://github.com/herreio/librair.git#egg=librair

... or by cloning the repository:

git clone https://github.com/herreio/librair.git
cd librair
# create and activate virutalenv
utils/setup
source env/bin/activate

Documentation

The documentation can be found on Read the Docs.

To build the documentation from the files found at docs:

cd docs
make html