rust-pip
rust-pip copied to clipboard
Pip rewritten in Rust.
Add status badges to the README: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge
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...
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)
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....
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...
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
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
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...