Metadata-Version: 2.1
Name: pitcher
Version: 0.0.1
Summary: Python web framework for API Gateway
Home-page: https://github.com/twobulls/pitcher
Author: Ben Kersten
Author-email: ben.kersten@twobulls.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Pitcher

Pitcher aims to be a python web framework for use with Amazon API Gateway with support for both the HTTP and REST API types.

It is inspired by [Django REST framework](https://www.django-rest-framework.org/) and [Lambda API](https://github.com/jeremydaly/lambda-api).

## Requirements

Python 3.7+

