tiny:一个用 Python 构建的小巧、可用的 Web 框架

时间:2024-07-12 07:19:09
【文件属性】:

文件名称:tiny:一个用 Python 构建的小巧、可用的 Web 框架

文件大小:10KB

文件格式:ZIP

更新时间:2024-07-12 07:19:09

Python

##Tiny - 最小的网络框架。 灵感来自 、 和 。 安装: pip install tiny 创建一个简单的应用程序: import tiny , os # Creates the app object. app = tiny . TinyApp () # Sets the path for the app to find HTML templates. app . set_template_path ( os . path . abspath ( 'templates' )) ## Routing ### @ app . route ( '/' ) def index ( request ): """Defines the index view, accessible at '/'.""" # Creates a response compris


【文件预览】:
tiny-master
----setup.py(316B)
----.gitignore(213B)
----build()
--------lib()
----README.md(3KB)
----tests()
--------tests.py(5KB)
----tiny()
--------__init__.py(11B)
--------tiny.py(10KB)

网友评论