Completed
Configuration
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Packaging on the Enterprise
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Enterprise?
- 3 Why pkglib?
- 4 Project Goals
- 5 pkglib overview
- 6 Shortcuts and Opinions
- 7 Packaging History
- 8 pkglib Architecture
- 9 Configuration
- 10 Package names and versions
- 11 'Dev' mode
- 12 Release' mode
- 13 pyinstall workflow
- 14 A sample dependency graph
- 15 The 'diamond' problem
- 16 Requirement specificity Less specific
- 17 Why all the bother?
- 18 pydegraph
- 19 Installer search path
- 20 pycheckout
- 21 Test discovery
- 22 Running tests
- 23 Testing C/C++ with Gcov
- 24 Project Templates
- 25 Project Documentation
- 26 Build and deploy tools
- 27 pkglib Feature Summary