Metadata-Version: 1.1
Name: kindlereader
Version: 0.0.1
Summary: generate news for kindle reader from rss
Home-page: https://github.com/fireinice/kindlereader2
Author: Zigler Zhang<zigler.zhang@gmail.com>
Author-email: zigler.zhang@gmail.com
License: The MIT License (MIT)

Copyright (c) 2014 fireinice

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


Description: # ReadMe
        Kindlereader2 is a project aimed to push articles from rss reader or rss source to kindle. It is forked from work [kindlereader](https://github.com/jiedan/kindlereader/). Now the rss reader support work is based on [librssreader](https://github.com/fireinice/librssreader), and now support inoreader. More rss reader support would be added by the librssreader.
        
        ## Lisence
        Licensed under the MIT license: [http://www.opensource.org/licenses/mit-license.php]()
        
        ## Features
        
        * Support to push inoreader articles to kindle
        
        ## Usage
        ### Dependency
        * python(2.7 recommanded)
        * pip
        
        
        ### Setup
          _By now ALL feature are only tested on Linux environment_.
          Drop [kindlegen](http://www.amazon.com/gp/feature.html?docId=1000765211) in any dir that you can find it by `which kindlegen`
        
          $ kindlereader.pyt --generate_config # a config.ini would be generated in the dir
        
          Fill Infos into the config.ini and then
        
          $ kindlereader.py
          
        
        ## Thanks
        
        Originally created by [kindlereader](https://github.com/jiedan/kindlereader/)
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Internet :: WWW/HTTP
