Sharing Your Labor of Love: PyPI Quick and Dirty
A practical guide to packaging and uploading a Python module to PyPI, covering modern tools and best practices.
A practical guide to packaging and uploading a Python module to PyPI, covering modern tools and best practices.
A guide to installing Python packages using pip and virtualenv, including creating isolated environments and managing dependencies with requirements.txt.
A developer explains the shortcomings of Python's easy_install tool and proposes using native system package managers instead.