• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

CherryPy: CherryPy是一个基于Python的面向对象的HTTP框架。使用CherryPy来开发Web Ap ...

原作者: [db:作者] 来自: 网络 收藏 邀请
CherryPy is available as part of the Tidelift Subscriptionhttps://readthedocs.org/projects/cherrypy/badge/?version=latesthttps://img.shields.io/travis/cherrypy/cherrypy/master.svg?label=Linux%20build%20%40%20Travis%20CIhttps://circleci.com/gh/cherrypy/cherrypy/tree/master.svg?style=svghttps://img.shields.io/appveyor/ci/CherryPy/cherrypy/master.svg?label=Windows%20build%20%40%20Appveyorhttps://img.shields.io/badge/license-BSD-blue.svg?maxAge=3600stablehttps://api.codacy.com/project/badge/Grade/48b11060b5d249dc86e52dac2be2c715codecov

Welcome to the GitHub repository of CherryPy!

CherryPy is a pythonic, object-oriented HTTP framework.

  1. It allows building web applications in much the same way one wouldbuild any other object-oriented program.
  2. This design results in more concise and readable code developed faster.It's all just properties and methods.
  3. It is now more than ten years old and has proven fast and verystable.
  4. It is being used in production by many sites, from the simplest tothe most demanding.
  5. And perhaps most importantly, it is fun to work with :-)

Here's how easy it is to write "Hello World" in CherryPy:

import cherrypyclass HelloWorld(object):    @cherrypy.expose    def index(self):        return "Hello World!"cherrypy.quickstart(HelloWorld())

And it continues to work that intuitively when systems grow, allowingfor the Python object model to be dynamically presented as a websiteand/or API.

While CherryPy is one of the easiest and most intuitive frameworks outthere, the prerequisite for understanding the CherryPydocumentation is that you havea general understanding of Python and web development.Additionally:

If the docs are insufficient to address your needs, the CherryPycommunity has several avenues for support.

For Enterprise

CherryPy is available as part of the Tidelift Subscription.

The CherryPy maintainers and the maintainers of thousands of other packagesare working with Tidelift to deliver one enterprise subscription that coversall of the open source you use.

Learn more.

Contributing

Please follow the contribution guidelines.And by all means, absorb the Zen ofCherryPy.


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap