Metadata-Version: 1.1
Name: librair
Version: 2020.5.18
Summary: library retrieval client (under development)
Home-page: https://github.com/herreio/librair
Author: Donatus Herre
Author-email: pypi@herre.io
License: MIT
Description: .. role:: shell(code)
           :language: shell
        
        Librair Vniuersal
        =================
        
        Introduction
        ------------
        
        This is a package (under development) 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
        
        
        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
