Metadata-Version: 2.1
Name: ebookshelf
Version: 0.1.0
Summary: UNKNOWN
Home-page: https://codeberg.org/dr.ops/ebookshelf
Author: Andy Drop
Author-email: andy@plaindrops.de
Maintainer: Andy Drop
Maintainer-email: andy@plaindrops.de
License: MIT/Apache-2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE-APACHE
License-File: LICENSE-MIT

eBookshelf 
=========

eBookshelf is a python script to take a eBook collection from calibre, and display it as a virtual bookshelf with books that open in your prefered reader on click.

![My virtual bookshelf](ebookshelf.png)

Installation
============

eBookshelf is distributed on [PyPI](https://pypi.org) as a universal wheel and is available on
Linux/macOS and Windows and supports Python 3 and PyPy.

``` {.sourceCode .bash}
$ pip install ebookshelf
```

License
=======

eBookshelf is distributed under the terms of both

-   [MIT License](https://choosealicense.com/licenses/mit)
-   [Apache License, Version 2.0](https://choosealicense.com/licenses/apache-2.0)

at your option.


