LukeMathWalker / LukeMathWalker/linfa-python

Pypi package description

Abierto
#1 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Lenguaje dominante
Python
Estrellas
13
Forks
3
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Línea de trabajo

Los metadatos del paquete se encuentran en pyproject.toml; empieza con la sección [tool.poetry] y compara su configuración readme con README.md. Establece los metadatos del readme de PyPI y verifica después que la descripción del paquete compilado esté rellenada.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
python
Área
build-system
Tipo de issue
Error
Dificultad
1/5
Tiempo estimado
Menos de una hora
Estado de actividad
Estancado
Claridad
Bien especificado
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.