Metadata-Version: 2.1
Name: fastapi-blog
Version: 0.1.0
Summary: Blogging for FastAPI
Author-email: Daniel Roy Greenfeld <daniel@feldroy.com>
Maintainer-email: Daniel Roy Greenfeld <daniel@feldroy.com>
License: GNU General Public License v3
Project-URL: bugs, https://github.com/pydanny/fastapi-blog/issues
Project-URL: changelog, https://github.com/pydanny/fastapi-blog/blob/master/CHANGELOG.md
Project-URL: homepage, https://github.com/pydanny/fastapi-blog
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: jinja2
Requires-Dist: jinja2-time
Requires-Dist: pyyaml
Requires-Dist: markdown
Requires-Dist: pymdown-extensions
Requires-Dist: feedgen
Provides-Extra: dev
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: types-Markdown; extra == "dev"

# FastAPI Blog README

A blog engine for FastAPI

