You can use this page to email anatoly techtonik <techtonik@gmail.com> about Reversing Python Packaging.
About the Book
This book contains notes about how Python packaging works. The data is gathered through practical experiments that you can repeat yourself in case future Python versions introduce new ways of doing this. The book answers questions how Python discovers importable code, what is difference between "package" and "distribution", and explains how to create installable packages by hand, so you can write your own scripts.
The book is a work in progress. Future releases may include overview how Python packaging works in Linux and OS X, so you can wrap your scripts to be distributed through official operating system channels.