The Ultimate Guide You Need To Publish Your Python Package In Just 9 Easy Steps
Directory structure
Create a directory that is named exactly how you want your package to be named.
Place all the files, folders and classes that you want to publish into this directory.
Create files required by PyPI to prepare the project for dis...
audarya.hashnode.dev5 min read