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)
- Website: https://www.anpylar.com
- Documentation: https://docs.anpylar.com
- Community: https://community.anpylar.com
The AnPyLar project is broken down into different repositories:
- This repo contains the actual framework which is loaded in web applications
Other repositories:
- Documentation: https://github.com/anpylar/anpylar-docs
- Command Line Interface: https://github.com/anpylar/anpylar-cli
- Tutorial and Samples: https://github.com/anpylar/anpylar-tutorial
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.