Git Product home page Git Product logo

rust-pip's Introduction

rust-pip

(We don't have a logo yet so anything is welcomed)

WORK IN PROGRESS

Pip rewritten in Rust.

Features

  • TODO

How to contribute

Please read this file and follow its instructions when it comes to contributing ot the project:

Credits

This package was created with Cookiecutter, and the John15321/cookiecutter-krabby-patty project template.

Cookiecutter: https://github.com/audreyr/cookiecutter

John15321/cookiecutter-krabby-patty: https://github.com/John15321/cookiecutter-krabby-patty

rust-pip's People

Contributors

allstreamer avatar john15321 avatar tranzystorekk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

rust-pip's Issues

Investigate how `pip` translates `requirements.txt` and gets packages from the PyPi Index

Related to #7 and #8, just that we need to translate the requirements,txt file (and maybe give it a easier usage in the CLI, something like pip.rs install-requirements or something like that) so that we can get the package the requirements.txt file requires from the PyPi index

Notes

Problems

  • Version Operators (e.g. ==, >=, etc.)
  • Python version verification
  • A robust way to parse requirements.txt
    • Very doubtful that this actually works, so half a tick

See Also

Investigate how packages are built/created

Part of #1 task.

  • Investigate all possible project setups that can be used in Python projects (setup.py, pyproject.toml etc.)
  • What tools are needed to build/create a Python package?
  • How does creating a package look like?
  • How does a Python package look like inside when it's already created/or what types of packages are there (so like wheel etc)?
  • How are dependencies resolved?

Update README.md

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...

Extend the CI configuration

Extend the current CI/CD configuration to add automatic releases on release branch, builds, test etc on other toolchain channels etc

Investigate Python packaging

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 PyPi (and later other packages registered for Python)

Add an `arch` release to the release file

Using a crate called cargo-arch we can easily create an arch package for our project which should later be added to the release files. Bare in mind that a new testing CI job will be required to make sure it's working.

Related to:

Blocked by:

Add release cycle workflows

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 should contain the source code and compilation artifacts. Follow the procedure described in the branching strategy in the README.

(As of now not implemented)
Blocked by:

Add a documentation generating CI job

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.
Rust has two types of documentation:

  • The API documentation which is something you can read on creates.io
  • A Rust Book for a given project that is a more abstract representation of a project and usually has some guides, tutorials etc

Blocked by:

Add an `a-pack` release file (package format for Alpine)

Crate a package generating release CI job in the release workflow for our project which should later be added to the release files. Bare in mind that a new testing CI job will be required to make sure it's working. The package should be for Alpine (preferably find a tool similar to (cargo-deb that generates it from a rust project).

Related to:

Blocked by:

Create PyPI API

Create API to recive Package information from Warehouse Instances as described in

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.