Skip to main content

Opinionated parsing of gemtext.

Project description

trimgmi

Opinionated parsing of gemtext.

Usage

See "convert", "command" and "sample" modules for examples.

FIXME: Document this in more detail.

Description

Gemtext (GMI) is a lightweight, line-oriented markup language designed for the Gemini internet protocol. This module parses gemtext, ignoring extraneous whitespace. Text after closing ``` marks is also ignored.

The resulting objects can be rendered line-by-line without further parsing logic.

Also included are:

  • round-trip render back to GMI with minimal whitespace
  • simple render to CommonMark
  • opinionated render to HTML
  • primitive command line tools for the above

Read more about gemtext:

Implementation

This module has no external dependencies.

This implementation is deliberately verbose so that a developer can confirm by reading that the parser follows the gemtext specification. Optimising the core module is out-of-scope.

Testing

The following commands should run without changing the target files:

trimgmi test_search
# example.gmi remains tidy
# example.txt remains untidy
# *.license remain unchanged

convertgmi gmi README test_output/README.gmi  # identical
convertgmi md README test_output/README.md  # readable
convertgmi html README test_output/README.html  # readable

FIXME: Implement and document a comprehensive round-trip test harness.

Build

python setup.py sdist bdist_wheel

If everything works as expected you should end up with the files:

dist/trimgmi-<version>-py3-none-any.whl
dist/trimgmi-<version>.tar.gz

You can now optionally upload to PyPI:

twine upload dist/*

Sharing and contributions

trimgmi
https://gitlab.com/lofidevops/trimgmi
Copyright 2022 David Seaward and contributors
SPDX-License-Identifier: GPL-3.0-or-later

Shared under GPL-3.0-or-later. We adhere to the Contributor Covenant 2.0 without modification, and certify origin per DCO 1.1 with a signed-off-by line (git -s). Contributions under the same terms are welcome.

For details see COPYING, CODE_OF_CONDUCT.md (report via private ticket) and CONTRIBUTING.DCO.txt.

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

trimgmi-0.0.5.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

trimgmi-0.0.5-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file trimgmi-0.0.5.tar.gz.

File metadata

  • Download URL: trimgmi-0.0.5.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for trimgmi-0.0.5.tar.gz
Algorithm Hash digest
SHA256 2c63e23779eb7c4a7303280d7e5761b0dde5173b4afa1047c04668afe604eab8
MD5 fe882d3fdc884a1d4485b6fb5aefddf6
BLAKE2b-256 01ffaf68f445cdae5ef1e51ab4febc5865129b1d7ed9568ad840b128815bc90c

See more details on using hashes here.

File details

Details for the file trimgmi-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: trimgmi-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.10

File hashes

Hashes for trimgmi-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 003f3f0dfc8869d66861a319e71dd5a5ff34c0786b8abe7776dfcc4b3aa374c8
MD5 f893a3bb91048250e9885294c93b9e5a
BLAKE2b-256 d4fce327b651c8f03c807762227eab0a46781cb9e509a3a7d2d1ddda2c6ebcff

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