Metadata-Version: 2.4
Name: hosted-flasks
Version: 0.6.1
Summary: serve flask apps side by side
Home-page: https://github.com/christophevg/hosted-flasks
Author: Christophe VG
License: MIT
Keywords: multiple flask apps
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: Flask
Requires-Dist: python-dotenv
Requires-Dist: eventlet
Requires-Dist: pyyaml
Requires-Dist: humanize
Requires-Dist: markdown
Requires-Dist: ua-parser
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# Hosted Flasks

> serve flask apps side by side

[![Latest Version on PyPI](https://img.shields.io/pypi/v/hosted-flasks.svg)](https://pypi.python.org/pypi/hosted-flasks/)
[![Supported Implementations](https://img.shields.io/pypi/pyversions/hosted-flasks.svg)](https://pypi.python.org/pypi/hosted-flasks/)
![Build Status](https://github.com/christophevg/hosted-flasks/actions/workflows/test.yaml/badge.svg)
[![Documentation Status](https://readthedocs.org/projects/hosted-flasks/badge/?version=latest)](https://hosted-flasks.readthedocs.io/en/latest/?badge=latest)
[![Coverage Status](https://coveralls.io/repos/github/christophevg/hosted-flasks/badge.svg?branch=master)](https://coveralls.io/github/christophevg/hosted-flasks?branch=master)
[![Built with PyPi Template](https://img.shields.io/badge/PyPi_Template-v1.5.1-blue.svg)](https://github.com/christophevg/pypi-template)



> [!NOTE]  
> Visit [Read the Docs](https://hosted-flasks.readthedocs.org) for the full documentation, including overviews and several examples.


