You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.8 KiB
Plaintext
44 lines
1.8 KiB
Plaintext
2 months ago
|
Metadata-Version: 2.1
|
||
|
Name: bottle
|
||
|
Version: 0.12.25
|
||
|
Summary: Fast and simple WSGI-framework for small web-applications.
|
||
|
Home-page: http://bottlepy.org/
|
||
|
Author: Marcel Hellkamp
|
||
|
Author-email: marc@gsites.de
|
||
|
License: MIT
|
||
|
Platform: any
|
||
|
Classifier: Development Status :: 4 - Beta
|
||
|
Classifier: Intended Audience :: Developers
|
||
|
Classifier: License :: OSI Approved :: MIT License
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
|
||
|
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
|
||
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
||
|
Classifier: Programming Language :: Python :: 2.5
|
||
|
Classifier: Programming Language :: Python :: 2.6
|
||
|
Classifier: Programming Language :: Python :: 2.7
|
||
|
Classifier: Programming Language :: Python :: 3
|
||
|
Classifier: Programming Language :: Python :: 3.2
|
||
|
Classifier: Programming Language :: Python :: 3.3
|
||
|
Classifier: Programming Language :: Python :: 3.4
|
||
|
Classifier: Programming Language :: Python :: 3.5
|
||
|
Classifier: Programming Language :: Python :: 3.6
|
||
|
Classifier: Programming Language :: Python :: 3.7
|
||
|
License-File: LICENSE
|
||
|
License-File: AUTHORS
|
||
|
|
||
|
|
||
|
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)
|