• Stars
    star
    205
  • Rank 190,185 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created about 2 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A python Web Framework

Vank

一个基于Python的Web框架

特性

  • 高度个性化: 你可以构建许多自定义的组件添加到配置当中、在恰当的时机使用他们。例如自定义路由转换器、错误处理器等。
  • 低学习成本: 这是一个非常简单的框架,你可以在仅仅几个小时内学习完并熟练使用它。
  • 完备的文档: 具有非常详细的文档供开发者们学习,并且了解框架是如何运行的。

快速开始

  • 安装Vank
pip install vank
  • 初始化项目
python -m vank init -n mysite
  • 运行项目
cd mysite
python main.py

技术文档

Star History

Star History Chart