Metadata-Version: 2.4
Name: calibrolino
Version: 0.1
Summary: a script to upload calibre library to the tolino cloud
Author: Imam Usmani
Project-URL: Source Code, https://github.com/ImamAzim/calibrolino
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: xdg-base-dirs
Requires-Dist: varboxes
Requires-Dist: pandas
Requires-Dist: pandastable
Requires-Dist: pytolino>=3.2
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Dynamic: license-file

calibrolino
===================

just a simple script to upload calibre library to the tolino cloud. inspired from https://github.com/darkphoenix/tolino-calibre-sync

Under development!

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

.. code-block:: bash

    git clone https://github.com/ImamAzim/calibrolino.git
    python3 -m venv $HOME/.virtualenvs/calibrolino
    source $HOME/.virtualenvs/calibrolino/bin/activate
    pip install calibrolino

Usage
=====

to run the interactive script

.. code-block:: bash

    source $HOME/.virtualenvs/calibrolino/bin/activate
    upload_lib


Features
========

* this
* and that...


License
=======

The project is licensed under GNU GENERAL PUBLIC LICENSE v3.0
