·python-packaging
</>

python-packaging

wshobson/agents

適切なプロジェクト構造、setup.py/pyproject.toml を使用して配布可能な Python パッケージを作成し、PyPI に公開します。 Python ライブラリをパッケージ化する場合、CLI ツールを作成する場合、または Python コードを配布する場合に使用します。

2.1Kインストール·67トレンド·@wshobson

インストール

$npx skills add https://github.com/wshobson/agents --skill python-packaging

SKILL.md

Comprehensive guide to creating, structuring, and distributing Python packages using modern packaging tools, pyproject.toml, and publishing to PyPI.

jobs: buildwheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]

Install from private index pip install my-package --index-url https://private.pypi.org/simple/

適切なプロジェクト構造、setup.py/pyproject.toml を使用して配布可能な Python パッケージを作成し、PyPI に公開します。 Python ライブラリをパッケージ化する場合、CLI ツールを作成する場合、または Python コードを配布する場合に使用します。 ソース: wshobson/agents。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/wshobson/agents --skill python-packaging
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

python-packaging とは?

適切なプロジェクト構造、setup.py/pyproject.toml を使用して配布可能な Python パッケージを作成し、PyPI に公開します。 Python ライブラリをパッケージ化する場合、CLI ツールを作成する場合、または Python コードを配布する場合に使用します。 ソース: wshobson/agents。

python-packaging のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/wshobson/agents --skill python-packaging インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/wshobson/agents