LukeMathWalker / LukeMathWalker/linfa-python

Pypi package description

オープン
#1 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
Python
スター
13
フォーク
3
PR マージ指標
30日以内にマージされた PR はありません

説明

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
```toml
[tool.poetry]
name = "linfa"
version = "0.1.0"
authors = ["LukeMathWalker "]
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](https://python-poetry.org/docs/pyproject/)

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

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

パッケージのメタデータは pyproject.toml にあります。まず [tool.poetry] セクションから始め、その readme 設定を README.md と比較します。PyPI の readme メタデータを設定し、ビルドされたパッケージの説明が設定されていることを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
python
領域
build-system
issue の種類
バグ
難易度
1/5
見積もり時間
1時間未満
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。