rust-pip
rust-pip copied to clipboard
Pip rewritten in Rust.
Investigate how to communicate and work with PyPi (and later other packages registered for Python)
Part of https://github.com/John15321/rust-pip/issues/1 Investigate how to communicate with PyPi in order to get the necessary information about packages, send requests for downloading them etc Please create an `.md` file describing...
Extend the current CI/CD configuration to add automatic releases on `release` branch, builds, test etc on other toolchain channels etc
Introduced in [36198f7](https://github.com/John15321/rust-pip/commit/36198f7e568233eff0518179ea5152ee854c8083)
PART OF https://github.com/John15321/rust-pip/issues/2 Task Investigate all possible setups required in python setup like setup.py
Part of the https://github.com/John15321/rust-pip/issues/2 task Investigate what tools are needed to build/create a Python package
Investigate Python packaging: * Investigate how packages are built/created * Investigate how packages are downloaded and then used/put into the right place * Investigate how to communicate and work with...