Python client-side web development framework

anpylar anpylar Last update: Nov 04, 2023

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.

Subscribe to our newsletter