-
Updated
Feb 23, 2022 - Python
#
pyramid
Here are 216 public repositories matching this topic...
Serverless Python
python
flask
lambda
django
aws-lambda
serverless
api-gateway
serverless-framework
pyramid
zappa
bottle
Pyramid - A Python web framework
-
Updated
Jun 7, 2022 - Python
python
html
api
graphql
http
flask
library
django
awesome
framework
web-development
serverless
rest-api
django-rest-framework
openapi
pyramid
flask-restful
fastapi
best-of
best-of-list
-
Updated
Jul 7, 2022
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.
python
flask
django
validation
bottlepy
aiohttp
falcon
marshmallow
pyramid
hacktoberfest
request-validation
-
Updated
Jul 4, 2022 - Python
Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
-
Updated
May 10, 2022 - JavaScript
TensorFlow implementation of original paper : https://github.com/hszhao/PSPNet
-
Updated
Sep 25, 2019 - Python
Implementation of Pyramid Attention Networks for Semantic Segmentation.
-
Updated
Dec 19, 2018 - Python
Tile-based geodata processing using rasterio & Fiona
tile
vector
gis
raster
pyramid
geoprocessing
rasterio
earth-observation
earth-sciences
fiona
batch-processor
web-mercator
-
Updated
Jul 7, 2022 - Python
Learning Rich Features at High-Speed for Single-Shot Object Detection, ICCV, 2019
-
Updated
Dec 10, 2019 - Python
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)
-
Updated
Mar 13, 2022 - Python
Demos and handouts for Talk Python's Data-Driven Web Apps with Pyramid and SQLAlchemy course
-
Updated
May 19, 2022 - Python
zupo
commented
May 22, 2019
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
good first issue
Good for newcomers
4
Pyramid app for issuing your own Open Badges
-
Updated
Sep 24, 2021 - CSS
ergo
opened
Oct 5, 2018
5
An opinionated Cookiecutter template for creating Pyramid web applications starting way further down the development chain. This cookiecutter template will create a new Pyramid web application with email, sqlalchemy, rollbar, and way more integrated.
-
Updated
May 2, 2018 - Python
Visual is a Javascript library for data visualization developed by the Statistical Institute of Catalonia (Idescat). It is based on popular open source solutions. Visual offers a simple interface that encapsulates the complexity of these solutions for the most common chart types.
visualization
charts
data
statistics
dataviz
js
maps
graphics
barchart
ranking
stats
pyramid
linechart
piechart
choropleth-map
choropleth
catalonia
catalunya
map-regions
scatterplot
-
Updated
May 3, 2022 - JavaScript
RESTful / HTTP services in Pyramid and Python course handout materials
-
Updated
Dec 12, 2019 - Python
Open
Spec out 1.0 API
1
ergo
commented
Oct 5, 2018
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.
Programming Crypto Blockchain Contracts Step-by-Step Book / Guide. Let's Start with Ponzi & Pyramid Schemes. Run Your Own Lotteries, Gambling Casinos and more on the Blockchain World Computer...
puzzle
blockchain
pyramid
contracts
ponzi-scheme
roulette
lotteries
casino
ponzi
universum
pyramid-scheme
ponzis
pyramids
casinos
satoshi-dice
-
Updated
Jan 2, 2021 - Ruby
PyTorch implementation of the Complex Steerable Pyramid
-
Updated
May 5, 2022 - Python
Python client for App Enlight
-
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."
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