APPS AND LIBRARIES


Aumbry - Quick Configuration for Python Apps

One of the things that I've ran into a lot lately is having to write hookups to fetch and deserialize configuration from multiple sources. Lately, a lot of that is loading data from a file for local development and then loading from Consul when the app is deployed.

There are …

Read More...

Requests-Cloud-Auth - Simple cloud auth extensions

If you're like me, you've run into the situation where you want to interface with your cloud resources, but you don't want to use the official clients due to the number of dependencies it would introduce into your project. This is where the requests-cloud-auth library comes in. You can make …

Read More...

Alchemize - Easy (De)serialization Models

I just released a new small project of mine called Alchemize. Lately, I've been writing a lot of clients and services in Python and I've noticed that there tends to be quite a bit of code duplication between the data models that interact with the DB's and APIs. It seems …

Read More...

Specter 0.2.0 Release

Fresh off the press! This evening I have pushed up the latest version the Specter up on PyPI. For those who aren't familiar with it, Specter is a Python testing framework inspired from RSpec and Jasmine. One of the primary goals around Specter is to bring a more expressive and …

Read More...
Older articles: