init
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: bottle
|
||||
Version: 0.13.2
|
||||
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
|
||||
Project-URL: Source, https://github.com/bottlepy/bottle
|
||||
Platform: any
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Operating System :: OS Independent
|
||||
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.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: 3.9
|
||||
Description-Content-Type: text/markdown
|
||||
License-File: LICENSE
|
||||
|
||||
|
||||
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) 2009-2024, Marcel Hellkamp.
|
||||
License: MIT (see LICENSE for details)
|
||||
Reference in New Issue
Block a user