Datasette SQL functions for very simple HTML operations
Project description
datasette-simple-html
Datasette SQL functions for very simple HTML operations
Installation
Install this plugin in the same environment as Datasette.
datasette install datasette-simple-html
Usage
This plugin provides the following SQL functions:
html_strip_tags(text)
Returns the text with any <...>
tags removed.
html_escape(text)
Escapes any HTML special characters in the text, e.g. >
becomes >
. Uses html.escape(text, quote=True) from the Python standard library.
html_unescape(text)
Unescapes any HTML special characters, so >
becomes >
. Also handles numeric entities, so '
becomes '
. Uses html.unescape(text) from the Python standard library.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd datasette-simple-html
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
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
File details
Details for the file datasette-simple-html-0.2.tar.gz
.
File metadata
- Download URL: datasette-simple-html-0.2.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09c05feff154d40415b61eb4adb7be8d473cb21f32563c10a961c19dcfcb8089 |
|
MD5 | 5e8cd49e81f313dbd94cc0ff6ee8a3cf |
|
BLAKE2b-256 | 63d05862c7090f9faf1c5e193b44cbbbd0bb3f5facb667d93b98cab03205eac7 |
File details
Details for the file datasette_simple_html-0.2-py3-none-any.whl
.
File metadata
- Download URL: datasette_simple_html-0.2-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc6f2502bf935a16cda2c1d622ed8c4386bc830877f982409580658c20b5507a |
|
MD5 | e124c0fcea5a0b5dfbbd5117f6cbf923 |
|
BLAKE2b-256 | 66ac4c2af864b63b83365b05e9916ee49b995ddd527c33996eca634c450a93d8 |