Why Python Packages?
Figure 1
Ref : https://xkcd.com/1987/
Figure 2
Figure 3
Why choose Pixi for Python Packaging ?
Set up a project directory
Figure 1
Figure 2
Figure 3
Please note, in VSCode inside GitHub codepsaces, you mabe be prompted
for below, when creating a python file. So just Install it.
Figure 4
Metadata for Python packging
How to publish your Python project
Figure 1
Figure 2
Figure 3
Extra
Figure 1
Click on the your Projects from the top right location under your
user-name.
Figure 2
Select the right project /package from the options shown and
click on the Manage button.
Figure 3
Select the version you wish to yank and choose that option by
clicking on the Options button and select
Yank.
Figure 4
You will be shown a pop-up. Fill the version nos and your releace
will not be yanked.
Figure 5
Once your release is yanked, it be be shown like below.
Figure 6
You can also un-yank it, by clicking on the
Options and clicking on Un-yank.
Figure 7
When you do a pip install without stating an
explicit verion and no un-yanked versions are available. You may get an
error as shown below :
