Metadata-Version: 2.1
Name: cylinder
Version: 0.0.5
Summary: A web application framework and webserver based on Flask and Waitress
Home-page: https://github.com/plasmacan/cylinder
Author: Chris Wheeler
Author-email: cwheeler@tier2.tech
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# Plasma Cylinder

[![code testing](https://github.com/grintor/Hello-Wolrd-CI/actions/workflows/testing.yaml/badge.svg)](https://github.com/grintor/Hello-World-CI/actions/workflows/testing.yaml)
[![CodeQL](https://github.com/grintor/Hello-Wolrd-CI/actions/workflows/codeql.yaml/badge.svg)](https://github.com/grintor/Hello-Wolrd-CI/actions/workflows/codeql.yaml)
[![code coverage](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/grintor/Hello-Wolrd-CI/main/.repo-shields/covered_shield.json)](.repo-reports/coverage.txt)
[![code quality](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/grintor/Hello-Wolrd-CI/main/.repo-shields/quality_shield.json)](.repo-reports/pylint-report.txt)
[![PyPI version](https://badge.fury.io/py/cylinder.svg)](https://badge.fury.io/py/cylinder)

Plasma Cylinder is a web application framework and webserver built atop [flask](https://pypi.org/project/Flask/) and
[waitress](https://pypi.org/project/waitress/). It is designed to be production-ready, extraordinarily easy to learn,
and to encourage a project layout which facilitates collaboration.

For additional information please review the documentation at
[plasmacan.github.io/cylinder](https://plasmacan.github.io/cylinder/)


