Skip to main content

HTML but with curly brackets

Project description

BTML

PyPI - Version PyPI - Python Version

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

btml-0.1.0.tar.gz (22.1 kB view details)

Uploaded Source

Built Distribution

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

btml-0.1.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file btml-0.1.0.tar.gz.

File metadata

  • Download URL: btml-0.1.0.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.15

File hashes

Hashes for btml-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c3bed1dd0e7b7924edf906d7751af5e1ea38deec301493c513bd4b2985dec9fb
MD5 4cbe563dfd7587ced655feebaabf1920
BLAKE2b-256 dab021f718a911b05713acebfaace8ee23dabdc36413b8c250e781398a3a5640

See more details on using hashes here.

File details

Details for the file btml-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: btml-0.1.0-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

Hashes for btml-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 45f1fa74915745705431b0de74256a0217f5bbeb8976dd0521d5afcd890ae68c
MD5 c49f9023ad814343d163dabc80f00257
BLAKE2b-256 2c45c2aadc838dd13986c8687dcd3c3b667a46f72407b41c1ae8d5e785e4c330

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