Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anpylar/anpylar
Python client-side web development framework
https://github.com/anpylar/anpylar
browser framework python web web-application-development web-application-framework
Last synced: 3 months ago
JSON representation
Python client-side web development framework
- Host: GitHub
- URL: https://github.com/anpylar/anpylar
- Owner: anpylar
- License: mit
- Created: 2018-01-06T23:25:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:35:21.000Z (over 6 years ago)
- Last Synced: 2024-04-08T04:04:26.809Z (7 months ago)
- Topics: browser, framework, python, web, web-application-development, web-application-framework
- Language: JavaScript
- Homepage: https://www.anpylar.com
- Size: 4.5 MB
- Stars: 159
- Watchers: 13
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
*AnPyLar*
=========.. image:: https://img.shields.io/github/release/anpylar/anpylar.svg
:alt: Release
:scale: 100%
:target: https://github.com/anpylar/anpylar/releases/.. image:: https://img.shields.io/github/license/anpylar/anpylar.svg
:alt: License MIT
:scale: 100%
:target: https://github.com/anpylar/anpylar/blob/master/LICENSEA 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
------ Website: https://www.anpylar.com
- Documentation: https://docs.anpylar.com
- Community: https://community.anpylar.comRepositories
------------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-tutorialInstallation
------------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.