specifically "Making Good Development Environments" at https://trypyramid.com/extending-pyramid.html
- uses pcreate
- uses paste instead of waitress
- recommends weberror
- recommends repoze.tm
- recommends a pipeline configuration
- bad linting around
entry_points = """ due to spaces in a dict item
- doesn't explain
{{project}} vs {{package}}
- misuses
{{project}} in [app:{{project}}]
specifically "Making Good Development Environments" at https://trypyramid.com/extending-pyramid.html
entry_points = """due to spaces in a dict item{{project}}vs{{package}}{{project}}in[app:{{project}}]