pyodide/.github/ISSUE_TEMPLATE/package_request.md

28 lines
1022 B
Markdown

---
name: Package request
about: Request a new Python package or a version update
title: ""
labels: new package request
assignees: ""
---
<!--
Important Note:
Opening a new package request doesn't mean that Pyodide maintainers will look into it immediately.
In most cases, the maintainer will have no idea about the package you're asking for, and you're probably the most knowledgeable person about it.
Therefore, a way to speed up your progress is to read the documentation, try building the package yourself, and report any issues you encounter.
-->
## 🐍 Package Request
- Package Name and Version <!-- (e.g. pandas / latest) -->:
- Package URL <!-- (e.g. github link, PyPI link) -->:
- Package Dependencies that needs to be resolved first:
## Checklists
- [ ] I have tried to install the package using `micropip.install(...)` and encountered the issue.
- [ ] I have read the [documentation](https://pyodide.org/en/stable/development/building-and-testing-packages.html) and tried building the package myself.