AnPyLar - 一个用于创建Web应用的Python客户端

AnPyLar - 一个用于创建Web应用的Python客户端

Python Web开发框架

访问GitHub主页

共156Star

详细介绍

AnPyLar

Release License MIT

A client-side Python framework for creating web applications.

It eases development by providing a modular approach with integrated support for components, supercharged DOM Nodes, scoped styling, a routing engine and reactive programming and promises (Python promises)

Sites

Repositories

The AnPyLar project is broken down into different repositories:

  • This repo contains the actual framework which is loaded in web applications

Other repositories:

Installation

For those without time to go through the documentation.

Via pip:

pip install anpylar

And yes ... now you have to read the docs.

For direct on-line usage, the link is:

  • https://cdn.rawgit.com/anpylar/anpylar/1.1.5/anpylar.js

And with line number information:

  • https://cdn.rawgit.com/anpylar/anpylar/1.1.5/anpylar_debug.js

You can choose your own version by simply replacing 1.1.5 with the version of your choosing.

推荐源码