Metadata-Version: 1.1
Name: librair
Version: 2020.2.8
Summary: Library Information Retrieval
Home-page: https://github.com/herreio/librair
Author: Donatus Herre
Author-email: pypi@herre.io
License: MIT
Description: .. 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 *
        
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
