Open Source Projects
Below is a list of the primary Open Source projects I'm involved in. At any given time, the most up-to-date details about what I'm working on can be found on my GitHub profile.
- media-nommer - (link) - A distributed media encoder, drawing most of its firepower from Twisted, Amazon EC2, and boto. I am the original author and current maintainer.
- Tamarin - (link) - A Django app for retrieving, parsing, and storing S3 access logs. I am the original author and current maintainer.
- Sea Cucumber - (link) - A Django mail backend that asynchronously sends messages through Amazon's Simple Email Service via celery. While I am the original author, a lot of code from django-ses served as the foundation/inspiration.
- boto - (link) - An excellent Python module primarily aimed at providing an API for Amazon Web Services. I have contributed an assortment of fixes and tweaks, plus a good chunk of documentation.
- django-mediasync - (link) - Django app that minifies/combines, and syncs static media to S3. I contributed lots of assorted stuff, but focused efforts on SSL detection.
- python-fedex - (link) - python-fedex is a Python module that is a light wrapper around the FedEx SOAP API and the excellent suds SOAP package. The aim is to stay out of the way of the developer, only exposing the SOAP/WSDL objects for population. Developers may create, cancel, and track shipments via the API.
- python-colormath - (link) - python-colormath is a Python module for color math. It handles much of the nasty math associated with operations such as ΔE, color space conversions, and adaptations. This is generally a lot more interesting to color scientists and software developers. I am the original author and current maintainer.
- Evennia - (link) - An experimental text-based game server written entirely in Python, supported by Django (a web application framework) and Twisted (an excellent networking stack). I am the original author, but have handed the project off to a capable maintainer.
- Bravo - (link) - A Python-based Minecraft server built on the Twisted framework. I have contributed misc. tidbits of documentation.