Top 11 Python Pyramid Projects
-
-
Pyramid (https://trypyramid.com/) is nice in that it has URL dispatch predicates, like @view_config(header="HX-Target-Name=foo") which lets you have HTMX-specific view functions, which return only what is needed
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
Project mention: Building serverless websites (lambdas written with python) - do I use FastAPI or plain old python? | /r/aws | 2023-05-31
Chalice was a consequence, a reaction from AWS to the release of (Zappa Framework)[https://github.com/zappa/Zappa] that provide a very good alternative to migrate very quickly a Django/Flask or any WSGI compliant solution in Python.
-
-
webargs
A friendly library for parsing HTTP request arguments, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, webapp2, Falcon, and aiohttp.
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
pyramid-cookiecutter-starter
A Cookiecutter (project template) for creating a Pyramid starter project with choices for template language (Jinja2, Chameleon, or Mako), persistent backend (none, SQLAlchemy with SQLite, or ZODB), and mapping of URLs to routes (URL dispatch or traversal)
-
-
-
Python Pyramid related posts
Index
What are some of the best open-source Pyramid projects in Python? This list will help you:
Project | Stars | |
---|---|---|
1 | Zappa | 11,907 |
2 | Pyramid | 3,839 |
3 | Zappa | 2,683 |
4 | best-of-web-python | 2,014 |
5 | webargs | 1,343 |
6 | Secure | 668 |
7 | cornice | 374 |
8 | pyramid-cookiecutter-starter | 91 |
9 | pyramid_openapi3 | 79 |
10 | webNUT | 73 |
11 | peter_sslers | 41 |