This repository contains a single Python script for reading Kindle clippings. When modifying or adding code, keep the following points in mind:
- Follow PEP8 style conventions for all Python code.
- Maintain compatibility with both Python 2 and Python 3.
- Before committing, run
python -m py_compile $(git ls-files '*.py')to ensure there are no syntax errors. - Keep documentation in Markdown format.
- Write concise commit messages summarizing your changes.