Skip to main content

Add your description here

Project description

Peeler

A tool to use a pyproject.toml file instead (or alongside) of the blender_manifest.toml required for building blender add-ons since Blender 4.2 .

To install run:

pip install peeler

Feature

Create a blender_manifest.toml from values in your pyproject.toml

How to

  • Make sure to have a pyproject.toml with basic field values:
# pyproject.toml

[project]
name = "My Awesome Addon"
version = "1.0.0"
  • Some meta-data are specific to Blender, such as blender_version_min, you can specify theses in your pyproject.toml file under the [tool.peeler.manifest] table, here's a minimal pyproject.toml working version:
# pyproject.toml

[project]
name = "My Awesome Addon"
version = "1.0.0"

[tool.peeler.manifest]
blender_version_min = "4.2.0"
id = "my_awesome_addon"
license = ["SPDX:0BSD"]
maintainer = "John Smith"
tagline = "A short description"
  • Run peeler to create (or update) blender_manifest.toml:
peeler manifest /path/to/your/pyproject.toml /path/to/blender_manifest.toml
# created blender_manifest.toml

version = "1.0.0"
name = "My Awesome Addon"
schema_version = "1.0.0"
type = "add-on"
blender_version_min = "4.2.0"
id = "my_awesome_addon"
license = ["SPDX:0BSD"]
maintainer = "John Smith"
tagline = "A short description"

Authors

  • Maxime Letellier - Initial work

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

peeler-0.1.2.tar.gz (44.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

peeler-0.1.2-py3-none-any.whl (46.3 kB view details)

Uploaded Python 3

File details

Details for the file peeler-0.1.2.tar.gz.

File metadata

  • Download URL: peeler-0.1.2.tar.gz
  • Upload date:
  • Size: 44.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for peeler-0.1.2.tar.gz
Algorithm Hash digest
SHA256 f4ce8cb150c1ef41d9e35fcf0957eb76e9c27ba7fa636d1f24a8d62bc065f075
MD5 1bc8ea0165a5dc160c686c5f5e45899e
BLAKE2b-256 080aff3dc1879cdc33eb128baaadb2376704df51dc0031698fdd754567395494

See more details on using hashes here.

Provenance

The following attestation bundles were made for peeler-0.1.2.tar.gz:

Publisher: release.yaml on Maxioum/Peeler

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file peeler-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: peeler-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 46.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for peeler-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9fa2c87fda5d856c63f98882235aba64c0be0347a0ad05b7f6b6acca19439435
MD5 91131509fe19acd563bc2325de6bd995
BLAKE2b-256 6230b24a7115d1b81be4fbfecdf17eae0daf38186cd7b3b00d550e4483ab9b7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for peeler-0.1.2-py3-none-any.whl:

Publisher: release.yaml on Maxioum/Peeler

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page