rjalexa / clippings

Python module to manipulate Kindle clippings files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clippings

Python module to manipulate Amazon Kindle clippings files.

It allows you to:

  • Parse your existing clippings file into a structured representation;
  • Generate clippings file programmatically.

Latest version released on PyPI Build status Test coverage

Installation

pip install clippings

Usage

# Parse a clippings file
clippings -o dict ./clippings.txt

# or from stdin:
cat clippings.txt | clippings -

About

Python module to manipulate Kindle clippings files.

License:MIT License


Languages

Language:Python 100.0%