Skip to main content

Parse Kindle Clippings text file

Project description

kclip reads Kindle clipping text files and generates objects suitable for further processing.

Installation & Requirements

  • Python >=3.7 (only tested with Python 3.7)

  • pip install kclip

Usage

Module usage:

import kclip
for clipping in get_clippings_from_filename(source_filename):
    # do something with the generated object
    print(clipping)

Command-line demo:

Iterate the generated objects and print them to stdout:

  • kclip.py -i source_filename

Tests:

  • test_kclip.py

License

MIT, see LICENSE.txt, jbsmithjj@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kclip-1.0.1.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

kclip-1.0.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page