A Python library for generating (rendering) static HTML web pages
Project description
WebpageMaker
Description
It is Python library for generating (rendering) static HTML web pages.
What can it do?
It can make lots of webpages and render them for you!
How can I use it?
You can import it using the following code:
import wpmaker
Then you can use it to create your first HTML webpage created using WebpageMaker!
You can also use the following code to create a new HTML object (which is essentially an instance of a class):
webpage = wpmaker.newHtmlObj(head=wpmaker.title("Hello World"), body=wpmaker.h("Hello, world!"))
You can retrieve the generated HTML document at any time through the code attribute of this instance. For example:
print(webpage.code)
And you can find more information in the official document.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file webpage-maker-1.1.1.tar.gz.
File metadata
- Download URL: webpage-maker-1.1.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c70e8815c972cff68593ee0238080cfefd6430dccd53175ba9d9c17fee1f53c0
|
|
| MD5 |
a8c4d90239f8c01ce63fefc2430004dd
|
|
| BLAKE2b-256 |
420c62463589f9db665b76d75b34924f68e7299960294eebad051049ebe97605
|
File details
Details for the file webpage_maker-1.1.1-py3-none-any.whl.
File metadata
- Download URL: webpage_maker-1.1.1-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.9.6 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/1.0.0 urllib3/1.26.18 tqdm/4.64.1 importlib-metadata/4.8.3 keyring/23.4.1 rfc3986/1.5.0 colorama/0.4.5 CPython/3.6.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e09834a3430e87c9b62fdd7912de2056a5be30c9572ceb20d54b6da92f11943b
|
|
| MD5 |
a2f6fb2bb1551cc05ad81b620897daef
|
|
| BLAKE2b-256 |
516dbbff1b07d7f0eef0ad4faa0b1e3398b5d2d6cabca10e7711d7b90df2d5fa
|