Skip to main content

Xtracto is a lightweight web development framework designed to simplify the process of creating dynamic web pages using Python and pypx.

Project description

Xtracto Web Development Framework

eXtensible, Configurable, and Reusable Automation Component Tool and Organizer for html through pypx

Xtracto is a lightweight web development framework designed to simplify the process of creating dynamic web pages using Python. It uses a custom markup language called pypx (Python Page eXtension) that compiles to HTML with Jinja2 templating support.

This module is a parser for pypx (custom markup language) to html


read pypx.md to understand the custom markup language

Features

  • Parser Class: Easily parse and transform pypx content using the Parser class.
  • Component System: Build reusable components and import them into your pages.
  • Layout Support: Define layouts to wrap your pages with consistent headers, footers, etc.
  • Jinja2 Integration: Use Jinja2 syntax for variables, loops, and logic.
  • Tailwind CSS Support: Automatically generates Tailwind CSS based on your usage.
  • Build System: Pre-render your pages to HTML for production.

It is recommended that you use python 3.9+ for best compatibility

Installation

pip install xtracto

Sample project

You can view a sample project at shashstormer/xtracto_website.

Usage

1. Parser Class

Initialize the Parser class with the content or file path:

Example with content

from xtracto import Parser
content = "html\n    body\n        h1\n            Hello World"
parser = Parser(content=content)
parser.render()
print(parser.html_content)

Example with a file path

from xtracto import Parser
# Assuming you have configured xtracto.config.py
parser = Parser(path="index.pypx")
parser.render()
print(parser.html_content)

2. Building for Production

Use the Builder class to compile all your pages to HTML:

from xtracto import Builder
builder = Builder()
builder.build()

Configuration

The project root is determined by the presence of xtracto.config.py. It must be present in your project root directory.

Paths in the pypx files are relative to the project root.

Customize project-specific configurations in the xtracto.config.py file:

# xtracto.config.py
modules_dir = "xtractocomponents" # Directory for reusable components
pages_dir = "xtractopages"       # Directory for your pages
build_dir = "build"              # Directory for built HTML files
log_level = "info"               # Logging level
reparse_tailwind = False         # Whether to regenerate Tailwind CSS on render
production = False               # Production mode flag

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

xtracto-0.0.12.tar.gz (752.7 kB view details)

Uploaded Source

Built Distribution

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

xtracto-0.0.12-py3-none-any.whl (783.5 kB view details)

Uploaded Python 3

File details

Details for the file xtracto-0.0.12.tar.gz.

File metadata

  • Download URL: xtracto-0.0.12.tar.gz
  • Upload date:
  • Size: 752.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for xtracto-0.0.12.tar.gz
Algorithm Hash digest
SHA256 57464a54c2f2b0e63d6351803530f23ee9e4bf99fe1bb13aa47627332b5db107
MD5 b007c8c68458112ff690b24b6bc39879
BLAKE2b-256 9b4071bb63099827be3351c57922699375972504ca08ecf27ec0d3d66d694fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for xtracto-0.0.12.tar.gz:

Publisher: publish-on-push.yml on shashstormer/xtracto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file xtracto-0.0.12-py3-none-any.whl.

File metadata

  • Download URL: xtracto-0.0.12-py3-none-any.whl
  • Upload date:
  • Size: 783.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for xtracto-0.0.12-py3-none-any.whl
Algorithm Hash digest
SHA256 261b1f96889f1f64a3354349285109de863eae1e142be1241d1e9713908273db
MD5 32f9a7645eca7e8e46799dbef570aa75
BLAKE2b-256 78c408f91c20d36b06153627eb011b45d812ba90550386f503f065b59cb5a4ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for xtracto-0.0.12-py3-none-any.whl:

Publisher: publish-on-push.yml on shashstormer/xtracto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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