Metadata-Version: 2.1
Name: r2k
Version: 0.1.0
Summary: A tool that lets you periodically send articles received from an RSS feed to your Kindle
License: MIT
Author: Pavel Brodsky
Author-email: mcouthon@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: beautifulsoup4 (>=4.9.0,<5.0.0)
Requires-Dist: click (>=7.1.1,<8.0.0)
Requires-Dist: feedparser (>=5.2.1,<6.0.0)
Requires-Dist: newspaper3k (>=0.2.8,<0.3.0)
Requires-Dist: pick (>=0.6.7,<0.7.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
