rust-pip icon indicating copy to clipboard operation
rust-pip copied to clipboard

Pip rewritten in Rust.

Results 37 rust-pip issues
Sort by recently updated
recently updated
newest added

Add status badges to the README: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge

documentation
help wanted
good first issue

Part of https://github.com/John15321/rust-pip/issues/1 Probably https://github.com/John15321/rust-pip/issues/7 needs to be completed first Investigate how to actually download a Python package and on what basis is it decided where and how to put...

documentation
Investigation

Add a CI Job that confirms the linting of all Markdown files within the project. Related / Startingpoint: - [Markdown Linting Action](https://github.com/marketplace/actions/markdown-linting-action)

documentation
good first issue
CI/CD

Add a CI job that generates documentation that we have stored in our project and produces some readable format that can be either downloaded or publish as a web page....

documentation
help wanted
good first issue
CI/CD
blocked

Add CI/CD workflows that automatically detect if a commit is tagged on master and push it to the release branch and release it using GitHub release feature. The release file...

documentation
help wanted
good first issue
CI/CD
blocked

Make sure that the CHANGELOG file is added to the project's documentation and visible to whoever is reading it. Blocked by: * https://github.com/John15321/rust-pip/issues/32 * https://github.com/John15321/rust-pip/issues/30

documentation
help wanted
good first issue
CI/CD
blocked

Implement a parser for Python package versions as described in [Pep-440](https://peps.python.org/pep-0440/) This includes things such as: * Ordering Operations * Unit tests * etc Releated - #1

documentation
new feature

This is related to the issue #8 Attached are preliminary details which breeds some further questions. [Python Library Installation.txt](https://github.com/John15321/rust-pip/files/9294653/Python.Library.Installation.txt)

Create API to recive Package information from Warehouse Instances as described in - #7 - #13

even though the project isn't been doing anything, it would be great for temporary basis that we provide info on how to run for development purposes...

documentation