Metadata-Version: 2.1
Name: plain
Version: 0.8.1
Summary: A web framework for building products with Python.
Author: Dave Gaeddert
Author-email: dave.gaeddert@dropseed.dev
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: click (>=8.0.0)
Requires-Dist: jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

<!-- This file is compiled from plain/plain/README.md. Do not edit this file directly. -->

# Plain

Plain is a web framework for building products with Python.

With the core `plain` package you can build an app that:

- Matches [URL patterns](https://plainframework.com/docs/plain/plain/urls) to Python [views](https://plainframework.com/docs/plain/plain/views)
- Handles [HTTP requests and responses](https://plainframework.com/docs/plain/plain/http)
- Renders [HTML templates](https://plainframework.com/docs/plain/plain/templates) with Jinja
- Processes user input via [forms](https://plainframework.com/docs/plain/plain/forms)
- Has a [CLI interface](https://plainframework.com/docs/plain/plain/cli)
- Serves static [assets](https://plainframework.com/docs/plain/plain/assets) (CSS, JS, images)
- Can be modified with [middleware](https://plainframework.com/docs/plain/plain/middleware)
- Integrates first-party and third-party [packages](https://plainframework.com/docs/plain/plain/packages)
- Has a [preflight check system](https://plainframework.com/docs/plain/plain/preflight)

With the official Plain ecosystem packages you can:

- Integrate a full-featured [database ORM](https://plainframework.com/docs/plain-models/)
- Use a built-in [user authentication](https://plainframework.com/docs/plain-auth/) system
- [Lint and format code](https://plainframework.com/docs/plain-code/)
- Run a [database-backed cache](https://plainframework.com/docs/plain-cache/)
- [Send emails](https://plainframework.com/docs/plain-mail/)
- Streamline [local development](https://plainframework.com/docs/plain-dev/)
- Manage [feature flags](https://plainframework.com/docs/plain-flags/)
- Integrate [HTMX](https://plainframework.com/docs/plain-htmx/)
- Style with [Tailwind CSS](https://plainframework.com/docs/plain-tailwind/)
- Add [OAuth login](https://plainframework.com/docs/plain-oauth/) and API access
- Run tests with [pytest](https://plainframework.com/docs/plain-test/)
- Run a [background job worker](https://plainframework.com/docs/plain-worker/)
- Build [staff tooling and admin dashboards](https://plainframework.com/docs/plain-staff/)

Learn more at [plainframework.com](https://plainframework.com).

