Skip to main content

Mkdocs plugin to render protobuf messages

Project description

Mkdocs Protobuf plugin

build codecov PyPI version


Source Code: https://github.com/rymurr/mkdocs_protobuf


This plugin inserts protobuf messages into template parameters in mkdocs websites. It can be used to embed Protobuf IDL into documentation sites.

Usage

To use in mkdocs install via pip pip install mkdocs_protobuf.

Add the following to mkdocs.yml

plugins:
 - mkdocs_protobuf:
     proto_dir: /path/to/proto/files

The plugin will search for any templataes like the following: %%% proto.message.MessageName %%% and will replace the template with the protobuf message MessageName. See the tests directory for an example. The escape characters are odd as to not interfere w/ Jinja2 templating from other plugins.

Development

Setup environement

You should have Pipenv installed. Then, you can install the dependencies with:

pipenv install --dev

After that, activate the virtual environment:

pipenv shell

Run unit tests

You can run all the tests with:

make test

Alternatively, you can run pytest yourself:

pytest

Format the code

Execute the following command to apply isort and black formatting:

make format

License

This project is licensed under the terms of the Apache Software License 2.0.

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

mkdocs_protobuf-0.0.7.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

mkdocs_protobuf-0.0.7-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file mkdocs_protobuf-0.0.7.tar.gz.

File metadata

  • Download URL: mkdocs_protobuf-0.0.7.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for mkdocs_protobuf-0.0.7.tar.gz
Algorithm Hash digest
SHA256 1f6a93d2b934b39d36825b28bde557b61af3af171d3f659261717bd6612d611e
MD5 73e4fe636483c6256253bd462f22bc35
BLAKE2b-256 7efdf94d712a6780cbd15676403ed470057252f80b31c73317e322c240b65d59

See more details on using hashes here.

File details

Details for the file mkdocs_protobuf-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: mkdocs_protobuf-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 4.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for mkdocs_protobuf-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 7fa8f222049a2889ab7f500e799cb21208bb82f97705ffe47035dc40c5eea12e
MD5 0f75183fa217f606645aa51f5abc7b60
BLAKE2b-256 211a6854f31d62336bd821423ac1b88e31c00cc0c15a57849ca5a026faf61440

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