Metadata-Version: 2.1
Name: librair
Version: 2022.11.2
Summary: retrieve data from library catalogs
Home-page: https://github.com/herreio/librair
Author: Donatus Herre
Author-email: pypi@herre.io
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE

.. role:: shell(code)
   :language: shell

Librair Vniuersal
=================

Introduction
------------

This is a package for harvesting data from different library catalogs.

Installation
------------

You can simply install this package via `PyPI <https://pypi.org/project/librair/>`_:

.. code-block:: shell

    pip install librair

... or via this repository:

.. code-block:: shell

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

... or by cloning the repository:

.. code-block:: shell

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


Documentation
-------------

A minimal documentation can be found on `Read the Docs <https://librair.readthedocs.io/>`_.

To build the documentation from the files found at docs:

.. code-block:: shell

    cd docs
    make html
