The markdown alternative that agents (and humans) love.
Project description
lessmark
The markdown alternative that agents (and humans) love.
Python parser, validator, formatter, Markdown converter, and CLI for the Lessmark language.
from lessmark import parse_lessmark, validate_source, format_lessmark
ast = parse_lessmark("# Notes\n\nPlain prose becomes a paragraph.\n")
errors = validate_source("# Notes\n")
formatted = format_lessmark("Typed context.\n")
lessmark parse file.lmk
lessmark check file.lmk
lessmark format file.lmk
lessmark from-markdown README.md
lessmark to-markdown file.lmk
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
lessmark-0.1.5.tar.gz
(27.5 kB
view details)
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
lessmark-0.1.5-py3-none-any.whl
(22.3 kB
view details)
File details
Details for the file lessmark-0.1.5.tar.gz.
File metadata
- Download URL: lessmark-0.1.5.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6700a94937e1fa5ee72596e1f4e2e112a841b468f7f238326185ba947421f45
|
|
| MD5 |
aa1b7f36ae07d9e8f3b3dbf34224b9ee
|
|
| BLAKE2b-256 |
00d5c4564f51318eb4f289e0828f1e77b73cdf611f323397367537ac79401e3f
|
File details
Details for the file lessmark-0.1.5-py3-none-any.whl.
File metadata
- Download URL: lessmark-0.1.5-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58c083e8825773d7d74c4438dece49bef3f05b917339d545d350f48c68579277
|
|
| MD5 |
99bb7b0139b158d2b67611ad502e7627
|
|
| BLAKE2b-256 |
559016dab9662a21588cb885f63d32d959654b0813a1440ec3a23d63548436a7
|