EuroPython 2016

Publish your code so others can use it in 5 easy steps

Speaker(s) Marko Samastur

Every Python open-source developer wants their software to be used. As developers, we trust software that is tested and well-documented.

In this talk we’ll go through 5 steps for how to do this for your own packages.

We will take a quick look on how to do this using popular tools and small investment of time:

  • Write a setup.py script for a pure Python package
  • Set up py.test, tox and coverage to test our package with multiple versions of Python
  • Configure Github to use Travis CI & coveralls.io to automatically test our package every time we commit
  • Register and publish our package to PyPI
  • Setup our documentation on ReadTheDocs

in on Wednesday 20 July at 14:00 See schedule

Do you have some questions on this talk?

New comment