[Baypiggies] What is the best way to release simple (Python) open source utilities?

Andy Mroczkowski andy at mrox.net
Tue Mar 22 19:22:23 CET 2011


I've seen https://gist.github.com/ used for a single script. If you're not familiar with Gist, it's essentially a simple pastebin service, but it's back by a git repo so it can be versioned.


On Mar 22, 2011, at 11:15 AM, Jeff Fischer wrote:

> Hi everyone,
>  I've written a Python utility to kill processes by name. It can save some typing if you are doing server-side development and need to kill background processes a lot. A simple implementation can be really short, but I've put the effort into giving it a decent command line interface (e.g. support interactive and non-interactive modes, different signals) and now it is about 100 lines. I'd like to share the code under a BSD license, as it might be handy for others.
> 
>  I could package it up with a setup.py and put it on PyPi, but that seems like overkill for a 100 line script. I could put it on github, but that also seems like overkill (or do people commonly share scripts that way?). I could wait until I have written more utilities and combine them into one larger package. Any suggestions on the best way to share this code?
> 
> Thanks!
>  - Jeff
> _______________________________________________
> Baypiggies mailing list
> Baypiggies at python.org
> To change your subscription options or unsubscribe:
> http://mail.python.org/mailman/listinfo/baypiggies



More information about the Baypiggies mailing list