Python Packaging & Distributing

Topics covered

  • pip
  • requirements.txt
  • setup.py
  • wheels
  • pipenv
  • Pipfile
  • heroku

Install my module

pip install --index-url https://test.pypi.org/simple wikinews
  1. Installing other users' packages
  2. Uploading your package so that other users can use it
  3. Deploying your application to a PaaS (in this case Heroku)

TestPyPI

You'll need to confirm an email to be able to upload

Python Packaging & Distributing

By razzi

Python Packaging & Distributing

  • 372