Metadata-Version: 2.1
Name: news-toolkit-api
Version: 0.0.39
Summary: 
Author: wakita181009
Author-email: wakita181009@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.5,<4.0.0)
Requires-Dist: beautifulsoup4 (>=4.12.2,<5.0.0)
Requires-Dist: fastapi (>=0.103.1,<0.104.0)
Requires-Dist: google-cloud-ndb (>=2.2.0,<3.0.0)
Requires-Dist: html5lib (>=1.1,<2.0)
Requires-Dist: injector (>=0.21.0,<0.22.0)
Description-Content-Type: text/markdown

# News Toolkit API

[Flutter News Toolkit](https://github.com/flutter/news_toolkit) is a fantastic tool for effortlessly creating news applications with Flutter. While the toolkit enables the straightforward creation of mobile applications, it requires an API server to fetch article and feed data.

This Python library provides a solution to that requirement. It asynchronously scrapes data from your website based on user access triggers, stores it in a database, and serves all the required APIs to be used with the Flutter News Toolkit.

