Skip to main content

Modern language for markup generation with Python-like concise syntax, custom tags & Django integration. HTML templates reinvented.

Project description

Hypertag is a modern language for front-end development that allows writing markup documents in a way similar to writing Python scripts, where indentation determines relationships between nested elements and removes the need for explicit closing tags. Hypertag provides:

More information:

Setup

Install:

pip install hypertag-lang               # watch out the name, it is "hypertag-lang"

Usage:

from hypertag import HyperHTML
html = HyperHTML().render(script)       # rendering of a Hypertag `script` to HTML

Why to use Hypertag

  • Concise syntax: inspired by Python, the indentation-based syntax is a lot cleaner, more readable and maintainable than raw markup; it requires less typing, is less redundant, and lets you concentrate on coding rather than chasing unmatched opening-closing tags.
  • Code reuse by means of functions/classes is the corner stone of programming, yet it is missing from HTML; this is fixed now with Hypertag: programmers can create reusable components in a form of custom tags (hypertags), defined either as Python functions (external tags) or directly in a document using Hypertag syntax (native tags); hypertags can be parameterized and may represent complex pieces of combined: content, style and layout - for a reuse across documents.
  • Fine-grained control over rendering process is possible with a range of native control blocks (for, while, if-elif-else, try-else) constituting a core part of Hypertag syntax, unlike in templating languages, where control structures are artificially overlaid on top of another language (HTML).
  • Modularity in Hypertag is modeled after Python's: every script may import tags and variables from other scripts, from Python modules, and from the dynamic context of script rendering; scripts and modules are arranged into packages; with these mechanisms in place, building libraries of reusable components is easy and fun.
  • Applicability to different target languages. Hypertag is not just a templating system put on top of HTML. Hypertag is a full-featured standalone programming language tailored to the generation of documents of all kinds. By defining new tags, Hypertag can be adapted to produce an arbitrary document description language.

Acknowledgements

Hypertag was partially modeled on Python's syntax, and was inspired by indentation-based templating languages: Slim, Plim, Shpaml, Haml.

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

hypertag-lang-1.1.4.tar.gz (96.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hypertag_lang-1.1.4-py3-none-any.whl (92.7 kB view details)

Uploaded Python 3

File details

Details for the file hypertag-lang-1.1.4.tar.gz.

File metadata

  • Download URL: hypertag-lang-1.1.4.tar.gz
  • Upload date:
  • Size: 96.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.10

File hashes

Hashes for hypertag-lang-1.1.4.tar.gz
Algorithm Hash digest
SHA256 0acb700a5811e6d4a49757f184c7e137757ebfe9bc45839fbd055b71c8e304fe
MD5 08aa438d0b8aa424a21f4abc64d4ef54
BLAKE2b-256 d3662da45f152281f39b3f8ec0fb20bae5542f4707630b0963a74518f03592c8

See more details on using hashes here.

File details

Details for the file hypertag_lang-1.1.4-py3-none-any.whl.

File metadata

  • Download URL: hypertag_lang-1.1.4-py3-none-any.whl
  • Upload date:
  • Size: 92.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.10

File hashes

Hashes for hypertag_lang-1.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1b9f40115b653939ca2ee5c91aa7e9a8445f62af48073ae25910c6da039a7319
MD5 23287542597eeba4a1e520adbabc23b0
BLAKE2b-256 0ad56bd7b8df8c62e7cf5b125d0398d6a6aaee45a031db0f4db533089b382c9c

See more details on using hashes here.

Supported by

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