Metadata-Version: 2.1
Name: librair
Version: 2020.2.9
Summary: Library Information Retrieval
Home-page: https://github.com/herreio/librair
Author: Donatus Herre
Author-email: pypi@herre.io
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: certifi (==2019.11.28)
Requires-Dist: chardet (==3.0.4)
Requires-Dist: idna (==2.8)
Requires-Dist: lxml (==4.5.0)
Requires-Dist: requests (==2.22.0)
Requires-Dist: urllib3 (==1.25.8)

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

Librair – Library Information Retrieval
=======================================

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 by cloning the repository:

.. code-block:: shell

    git clone https://github.com/herreio/librair.git
    cd librair


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


Usage
-----

Launch the Python interpreter and start by importing the necessary modules:

.. code-block:: python

    from librair import *


