How to Publish a Python Package to PyPI (pip)

preview_player
Показать описание
Learn how to publish your own custom Python package to PyPI.

📚 Chapters
00:00 Introduction
00:34 Project Setup
02:06 Configure and Build Package
04:14 Local Testing
05:53 Adding a CLI Entry Point
07:36 Publish to PyPI
10:01 Wrapping Up

#pixegami #python
Рекомендации по теме
Комментарии
Автор

Bro seriously one of the best video on YouTube

shivuveerkumar
Автор

I'm surprised at how easy this is. I'm motivated to bundle some of my scripts into packages.

pythonantole
Автор

One thing I'd like to mention is that before publishing a new version, go to the dist folder and delete the tar.gz and .whl files of the previous version or you won't be able to upload the new version. Everything else is good and I thank you for that

stefanrankovic
Автор

Many thanks for this! I was finally able to create my first package. It's just for personal use, so I didn't upload to pypi, but it's something I wished I understood how to do for a couple years at this point. So awesome to see it working, thanks to your help!

bgfreakn
Автор

The best video!! Short and concise!! Thank you sharing this!

dapoint
Автор

Thank you for the Guidance. I was able to create the package without much googling!!

aadilzikre
Автор

A good introduction to build packages in python, thank you for sharing

raziyejafary
Автор

Helpful video... came in handy for me here! Thanks!

rafaelfonseca
Автор

mate thanks for the tutorial, it came in handy 😊

helloanshu
Автор

Concise and to the point. I keep revisiting it as I progress.
Would like to see a compatible one usng a pyproject.toml.

pablomunsey
Автор

This is an absolutely fantastic tutorial. Thanks for this!

typehint
Автор

Very neat and informative. Thanks a million

giant
Автор

Is this all that is needed to also do: pipx install pixegami-hello ... for example? Thanks for the videos.

slipthetrap
Автор

Really useful tutorial! It was very easy to understand.

Valer_
Автор

Great one. side topic. Can you tell us which tool you use to create the youtube thumbnail? thanks.

prajganesh
Автор

This is such a great video! Thankyou very much!

marsbars
Автор

Is there a way to change the version number automatically?

_aade
Автор

Will there be a problem if I delete previous versions?

_aade
Автор

which plugin or app you are using for VS Code terminal autocomplete suggestions?

pranav_arya
Автор

If my package is in a github repository, and I want to use `pip install git+[some link].git`, do I need to commit and push the wheel files?

xsamueljr
join shbcf.ru