Skip to main content

Brython-components is an easy implementation of brython's webcomonent

Project description

Brython-components

Brython-components is an easy implementation of brython's webcomonent.

Installation

Use the package manager pip to install.

pip install brip
brip install brython-components

Usage

'''python from brython_components impoprt defineElement, customElement

@defineElement("bold-italic") class BoldItalic(customElement): def connectedCallback(self): super().connectedCallback() print("connected callback", self)

def render(self):
    return f"<b><i>{self.attrs['data-val']}</i></b>"

'''

License

MIT

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

brython-components-0.1.2.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

brython_components-0.1.2-py3-none-any.whl (2.7 kB view hashes)

Uploaded Python 3

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