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

Investigate how packages are built/created

Open John15321 opened this issue 2 years ago • 2 comments

Part of https://github.com/John15321/rust-pip/issues/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?

John15321 avatar Jul 31 '22 13:07 John15321

We should look into https://packaging.python.org/en/latest/tutorials/packaging-projects/

FerrisWasTaken avatar Aug 14 '22 04:08 FerrisWasTaken

We should look into https://packaging.python.org/en/latest/tutorials/packaging-projects/

this might be an excellent overview of the setup task

DevChaudhary78 avatar Aug 20 '22 07:08 DevChaudhary78