Lesson 8 - Python Applications Packaging with Setuptools

Опубликовано: 08 Январь 2020
на канале: Django Lessons
43,294
597

In this lesson you will learn how to package your python application. I will use setuptools to illustrate the process. Setuptools is de facto standard for packaging and distribution of python modules. Note that while reading documentation many times "distutils" is mentioned. Watch the video to understand difference between distutils and setuptools.


At the end of lesson I will give you one practical tip on how use "develop mode" of setuptools in your working environment.