Metadata-Version: 2.1
Name: goodreads-export
Version: 1.1.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.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

[![Build Status](https://github.com/andgineer/goodreads-export/workflows/ci/badge.svg)](https://github.com/andgineer/goodreads-export/actions)
# Export goodreads books into markdown files

For Obsidian etc

# 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

    deactivate
    rm -f venv
    make reqs  # if you want to refresh versions
    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
