loongson/pypi/: bottle-0.12.21 metadata and description

Homepage Simple index

Fast and simple WSGI-framework for small web-applications.

author Marcel Hellkamp
author_email marc@gsites.de
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • License :: OSI Approved :: MIT License
  • Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
  • Topic :: Internet :: WWW/HTTP :: HTTP Servers
  • Topic :: Internet :: WWW/HTTP :: WSGI
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Application
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Server
  • Topic :: Software Development :: Libraries :: Application Frameworks
  • Programming Language :: Python :: 2.5
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.2
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
  • Programming Language :: Python :: 3.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
license MIT
platform
  • any

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
bottle-0.12.21-py3-none-any.whl
Size
88 KB
Type
Python Wheel
Python
3
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2022-08-12 01:28:11
bottle-0.12.21.tar.gz
Size
71 KB
Type
Source

Bottle is a fast and simple micro-framework for small web applications. It offers request dispatching (Routes) with url parameter support, templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines - all in a single file and with no dependencies other than the Python Standard Library.

Homepage and documentation: http://bottlepy.org/

Copyright (c) 2016, Marcel Hellkamp. License: MIT (see LICENSE for details)