Posters: Sailboat: the Python developer’s best friend.

Presented by:


Description

Sailboat

Sailboat is a Python developer's best friend. It's a open source Python build tool that can do anything you need it to! It supports a countless number of plugins — you can even make your own. Sailboat is made for anyone, whether you are a beginner on your very first project, or a senior software engineer with years of experience.

Example

Let's say that that you have created a basic game, Guess My Number, and you want to send it to all of your friends. There are a lot of different ways you can do this, but using Sailboat is the easiest (I think). All you have to do is type three commands: sail quickstart, sail build, and sail release, and you can have a Homebrew file, a pip installable package, and a PyInstaller desktop app (plus a ton more). So easy!

Poster

This poster and presentation will briefly go through the following:
- Why I decided to make this tool
- A brief example of how it works
- Example code for an example plugin
- Questions