Files
2012-10-27 10:53:45 -05:00

182 lines
4.6 KiB
ReStructuredText

Open Projects
#############
:hide: True
Active Ventures
===============
The Hitchhiker's Guide to Python
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This opinionated guide exists to provide both novice and expert Python
developers a best-practice handbook to the installation, configuration,
and usage of Python on a daily basis.
{ `python-guide.org <http://python-guide.org>`_ }
Requests: Python HTTP for Humans
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Requests is an ISC Licensed HTTP/1.1 library, written in Python, for human beings.
Unlike most HTTP libraries, the goal of the project is to provide the best API
and Developer Experience possible.
{ `python-requests.org <http://python-requests.org>`_ }
OSX-GCC-Installer
~~~~~~~~~~~~~~~~~
Install the real GCC on your Mac without using Xcode.
{ `kennethreitz/osx-gcc-installer <https://github.com/kennethreitz/osx-gcc-installer>`_ }
Tablib: Format-Agnostic Tabular Datasets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tablib is a powerful module for working with tabular datasets. It allows
you create tables of data using standard Python datatypes, manipulate
them, and easily export them to Excel, JSON, YAML, CSV, TSV, HTML
Tables, and OpenDocument Format.
{ `python-tablib.org <http://python-tablib.org>`_ }
Legit: Git for Humans
~~~~~~~~~~~~~~~~~~~~~
Legit is a new tool that allows you to interface with a Git respository
much like you would with GitHub for Mac—from the command line.
{ `git-legit.org <http://www.git-legit.org/>`_ }
HTTPBin: HTTP Client Testing Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTTPBin is a simple service, similar to PostBin.org, that simply reports
HTTP Request data in a simple JSON format. It's extremely useful for
debugging and testing HTTP Clients.
{ `httpbin.org <http://httpbin.org>`_ }
Clint: Command Line Application Tools
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Clint is a module filled with a set of awesome tools for developing
commandline applications. Implicit argument parser, cross platform
terminal colors, simple unix pipes, printable columns, indents, progress
bars, and much much more.
{ `kennethreitz/clint <https://github.com/kennethreitz/clint>`_ }
Envoy: Subprocess for Humans
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A simple wrapper around the powerful ``subprocess`` module.
{ `kennethreitz/envoy <https://github.com/kennethreitz/envoy>`_ }
Autoenv: Automatic Shell Environments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Magic per-project shell environments. Very pretentious. If a directory contains
a ``.env`` file, it will automatically be excecuted when you ``cd`` into it.
{ `kennethreitz/autoenv <https://github.com/kennethreitz/autoenv>`_ }
Django-PostgresPool
~~~~~~~~~~~~~~~~~~~
This is a simple Postgres Connection Pooling backend for Django, powered by the lovely and beautiful SQLAlchemy.
{ `kennethreitz/django-postgrespool <https://github.com/kennethreitz/django-postgrespool`_ }
Heroku.py
~~~~~~~~~
A Python wrapper for the Heroku API. Simple and elegant. Powered by Requests.
{ `heroku/heroku.py <https://github.com/heroku/heroku.py>`_ }
Flask-GoogleFed
~~~~~~~~~~~~~~~
Google Federated Logins for Flask.
{ `kennethreitz/flask-googlefed <https://github.com/kennethreitz/flask-googlefed>`_ }
Flask-SSLify
~~~~~~~~~~~~
Secure your web services with HTTPS and HSTS policies.
{ `kennethreitz/flask-sslify <https://github.com/kennethreitz/flask-sslify>`_ }
Other Contributions
===================
In addition to authoring new software, I contribute to other projects and teams as well.
Python Software Foundation
~~~~~~~~~~~~~~~~~~~~~~~~~~
I am a proud member of the Python Software Foundation.
{ `python.org <http://www.python.org/psf/>`_}
Flask/Werkzeug
~~~~~~~~~~~~~~
I am a comitter to the excellent Flask and Werkzeug projects.
{ `flask.pocoo.org <http://flask.pocoo.org>`_ }
Archive Team
~~~~~~~~~~~~
Archive Team is a loose collective of rouge archivists, programmers, writers,
and loudmouths dedicated to saving our digital age.
I aggressively assist in the archival of our digital history.
{ `archiveteam.org <http://archiveteam.org>`_ }
Mark Pilgrim
~~~~~~~~~~~~
When Mark Pilgrim decided to 410 from the internet, I managed to find old copies
of his works and host them on his old GitHub profile URL.
His wonderful open source projects are preserved, and occasionally updated.
{ `github/diveintomark <https://github.com/diveintomark>`_ }
OAuthlib
~~~~~~~~
OAuthlib is the future of OAuth for Python. I assist the project through
support via Requests, community outreach, increasing awareness, and occassional
organizational assistance.
{ `idan/oauthlib <https://github.com/idan/oauthlib>`_ }