Skip to content

Commit 8ac4e5e

Browse files
mavamclaude
andcommitted
Release python v1.1.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1c2cf72 commit 8ac4e5e

File tree

4 files changed

+18
-1
lines changed

4 files changed

+18
-1
lines changed

plugins/python/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Python coding conventions for Tenzir projects",
55
"author": {
66
"name": "Tenzir",

plugins/python/changelog/unreleased/expanded-python-conventions-guidance.md renamed to plugins/python/changelog/releases/v1.1.1/entries/expanded-python-conventions-guidance.md

File renamed without changes.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
created: 2026-01-22
2+
title: Expanded Conventions Guidance
3+
intro: >-
4+
This release expands the Python conventions skill with guidance on default
5+
6+
libraries (pydantic, FastAPI, Click), package structure best practices, and
7+
8+
testing patterns with pytest.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This release expands the Python conventions skill with guidance on default libraries (pydantic, FastAPI, Click), package structure best practices, and testing patterns with pytest.
2+
3+
## 🔧 Changes
4+
5+
### Expanded Python conventions guidance
6+
7+
The Python conventions skill now includes expanded guidance on default libraries, package structure, and testing practices. The skill recommends using pydantic for models, FastAPI for REST APIs, and Click for CLI interfaces to maintain consistency across Tenzir repositories. New sections cover package structure best practices, including keeping `__init__.py` files empty and using absolute imports, as well as unit testing conventions with pytest, CliRunner, and parametrization patterns.
8+
9+
*By @lava in #6.*

0 commit comments

Comments
 (0)