Metadata-Version: 1.2
Name: url2kindle
Version: 0.1
Summary: Send web articles to your Kindle
Home-page: https://github.com/silenc3r/url2kindle
Author: Dawid Zych
Author-email: dawid.zych@yandex.com
License: MIT
Description-Content-Type: UNKNOWN
Description: 
        url2kindle
        ==========
        
        **url2kindle** - send web articles to your Kindle from terminal
        
        url2kindle is (unofficial) cli interface to `Push to Kindle <http://fivefilters.org/kindle-it/>`_.
        
        
        Installation
        ============
        
        .. code-block:: shell
        
            $ pipsi install url2kindle
        
        or
        
        .. code-block:: shell
        
            $ pip install url2kindle
        
        
        Usage
        =====
        
        First add ``kindle@fivefilters.org`` address to your Amazon approved list. Detailed instructions how to do that can be found `here <http://help.fivefilters.org/customer/portal/articles/178337-kindle-e-mail-address>`_.
        
        .. code-block:: shell
        
            $ u2k http://example.com/article.html
        
        On a first run url2kindle will ask for your Kindle email address and save it in configuration file.
        
        
        Limitations
        ===========
        
        Presently url2kindle doesn't support custom 'Send from' email addresses.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.3.0
