Metadata-Version: 2.1
Name: goodreads-export
Version: 1.4.0
Summary: Convert goodreads books to markdown files, for example for Obsidian.
Home-page: https://andgineer.github.io/goodreads-export/
Author: Andrey Sorokin
Author-email: andrey@sorokin.engineer
Keywords: goodreads book markdown obsidian
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![Build Status](https://github.com/andgineer/goodreads-export/workflows/Test/badge.svg)](https://github.com/andgineer/goodreads-export/actions)
[![Coverage Status](https://coveralls.io/repos/github/andgineer/goodreads-export/badge.svg?branch=main)](https://coveralls.io/github/andgineer/goodreads-export?branch=main)
# Export goodreads books into markdown files (Obsidian etc)

![goodreads.png](docs%2Fgoodreads.png)
![goodreads-author.png](docs%2Fgoodreads-author.png)

# Documentation

[goodreads-export](https://andgineer.github.io/goodreads-export/)

# Developers

#### Create / activate environment
    . ./activate.sh

Delete `venv/` if you want to reinstall everything from requirements*.txt

    make reqs  # if you want to refresh versions
    deactivate
    rm -f venv
    pip install --upgrade pip-tools
    . ./activate.sh

#### Compile pinned to versions requirements*.txt from requirements*.in files

Using pip-tools

    make reqs

#### Release version
    make ver-bug/feature/release

Github actin will automatically update the pip package on pypi.org

# Docstrings documentation

Documentation generated from source code.

[reference](docstrings/)
