Skip to main content

kraken-html

Project description

kraken_html

How to use

from kraken_html import kraken_html as m



Quick start

Records

Converts a record into a HTML record, where url are transformed as a links for example

HTML record format

from kraken_html import kraken_html as m

record = {...}
html_record = m.html_record.html_record(record)

HTML record list

from kraken_html import kraken_html as m

records = [{...}, {...}]
records_list = m.html_record.to_list(records)

HTML record form

from kraken_html import kraken_html as m

record = {...}
record_form = m.html_record.to_json(record)

Pages

Pages are full website pages that includes navigation, heaters and footers.

from kraken_html import kraken_html as m

page_content = 'some content...'
webpage = m.pages.blank(page_content)

Sections

Sections are components of pages, building blocks to build full pages

Hero

Image with key benefit

record = {
    "headline": "Headline 1",
    "text": "Some text"
}

theme = 'dark'
page_content = m.section.hero(record, theme)
webpage = m.pages.blank(page_content)

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

kraken-html-0.1.6.tar.gz (26.9 kB view details)

Uploaded Source

Built Distribution

kraken_html-0.1.6-py3-none-any.whl (45.4 kB view details)

Uploaded Python 3

File details

Details for the file kraken-html-0.1.6.tar.gz.

File metadata

  • Download URL: kraken-html-0.1.6.tar.gz
  • Upload date:
  • Size: 26.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for kraken-html-0.1.6.tar.gz
Algorithm Hash digest
SHA256 c781daa746f29dd94d1091f54a5e907b839613b32edc5ee601a78e444c0b39f8
MD5 fa3e782d1c6a3fde89c50629c875e34a
BLAKE2b-256 036c379f649d547735a2a1018acc2f631dcd8fde80f61df775c959c75d9ab2b3

See more details on using hashes here.

File details

Details for the file kraken_html-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: kraken_html-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 45.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for kraken_html-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 6d5fcf69ad992e9bbcd0ab0698e072287ae3b7d929d1f3193c72dfd1be5c4519
MD5 c8d87a94857750b535075ae52fa050ef
BLAKE2b-256 66e378c546d128105d98c1246271efc51b633c9ae5f47266a10c1c4dcb1fdce9

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