Skip to content

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

Open
@Kiwifuit

Description

@Kiwifuit

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Investigationinvestigate somethingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions