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.

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 content using the Parser class.
  • Automatic Server Setup: Use the App class for hassle-free server setup with FastAPI and Uvicorn.
  • Testing Support: Conduct tests on your content or files using the Tests class.

It is recommended that you use python 3.9 (as of 3rd january 2024) for best compatibility

Installation

pip install xtracto

Usage

1. Parser Class

Initialize the Parser class with the content or file path:

Example with content

from xtracto import Parser
content = "Your content here"
parser = Parser(content=content)

Example with a file path

from xtracto import Parser
file_path = "path/to/your/file.pypx"
parser = Parser(path=file_path)

2. Automatic Server Setup

Use the App class for automatic server setup:

from xtracto import App
app = App()

3. Compilation

Compile non-dynamic pages to HTML:

Example

from xtracto import Parser
parser = Parser()
parser.compile(start_path_for_map="/")

Configuration

project root is determined using the presence of xtracto.config.py it must be present otherwise will raise error.

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

Paths in the config file are relative to the project root.

The config file can be empty.

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

  • modules_dir: Directory for modules (default: "xtractocomponents").
  • pages_dir: Directory for pages (default: "xtractopages").
  • strip_imports: Whether to strip imports (default: True).
  • raise_value_errors_while_importing: Whether to raise value errors during imports (default: True).

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.2.tar.gz (737.1 kB view details)

Uploaded Source

Built Distribution

xtracto-0.0.2-py3-none-any.whl (764.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: xtracto-0.0.2.tar.gz
  • Upload date:
  • Size: 737.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for xtracto-0.0.2.tar.gz
Algorithm Hash digest
SHA256 92dbf923633c676c86c3ef4afda8502af4ea574c00ebe7d1a12a4256f97ae7c9
MD5 2f20a3232392586accd625e902b8c936
BLAKE2b-256 9cfcfd216b8f84d07d4dd1f48f025e5533f95338471dae6ae80e84a62aacf4ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xtracto-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 764.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.9

File hashes

Hashes for xtracto-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 072702710a65595464f0d65f69530ebfa58bd9c5b37737de6429d23eb404f0ac
MD5 b7ec65e96b92666b3f1b68c84044b51c
BLAKE2b-256 638655fc07548924e509136f946c1e5863c3b82ff64e642af03a5cad4f16d0c1

See more details on using hashes here.

Supported by

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