Pyplaterr
Build html component with python.
from pyplater import * # import all tag
documents = html(
head(
meta(charset="utf-8"),
link(rel="stylesheet", href="./style.css"),
title("Documents"),
),
body(
h1("The title"),
p("lorem ipsum"),
),
)
print(documents.render())
Contributing
Whether reporting bugs, discussing improvements and new ideas or writing extensions: Contributions to Pyplaterr are welcome! Here’s how to get started:
Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug
Fork the repository on Github, create a new branch off the master branch and start making your changes (known as GitHub Flow)
Write a test which shows that the bug was fixed or that the feature works as expected to cover your change
Send a pull request and bug the maintainer until it gets merged and published ☺
Release files for pyplater 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyplater-0.1.0.tar.gz | 6.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyplater-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.1 kB
Release files / pyplater-0.1.0.tar.gz
| Download URL | pyplater-0.1.0.tar.gz |
|---|---|
| Size | 6.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7f3310e309f680b384f863911747503c43279a7d24c1a2319bedbdbd3b1f5fef
|
|
BLAKE2b-256 checksum How to use checksums |
69731b8833880bf71f0d13602bb3da258f7b754723ac041dfc6f9424f5ff9417
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|
Release files / pyplater-0.1.0-py3-none-any.whl
| Download URL | pyplater-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
af80eb7b1cdaff37a615fb1bbb4cc77cebd31eeb3a1a72468b047f4b38c3e990
|
|
BLAKE2b-256 checksum How to use checksums |
6780094e2ff8afd23a45f1375853c81f9caa06d0f5c0a0c996b9f6c00b3aa5c2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|