-
Updated
Sep 22, 2021 - Python
#
bottle
Here are 231 public repositories matching this topic...
Serverless Python
python
flask
lambda
django
aws-lambda
serverless
api-gateway
serverless-framework
pyramid
zappa
bottle
bottle.py is a fast and simple micro-framework for python web-applications.
-
Updated
Aug 22, 2021 - Python
Authentication module for the Bottle and Flask web frameworks
-
Updated
Nov 25, 2019 - Python
Real - time monitoring of distributed server information
-
Updated
Jan 16, 2018 - Python
Darknights 服务器 | 明日方舟 Arknights 私服
-
Updated
Sep 26, 2021 - Python
Captive portal webpage with Bottle and Python
-
Updated
Oct 25, 2018 - Python
rafaelcaricio
commented
Mar 28, 2018
We should validate if the specification document contains the "openapi" key and that it's value matches the expression ^3\.\d+\.\d+$.
(已废弃) 项目内容已迁移到: https://github.com/hhstore/annotated-py-projects
-
Updated
Mar 6, 2019 - Python
-
Updated
Sep 16, 2021 - Ruby
Free automated deep learning for spreadsheets
-
Updated
Sep 3, 2018 - JavaScript
5
theSage21
commented
May 16, 2019
It might be a good idea to use abort(404, <reason>) in some places like
- https://github.com/PyJaipur/PyJudge/blob/e3debe1e15447a6faac9d509e7ad5283731fa2c0/server.py#L89
- https://github.com/PyJaipur/PyJudge/blob/e3debe1e15447a6faac9d509e7ad5283731fa2c0/server.py#L102
some places however don't require the error. For example this
Pylinac and Orthanc web interface for faster quality assurance
-
Updated
May 4, 2021 - Python
Elasticsearch honeypot written in Python with Bottle framework
-
Updated
Apr 12, 2019 - Python
Use Pug.js within any python framework
nodejs
python
flask
django
template-engine
frontend
pug
python3
pyramid
web2py
bottle
python-framework
turbogears
-
Updated
Aug 11, 2021 - Python
Improve this page
Add a description, image, and links to the bottle topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bottle 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