-
Updated
Feb 23, 2022 - Python
pyramid
Here are 216 public repositories matching this topic...
-
Updated
Jun 7, 2022 - Python
-
Updated
Jul 7, 2022
-
Updated
Jul 4, 2022 - Python
-
Updated
May 10, 2022 - JavaScript
-
Updated
Sep 25, 2019 - Python
-
Updated
Dec 19, 2018 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Dec 10, 2019 - Python
-
Updated
Mar 13, 2022 - Python
-
Updated
May 19, 2022 - Python
I like the pyramid_swagger renderer from pyramid_swagger library.
With it, I can remove custom renderers from the realworld example app. And less code is always nice.
We can probably reuse the ide
-
Updated
Sep 24, 2021 - CSS
-
Updated
May 2, 2018 - Python
-
Updated
May 3, 2022 - JavaScript
-
Updated
Dec 12, 2019 - Python
Spec out 1.0 API
There is legacy API right now that generally works, but there should be a better versioned API for the server, that utilizes HTTP verbs better, we probably should revamp some configuration keys and response formats too.
-
Updated
Jan 2, 2021 - Ruby
-
Updated
May 5, 2022 - Python
-
Updated
Mar 23, 2020 - Python
Improve this page
Add a description, image, and links to the pyramid topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pyramid topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Right now settings are just passed in through the settings file. This is somewhat limiting if there is a value that will be dynamic with deployments (such as a docker image file, etc.) We should support accepting settings through environment variables, the CLI, the current settings file, and any mix of those.
The order of precedence with mixed should be CLI -> environment -> config file.
If