python-development
SKILL.md
Python Development Skill
Modern Python Standards (3.10+)
Type Hints and Annotations
from typing import Protocol, TypeVar, Generic
from collections.abc import Sequence, Mapping
from pathlib import Path
from typing import Protocol, TypeVar, Generic
from collections.abc import Sequence, Mapping
from pathlib import Path