Metadata-Version: 2.1
Name: clippings
Version: 0.8.0
Summary: Amazon Kindle clippings parser
Home-page: https://github.com/samueldg/clippings/
Author: Samuel Dion-Girardeau
Author-email: samuel.diongirardeau@gmail.com
License: MIT
Download-URL: https://github.com/samueldg/clippings/tarball/0.8.0
Description: 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.
        
        |pypi| |build| |coverage|
        
        Installation
        ------------
        
        .. code:: shell
        
            pip install clippings
        
        Usage
        -----
        
        .. code:: shell
        
            # Parse a clippings file
            clippings -o dict ./clippings.txt
            
            # or from stdin:
            cat clippings.txt | clippings -
        
        
        .. |pypi| image:: https://img.shields.io/pypi/v/clippings.svg
            :target: https://pypi.org/pypi/clippings
            :alt: Latest version released on PyPI
        
        .. |build| image:: https://github.com/samueldg/clippings/workflows/Run%20tests/badge.svg
            :target: https://github.com/samueldg/clippings/actions
            :alt: Build status
        
        .. |coverage| image:: https://coveralls.io/repos/github/samueldg/clippings/badge.svg?branch=master
            :target: https://coveralls.io/github/samueldg/clippings?branch=master
            :alt: Test coverage
        
Keywords: amazon,kindle,clipping,e-book
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
