Metadata-Version: 2.5
Name: sweetrpg-web-core
Version: 0.1.2
Summary: Core web framework for SweetRPG services
Project-URL: Documentation, https://sweetrpg.github.io/web-core
Author-email: Paul Schifferer <dm@sweetrpg.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.11
Requires-Dist: flask~=3.0
Description-Content-Type: text/markdown

# Web Core

[![Unit tests](https://github.com/sweetrpg/web-core/actions/workflows/python-ci.yml/badge.svg)](https://github.com/sweetrpg/web-core/actions/workflows/python-ci.yml)
[![Coverage](https://img.shields.io/endpoint?url=https://sweetrpg.github.io/web-core/coverage/coverage-badge.json)](https://sweetrpg.github.io/web-core/coverage/)
[![PyPI version](https://badgen.net/pypi/v/sweetrpg-web-core)](https://pypi.org/project/sweetrpg-web-core)
[![License](https://img.shields.io/github/license/sweetrpg/web-core.svg)](https://img.shields.io/github/license/sweetrpg/web-core.svg)
[![Issues](https://img.shields.io/github/issues/sweetrpg/web-core.svg)](https://img.shields.io/github/issues/sweetrpg/web-core.svg)
[![PRs](https://img.shields.io/github/issues-pr/sweetrpg/web-core.svg)](https://img.shields.io/github/issues-pr/sweetrpg/web-core.svg)
[![Dependabot](https://badgen.net/github/dependabot/sweetrpg/web-core)](https://badgen.net/github/dependabot/sweetrpg/web-core)

[![Python](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)](https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white)
[![Built with love](https://ForTheBadge.com/images/badges/built-with-love.svg)](https://ForTheBadge.com/images/badges/built-with-love.svg)

Put something useful here.

## Documentation

Documentation for this package can be found [here](https://sweetrpg.github.io/web-core).
