Pypi package description
まだ誰も着手していません。
評価
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 初心者へのやさしさ
- 45/100
- issue の種類
- バグ
- 明瞭さ
- 明確に書かれている
- 活発さ
- 停滞
- 技術スタック
- python
- 領域
- build-system
調査の方向性
パッケージのメタデータは pyproject.toml にあります。まず [tool.poetry] セクションから始め、その readme 設定を README.md と比較します。PyPI の readme メタデータを設定し、ビルドされたパッケージの説明が設定されていることを確認します。
索引モデルが issue の本文から書いたものです。
説明
Currently the description for linfa on pypi is empty. Since you are using Poetry to fix this you just need to update the pyproject.toml file to include the long_description or in poetry it's just called readme.
At the top of the file it should look like this
[tool.poetry]
name = "linfa"
version = "0.1.0"
authors = ["LukeMathWalker <rust@lpalmieri.com>"]
description = "Python bindings for the Rust crate linfa, a Rust machine learning framework."
readme = "README.md"
You can actually use any txt or markdown file so it doesn't have to be the main readme file.
Also, there are some other settings it might be nice to include such as license, repository, hompage (if we have one) etc..
You can find a full list of possible settings here
I can go ahead and open a pull request with these changes but it might be quicker and easier for you to update them yourself since you know which settings are actually relevant
- 主要言語
- Python
- スター
- 13
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
LukeMathWalker/linfa-python のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
LukeMathWalker/linfa-python#3 · コメント 1 件 ·
LukeMathWalker/linfa-python の issue をすべて見る
似ている issue
-
documentation help wanted
難易度 2/5 1〜3時間 初心者へのやさしさ 90/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 90/100
simonw/sqlite-utils#872 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 82/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100