HTML but with curly brackets
Project description
BTML
HTML but with curly brackets
Ever felt like plain HTML is lacking some curly brackets? Worry no more, BTML fixes that for you!
Plain HTML (bad):
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My First Web Page</title>
</head>
<body style="background-color: #dddddd">
<!-- This is a comment -->
<h1>Welcome to My Web Page</h1>
<p>This is a simple BTML example with a button below.</p>
<button onclick="alert('Hello, world!')">Click Me</button>
</body>
</html>
BTML (much better):
!html!
html[lang="en"] {
head {
meta[charset="UTF-8"].
title "My First Web Page"
}
body[style="background-color: #dddddd"] {
<# This is a comment #>
h1 "Welcome to My Web Page"
p "This is a simple BTML example with a button below."
button[onclick="alert('Hello, world!')"] "Click Me"
}
}
Installation
BTML can be installed from PyPI using pip:
pip install btml
or using uv's tools feature:
uv tool install btml
Usage
After installing, run:
btml
or if that doesn't work:
pythom -m btml
If installed using uv:
uv tool run btml
License
btml is distributed under the terms of the MIT license.
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 btml-0.1.2.tar.gz.
File metadata
- Download URL: btml-0.1.2.tar.gz
- Upload date:
- Size: 22.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e619e2ff3308621f920ea3a9b30c5201193bddc7f8fc7126d00047a5880c3244
|
|
| MD5 |
d1b0230ae202f7b17a854eb4c953d520
|
|
| BLAKE2b-256 |
40dcad3beee18280f2993277d7acac6d71e8462d5938307060369d0fea209ba8
|
File details
Details for the file btml-0.1.2-py3-none-any.whl.
File metadata
- Download URL: btml-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8ed0003b4a7be297f8e0e9d39626470798617883c1b607f9037a416f6356042
|
|
| MD5 |
208e0dc31e659086788bca46df52894d
|
|
| BLAKE2b-256 |
8417127f28cb021e1f09fc26d7e408e140e9c87a7670cb66de3eb3194cab315e
|