The Wayback Machine - https://web.archive.org/web/20220411002747/https://github.com/topics/bottle
Here are
258 public repositories
matching this topic...
Updated
Feb 23, 2022
Python
bottle.py is a fast and simple micro-framework for python web-applications.
Updated
Mar 1, 2022
Python
Secure 🔒 headers for Python web frameworks
Updated
Nov 20, 2021
Python
flask/sanic/asyncio/bottle/webpy 等源码注解合集
Updated
Mar 9, 2022
Python
Error tracking and logging from Python to Rollbar
Updated
Feb 21, 2022
Python
Authentication module for the Bottle and Flask web frameworks
Updated
Nov 25, 2019
Python
Standalone editor for your markdown files
Updated
Jan 24, 2022
JavaScript
Homebrew for Swift packages
Updated
Oct 19, 2019
Swift
Real - time monitoring of distributed server information
Updated
Jan 16, 2018
Python
Darknights 服务器 | 明日方舟 Arknights 私服
Updated
Nov 21, 2021
Python
youtube download queue websocket server with login for private NAS.
Updated
Mar 28, 2022
Python
🍕 Very basic Bottle kickstart kit with Vue.js and Webpack. Included Axios, Autoprefixer, Babel, Webpack config, demo app with Bulma and Web font loader.
Updated
Feb 12, 2022
HTML
python boilerplate application following MVC pattern using bottle micro framework
Updated
Aug 31, 2013
Python
Updated
Mar 27, 2022
Python
A simple web page using BottlePy and SSL
Updated
Jan 4, 2022
Python
Captive portal webpage with Bottle and Python
Updated
Oct 25, 2018
Python
Generate RSS/Atom feeds from sites which do not support feeds.
Updated
Mar 27, 2022
Python
Complete python bottle template for web applications or API servers.
Updated
May 22, 2017
Python
Updated
Mar 6, 2019
Python
Web framework plugins for apispec (formally in apispec.ext).
Updated
Jan 30, 2022
Python
Decorators to make REST easier in Bottle.
Updated
Apr 30, 2021
Python
🍺 Homebrew formula for auto-multiple-choice 📖
MTG-Card-Reader 2.0, built as a webpage.
Updated
Jun 9, 2021
Python
Updated
Nov 16, 2013
Ruby
MySQL integration for Bottle.
Updated
Mar 6, 2018
Python
Pylinac and Orthanc web interface for faster quality assurance
Updated
Mar 21, 2022
Python
Free automated deep learning for spreadsheets
Updated
Sep 3, 2018
JavaScript
Elasticsearch honeypot written in Python with Bottle framework
Updated
Apr 12, 2019
Python
Improve this page
Add a description, image, and links to the
bottle
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
bottle
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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