Metadata-Version: 2.1
Name: news-fetcher
Version: 0.2.0
Summary: Script to fetch news using API and convert to wiki-text
License: MIT
Author: Artiom Khandamirov
Author-email: t9max@yandex.ru
Requires-Python: >=3.8,<=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: beautifulsoup4 (>=4.11.1,<5.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: feedparser (>=6.0.10,<7.0.0)
Requires-Dist: tortoise-orm[asyncpg,accel] (>=0.19.1,<0.20.0)
