Publish Your Own Python Package

preview_player
Показать описание
In this video you learn how to publish your own first Python package on PyPi, so that other people can install it using pip.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💻 Exclusive Content 💻

🌐 Social Media & Contact 🌐

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

Nice tutorial! Something that might be helpful for others is there is a test instance of Pypi on a separate domain useful for testing uploading packages. That way you can test uploading packages without polluting the actual pypi namespace. Hope this helps

themichaelw
Автор

It would be nice if you could explain how to register a project on PyPI instead of just mentioning it. This is supposed to be a tutorial after all.

jakegmnlo
Автор

Cooles Video. Habe mich immer gefragt, wie so etwas geht. 👍👍👍

coderx
Автор

you really do the hard work... Good Job man, and i hope u have a huge success ^^

PlexAlanche
Автор

Great video. What if there are cython and C++ binaries in my python project? How do I put all these into one pip package? Thanks.

hunarahmad
Автор

Your vids are super helpful and to the point. Appreciate it!

kevon
Автор

Can you show us how you made a package. for example the vidstream package.
As in how do you get a new feature in to python.
The only info I found was to build it in C and wrap it Python
But is there a better way to access certain elements of hardward/software (the camera in this example) and create something that didn't exist in Python before?

ttkLngrng
Автор

thank you, your work is very much appreciated please do more vids about this same topic

Popcorn_and_funny_moments
Автор

adding a way to put the vidstream window in a Tkinter widget would be really cool

antoine
Автор

Great tutorial! I'm however struggling with imports when the libdir contains multiple files. How should imports look like in the __init__.py and the other .py files of the library (say you want to import a class/function from the other file)?

jeremydeceuster
Автор

Epic video tutorial... Loved it... Awesome hard-work... Learning good stuff from your videos...

NarutoUzumaki-xnpr
Автор

yes a detailed video of how to create own library from scratch would be helpful.

trueindian
Автор

Thanks. How about another version of this tutuorial using the newer .toml file setup?

markchadwick
Автор

Great video, thanks. Quick question: Is it the same process to update/modify/make changes to the package after it has been published to pypi? Thanks

FemiAdigun
Автор

Can you please show how you've set up your Website?

luciferchenmorningstar
Автор

your channel will gonna boom in few days mark my words

neuron
Автор

Hey, is it possible for you to make some automation videos on the features of VMware OS (ESXi 6.x and later) using pyvmomi package ??

bharathkoundinya
Автор

I created a package helloaqib, it was successfully installed on my windows machine with pip command. Now after
from helloaqib import sayhello
Import "helloaqib" could not be resolved.

please help

muhammadaqib
Автор

Hi! I love your videos!!
Please tell which terminal do you use.... Thanks

preetijain
Автор

I am still in search for a *one command* solution. Why are all this steps necessary? Is there a build tool which do this stuff automatically?

alcarsharif