Skip to main content

A powerful template engine with Python expression evaluation

Project description

Xylo

A powerful template engine with Python expression evaluation.

Installation

pip install xylo.py

Usage

from xylo import xylo

# Basic expressions
xylo("text $(1 + 5)")  # "text 6"

# Variables via context
xylo("Hello $(name)!", {"name": "World"})  # "Hello World!"

# Conditionals
xylo("$if(x > 5) Big $else Small $end", {"x": 10})  # " Big "

# Loops
xylo("$for(i in range(3)) $(i) $end")  # " 0  1  2 "

# Functions
xylo('$function(greet, name) Hello, $(name)! $end $call(greet, "World")')  # "  Hello, World! "

Features

  • Expressions: $(expression) - Evaluate and insert Python expressions
  • Exec: $exec(code) - Execute Python code without output
  • Conditionals: $if(cond) ... $elif(cond) ... $else ... $end
  • Loops: $for(var in iterable) ... $end, $while(cond) ... $end
  • Functions: $function(name, args) ... $end and $call(name, args)
  • Switch: $switch(expr) $case(val) ... $default ... $end
  • Error handling: $try ... $catch(e) ... $end, $raise(msg), $assert(cond)
  • Context managers: $with(expr as var) ... $end
  • Control flow: $break, $continue, $return

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

xylo_py-0.1.1.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

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

xylo_py-0.1.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file xylo_py-0.1.1.tar.gz.

File metadata

  • Download URL: xylo_py-0.1.1.tar.gz
  • Upload date:
  • Size: 9.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for xylo_py-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0cdc81e1bb939a0129ecc4ac85a900abe02066d324882f349ec64838dc62d4fa
MD5 d939b2c6fb6a038ed27c97a12360fa67
BLAKE2b-256 2718027302a09b3cf6dad690d79298fcaf5f85412a13c155992a1b381f0eca5e

See more details on using hashes here.

File details

Details for the file xylo_py-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: xylo_py-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for xylo_py-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 47e468fb38cb8d52520d76b716e754e011ea6880367c29afa67ce84f6c736193
MD5 773a92a71ccb7c06ad2121be727ab6de
BLAKE2b-256 a423ed8e81e4146938623a36fe9e14de439e173a7d89796a8796fa0447e17670

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