Skip to main content

jinjanator-plugin-format-toml: Provides TOML format (data input) support for jinjanator

This plugin allows jinjanator to parse TOML data for processing in templates. The format can be selected using --format toml or autoselected by using a data file with a name ending with .toml.

Installation

pip install jinjanator-plugin-format-toml

Usage

Suppose you have an NGINX configuration file template, nginx.j2:

server {
  listen 80;
  server_name {{ nginx.hostname }};

  root {{ nginx.webroot }};
  index index.htm;
}

And you have a TOML file with the data, nginx.toml:

[nginx]
hostname="localhost"
webroot="/var/www/project"

This is how you render it into a working configuration file:

$ jinjanate nginx.j2 nginx.toml > nginx.conf

Options

This format does not support any options.

Release Information

Backwards-incompatible Changes

  • Support for Python 3.9 has been removed, and support for Python 3.14 has been added. Since the minimum supported version is now 3.10, the code has been updated to use features introduced in that version.

  • Upgraded to version 25.1.0 of jinjanator-plugins.

Additions

  • Added testing against Python 3.13 (again).

→ Full Changelog

Release files for jinjanator-plugin-format-toml 25.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for jinjanator-plugin-format-toml 25.1.0
File Size Uploaded
jinjanator_plugin_format_toml-25.1.0.tar.gz 9.2 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for jinjanator-plugin-format-toml 25.1.0
File Interpreter ABI Platform
jinjanator_plugin_format_toml-25.1.0-py3-none-any.whl Python 3 none any Details

Total release size: 16.6 kB

Release files / jinjanator_plugin_format_toml-25.1.0.tar.gz

Download URL jinjanator_plugin_format_toml-25.1.0.tar.gz
Size 9.2 kB
Tags Source
SHA-256 checksum
How to use checksums
5cf78a216d3db58b25d88db88df2872fe788cad2f7326fbff62b6a56fcc0d213
BLAKE2b-256 checksum
How to use checksums
2c71684b2b7452acc204d2a135cc1073805e09ab55e3d58cb29c8efe32edb7de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Oct 18, 2025.

Transparency log

Release files / jinjanator_plugin_format_toml-25.1.0-py3-none-any.whl

Download URL jinjanator_plugin_format_toml-25.1.0-py3-none-any.whl
Size 7.4 kB
Tags Python 3
SHA-256 checksum
How to use checksums
9c6213a54e1ec66a0e01218544697130f87186bbd8d2a37425052787a5de303f
BLAKE2b-256 checksum
How to use checksums
90b99f145733051310b7a094c6c42dad9459c00bf3ae6a83b69934284f208579
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Oct 18, 2025.

Transparency log

Release history Release notifications | RSS feed

This release

25.1.0 This release

2 release files

24.2.0

2 release files

24.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page