Python Packaging from Init to Deploy

preview_player
Показать описание
Dave Forgac
Python packaging really isn't that bad (anymore.) In this talk you'll learn how you can take your beautiful new Python code and share it with the world in a way that everyone benefits. I will cover tools and techniques you can use to get the boring stuff out of the way so you can focus on your code and deploy quickly, frequently, and consistently.
Рекомендации по теме
Комментарии
Автор

The best introductory talk to how this all hangs together I have seen, and I just watched a bunch.

jeffrule
Автор

This is the most comprehensive video on the topic. thank you for sharing :)

ThaEzioAuditore
Автор

probably one of the best videos on youtube

ElChe-Ko
Автор

Thanks, Dave! Since this video is over 5 years, it will help if you can update a revison for 2021 with latest tool chain and best practices . For example, egg is replaced by wheel. Is there a recommended python package folder structure ? etc

srirambhamidipati
Автор

If anybody is like me and following through the steps, one thing to note: when creating the unittest file, I had to import pyohio2015.cli instead of pyohio2015. Very helpful presentation.

ericbrauer
Автор

Thank you so much for this video. I have been looking all over for something like this and have gone down quite a few confusing dead-ends.
This is exactly what I needed.

stevenstewart
Автор

Amazing talk. Worth watching till the end. Extremely useful for python newbs like me.

anasfirdousi
Автор

Great video, explained every essential concept required to understand Python Packaging....

emZubair
Автор

8:25, you know you found the goodie when you saw that slide.

poorlittlesheep
Автор

really helpful talk. saved tons of time.

nikosc
Автор

That was a super clear and helpful presentation, Thanks!

mikehagerty
Автор

Very good video for packaging python library :-)

devopswithprasanna
Автор

is this still up-to-date with Python version 3.8?

Niyololz
Автор

Awesome, but the pyhoio.org link is broken, does anyone have the presentation slides to download?

Xandr
Автор

I wonder if anyone could point to an "updated version" of this, if any.
Great stuff, by the way.

liquiddddd
Автор

I am getting the error :No module named test_run._main
Even though i have successfully installed the package and it is available in site-packages.

anoopsrana
Автор

After installation of my package on the target machine i am getting the error "No module named mypckg.main" ?
Even though the mypckg.main is available in the site_packages folder.Can someone help me ?

anoopsrana
Автор

Hi .Thanks for sharing this video . Is there a good way to create a rpm out of this ? Also if i create a rpm & install that rpm, will it install all pip dependencies as part of rpm install ?

utubedhyan
Автор

From where can I download the slides? The link in description isn't working.

HussainKharodawala
Автор

Great Video and excellent python packaging resource. Indeed a "Next Day Video" As most of the later pycon seem to present the similar concept Years later to this video. Thank you very much Dave.

Few issues that I encountered ( Just incase it helps ):

kumark