Skip to main content

Simple Webcomponents with flask

Project description

ForTheBadge uses-badges ForTheBadge uses-badges ForTheBadge uses-badges

Version: Alpha License: MIT Pypi version ReadTheDocs Travis (.org) codecov Code Climate maintainability

Flask-Socket.IO-lit-html

Webcomponents with Flask and SocketIO

Quick Start on documentation

Todo App example

Proof of concept project to use Webcomponents in Python Flask

  • Generate a restful API (inspired from Flask-Restful)
  • Update html on data changes through socketio (Inspired from Angular properties reflection)
  • Based on the powerful lit-element library
  • Progressive Web App compatibility: Component data cached in sessionStorage

Usage philosophy

Create user webcomponent from sqlalchemy design. GET and POST API on /user.

class User(db.Model):
    username = db.Column(db.String(80), nullable=False)

blueprint = User.configure_blueprint("/user", "user-item", "User.html")
app.register_blueprint(blueprint)

Define the webcomponent view in a jinja template

{% block render %}
<strong>${ this.username }</strong>
{% endblock %}

Display the second user of your database with live update:

<script type="module" src="{{url_for('user-item.webcomponent')}}"></script>
<div> user 2: <user-item index=2 ></user-item></div>

This code represent the idea behind the module, look at app.py for a working example. Project may be modeled on wtforms-alchemy

Contribute : Pull requests are welcome !

Edit with Gitpod

Updating autodoc

cd docs && sphinx-apidoc -o source/ ../flask_socketio_lit_html

Build and test package

poetry build && pip3 install dist/flask_socketio_lit_html* --force-reinstall

Running browser tests

cd tests ; yarn ; yarn test

Webcomponent's shadow root are disabled when running testcafe (for selecting components)

Build lit-element with rollup.js

cd dependencies/ && yarn && yarn build ; cd ..

Any questions ?

Join the community on Spectrum

External resources

Learn webcomponents and lit-element on dev.to

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flask-socketio-lit-html-0.1.10.tar.gz (31.9 kB view details)

Uploaded Source

Built Distribution

flask_socketio_lit_html-0.1.10-py3-none-any.whl (31.6 kB view details)

Uploaded Python 3

File details

Details for the file flask-socketio-lit-html-0.1.10.tar.gz.

File metadata

  • Download URL: flask-socketio-lit-html-0.1.10.tar.gz
  • Upload date:
  • Size: 31.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.8.10 Linux/5.8.0-1033-azure

File hashes

Hashes for flask-socketio-lit-html-0.1.10.tar.gz
Algorithm Hash digest
SHA256 9b03976caf0aa63b08fbd3fb10b18494109e3ec6aaf0b72fc46a32ff0325f138
MD5 55034adba6857cf1b4dc09561414d85f
BLAKE2b-256 a31f4035776f36ebb4c1d089bedc1df5bc38436ec43bf35b4ac5d44b249ec697

See more details on using hashes here.

File details

Details for the file flask_socketio_lit_html-0.1.10-py3-none-any.whl.

File metadata

File hashes

Hashes for flask_socketio_lit_html-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 58f62352dfc63739217ea6e18c3567bc0d09713a9ea264f74c50458d6654b07d
MD5 b6957da1601e51649d89be189bcf94e9
BLAKE2b-256 fd1006d5dcdfd9600da5270f246679861bee1f1b7486c85b05016610f72307a6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page