Add your description here
Project description
Peeler
A tool to use a
pyproject.tomlfile instead (or alongside) of theblender_manifest.tomlrequired 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.tomlwith 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 yourpyproject.tomlfile under the[tool.peeler.manifest]table, here's a minimalpyproject.tomlworking 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4ce8cb150c1ef41d9e35fcf0957eb76e9c27ba7fa636d1f24a8d62bc065f075
|
|
| MD5 |
1bc8ea0165a5dc160c686c5f5e45899e
|
|
| BLAKE2b-256 |
080aff3dc1879cdc33eb128baaadb2376704df51dc0031698fdd754567395494
|
Provenance
The following attestation bundles were made for peeler-0.1.2.tar.gz:
Publisher:
release.yaml on Maxioum/Peeler
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
peeler-0.1.2.tar.gz -
Subject digest:
f4ce8cb150c1ef41d9e35fcf0957eb76e9c27ba7fa636d1f24a8d62bc065f075 - Sigstore transparency entry: 167477632
- Sigstore integration time:
-
Permalink:
Maxioum/Peeler@ae9a10cb6570dbfce25a0d85e5a93ba2b7d25783 -
Branch / Tag:
refs/tags/0.1.2 - Owner: https://github.com/Maxioum
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@ae9a10cb6570dbfce25a0d85e5a93ba2b7d25783 -
Trigger Event:
push
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9fa2c87fda5d856c63f98882235aba64c0be0347a0ad05b7f6b6acca19439435
|
|
| MD5 |
91131509fe19acd563bc2325de6bd995
|
|
| BLAKE2b-256 |
6230b24a7115d1b81be4fbfecdf17eae0daf38186cd7b3b00d550e4483ab9b7c
|
Provenance
The following attestation bundles were made for peeler-0.1.2-py3-none-any.whl:
Publisher:
release.yaml on Maxioum/Peeler
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
peeler-0.1.2-py3-none-any.whl -
Subject digest:
9fa2c87fda5d856c63f98882235aba64c0be0347a0ad05b7f6b6acca19439435 - Sigstore transparency entry: 167477633
- Sigstore integration time:
-
Permalink:
Maxioum/Peeler@ae9a10cb6570dbfce25a0d85e5a93ba2b7d25783 -
Branch / Tag:
refs/tags/0.1.2 - Owner: https://github.com/Maxioum
-
Access:
private
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yaml@ae9a10cb6570dbfce25a0d85e5a93ba2b7d25783 -
Trigger Event:
push
-
Statement type: