toastdriven / itty3

The itty-bitty Python web framework... **Now Rewritten For Python 3!**
https://itty3.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
10 stars 0 forks source link

Example Code #2

Closed toastdriven closed 4 years ago

toastdriven commented 4 years ago

Problem

Currently, the only working example code is the tiny snippet from the README.md & the code from the Tutorial.

We should ship some fully-working examples with the library, to demonstrate features/approaches to common problems.

Setup

Python version: 3.7.4 itty3 version (itty3.get_version(full=True)): 1.0.0-alpha-2 OS: All Any other libraries/setup: N/A

toastdriven commented 4 years ago

I've added 4 different example apps (at https://github.com/toastdriven/itty3/tree/master/examples).

They cover:

Calling that good for now, though I'll add further contributions there if people submit them (or new big features land).