LukeMathWalker / LukeMathWalker/linfa-python
Pypi package description
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- Python
- Estrelas
- 13
- Forks
- 3
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Os metadados do pacote estão em pyproject.toml; comece pela seção [tool.poetry] e compare sua configuração readme com README.md. Defina os metadados de readme do PyPI e verifique se a descrição do pacote compilado está preenchida.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- build-system
- Tipo de issue
- Bug
- Dificuldade
- 1/5
- Tempo estimado
- Menos de uma hora
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 45/100