In [27]:
import pickle

l = pickle.load(open('starlist.pickle', 'rb'))
nl = {}
for d in l:
 #   print("-------------------------\n")
 #   print(d["url"])
    des = d['description']
    u = d['html_url']
    n = d['name']
    if des and u:
       nl[n.lower()] = d
 #           
#    for k in d:
#        print(k, d[k])
#    exit(1)    
ks = list(nl.keys())
ks.sort()
for n in ks:
    d = nl[n]
    print('<dt><a href="'+d['html_url']+'" add_date="1452972212">'+d['name'] + ": "+ d['description']+'</dt>')


<dt><a href="https://github.com/aosabook/500lines" add_date="1452972212">500lines: 500 Lines or Less</dt>
<dt><a href="https://github.com/JohnCoates/Aerial" add_date="1452972212">Aerial: Apple TV Aerial Screensaver for Mac</dt>
<dt><a href="https://github.com/Polyconseil/aioamqp" add_date="1452972212">aioamqp: AMQP implementation using asyncio</dt>
<dt><a href="https://github.com/KeepSafe/aiohttp" add_date="1452972212">aiohttp: http client/server for asyncio (PEP-3156)</dt>
<dt><a href="https://github.com/etianen/aiohttp-wsgi" add_date="1452972212">aiohttp-wsgi: WSGI adapter for aiohttp.</dt>
<dt><a href="https://github.com/dano/aioprocessing" add_date="1452972212">aioprocessing: A Python 3.3+ library that integrates the multiprocessing module with asyncio</dt>
<dt><a href="https://github.com/housleyjk/aiopyramid" add_date="1452972212">aiopyramid: Run pyramid using asyncio.</dt>
<dt><a href="https://github.com/aio-libs/aioredis" add_date="1452972212">aioredis: asyncio (PEP 3156) Redis support</dt>
<dt><a href="https://github.com/observerss/aioutils" add_date="1452972212">aioutils: Python3 Asyncio Utils</dt>
<dt><a href="https://github.com/gawel/aiowsgi" add_date="1452972212">aiowsgi: minimalist wsgi server using asyncio</dt>
<dt><a href="https://github.com/prakhar1989/Algorithms" add_date="1452972212">Algorithms: :computer: Data Structures and Algorithms in Python</dt>
<dt><a href="https://github.com/pksunkara/alpaca" add_date="1452972212">alpaca: Given a web API, Generate client libraries in node, php, python, ruby</dt>
<dt><a href="https://github.com/johnpapa/angular-styleguide" add_date="1452972212">angular-styleguide: Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.</dt>
<dt><a href="https://github.com/AngularClass/angular-websocket" add_date="1452972212">angular-websocket: The missing Angular WebSocket module for connecting client applications to servers by @AngularClass</dt>
<dt><a href="https://github.com/Selmanh/angularjs-form-builder" add_date="1452972212">angularjs-form-builder: A simple form builder application written with AngularJS.</dt>
<dt><a href="https://github.com/gocardless/angularjs-style-guide" add_date="1452972212">angularjs-style-guide: AngularJS style guide used at GoCardless</dt>
<dt><a href="https://github.com/hyperstudio/Annotation-Studio" add_date="1452972212">Annotation-Studio: An online annotation platform for teaching and learning in the humanities.</dt>
<dt><a href="https://github.com/openannotation/annotator" add_date="1452972212">annotator: Annotation tools for the web. Select text, images, or (nearly) anything else, and add your notes.</dt>
<dt><a href="https://github.com/quentinsf/ansible" add_date="1452972212">ansible: Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems.</dt>
<dt><a href="https://github.com/CatN/ansible-catn-freeipa" add_date="1452972212">ansible-catn-freeipa: Ansible playbooks to orchestrate a freeIPA install</dt>
<dt><a href="https://github.com/defunctzombie/ansible-coreos-bootstrap" add_date="1452972212">ansible-coreos-bootstrap: bootstrap a coreos machine for control via ansible</dt>
<dt><a href="https://github.com/airtonix/ansible-django" add_date="1452972212">ansible-django: django playbook</dt>
<dt><a href="https://github.com/jcalazan/ansible-django-stack" add_date="1452972212">ansible-django-stack: Ansible Playbook for setting up a Django app with Nginx, Gunicorn, PostgreSQL, Celery, RabbitMQ, Supervisor, Virtualenv, and Memcached. A Vagrantfile for provisioning a VirtualBox virtual machine is included as well.</dt>
<dt><a href="https://github.com/ansible/ansible-examples" add_date="1452972212">ansible-examples: A few starter examples of ansible playbooks, to show features and how they work together.  See http://galaxy.ansible.com for example roles from the Ansible community for deploying many popular applications.</dt>
<dt><a href="https://github.com/ansible/ansible-modules-core" add_date="1452972212">ansible-modules-core: Ansible modules - these modules ship with ansible</dt>
<dt><a href="https://github.com/ansible/ansible-modules-extras" add_date="1452972212">ansible-modules-extras: Ansible extra modules - these modules ship with ansible</dt>
<dt><a href="https://github.com/osiell/ansible-odoo" add_date="1452972212">ansible-odoo: Ansible role for Odoo</dt>
<dt><a href="https://github.com/debops/ansible-slapd" add_date="1452972212">ansible-slapd: Manage slapd - OpenLDAP server</dt>
<dt><a href="https://github.com/Eyepea/API-Hour" add_date="1452972212">API-Hour: Write efficient network daemons (HTTP, SSH...) with ease.</dt>
<dt><a href="https://github.com/miguelgrinberg/api-pycon2015" add_date="1452972212">api-pycon2015: Code for my PyCon talk "Is Your REST API RESTful?"</dt>
<dt><a href="https://github.com/arguman/arguman.org" add_date="1452972212">arguman.org: Argument analysis and mapping platform</dt>
<dt><a href="https://github.com/sixty-north/asq" add_date="1452972212">asq: asq is simple implementation of a LINQ-inspired API for Python which operates over Python iterables</dt>
<dt><a href="https://github.com/jonathanslenders/asyncio-redis" add_date="1452972212">asyncio-redis: Redis client for Python asyncio (PEP 3156)</dt>
<dt><a href="https://github.com/igalarzab/asyncio-training" add_date="1452972212">asyncio-training: asyncio training of the Madrid's Python Local Meetup</dt>
<dt><a href="https://github.com/ronf/asyncssh" add_date="1452972212">asyncssh: AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. It requires Python 3.4 or later and the PyCrypto library for some cryptographic functions.</dt>
<dt><a href="https://github.com/crossbario/autobahn-python" add_date="1452972212">autobahn-python: WebSocket & WAMP for Python on Twisted and asyncio</dt>
<dt><a href="https://github.com/sindresorhus/awesome" add_date="1452972212">awesome: A curated list of awesome lists</dt>
<dt><a href="https://github.com/rosarior/awesome-django" add_date="1452972212">awesome-django: A curated list of awesome Django apps, projects and resources.</dt>
<dt><a href="https://github.com/josephmisiti/awesome-machine-learning" add_date="1452972212">awesome-machine-learning: A curated list of awesome Machine Learning frameworks, libraries and software.</dt>
<dt><a href="https://github.com/mfornos/awesome-microservices" add_date="1452972212">awesome-microservices: A curated list of Microservice Architecture related principles and technologies.</dt>
<dt><a href="https://github.com/herrbischoff/awesome-osx-command-line" add_date="1452972212">awesome-osx-command-line: Use your OS X terminal shell to do awesome things.</dt>
<dt><a href="https://github.com/vinta/awesome-python" add_date="1452972212">awesome-python: A curated list of awesome Python frameworks, libraries and software</dt>
<dt><a href="https://github.com/lukasz-madon/awesome-remote-job" add_date="1452972212">awesome-remote-job: A curated list of awesome remote jobs and resources. Inspired by https://github.com/vinta/awesome-python</dt>
<dt><a href="https://github.com/Kickball/awesome-selfhosted" add_date="1452972212">awesome-selfhosted: Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers. This is a list of Free Software network services and web applications which can be hosted locally.</dt>
<dt><a href="https://github.com/ewindisch/bashoo" add_date="1452972212">bashoo: Object Oriented Bash Library</dt>
<dt><a href="https://github.com/pyca/bcrypt" add_date="1452972212">bcrypt: Modern password hashing for your software and your servers</dt>
<dt><a href="https://github.com/ryanss/bdateutil" add_date="1452972212">bdateutil: Adds business day logic and improved data type flexibility to python-dateutil</dt>
<dt><a href="https://github.com/allanbunch/beautifulhue" add_date="1452972212">beautifulhue: A Python library for the Philips Hue Lighting System API.</dt>
<dt><a href="https://github.com/barisser/bitcrypt" add_date="1452972212">bitcrypt: Encrypted Messaging Built Into Bitcoin</dt>
<dt><a href="https://github.com/blockstack/blockchain-auth-python" add_date="1452972212">blockchain-auth-python: Blockchain Auth library, written in python</dt>
<dt><a href="https://github.com/blockstack/blockstore" add_date="1452972212">blockstore: Name registrations on the Bitcoin blockchain with external storage</dt>
<dt><a href="https://github.com/Parallels/boot2docker-vagrant-box" add_date="1452972212">boot2docker-vagrant-box: Packer scripts to build a Vagrant-compatible boot2docker box.</dt>
<dt><a href="https://github.com/bpython/bpython" add_date="1452972212">bpython: bpython - A fancy curses interface to the Python interactive interpreter</dt>
<dt><a href="https://github.com/bloomberg/bqplot" add_date="1452972212">bqplot: Plotting library for IPython/Jupyter Notebooks</dt>
<dt><a href="https://github.com/bro/bro" add_date="1452972212">bro: Bro is a powerful network analysis framework that is much different from the typical IDS you may know.  Official mirror of git.bro.org/bro.git .</dt>
<dt><a href="https://github.com/gward/buildbot" add_date="1452972212">buildbot: Python-based continuous integration testing framework</dt>
<dt><a href="https://github.com/venmo/business-rules" add_date="1452972212">business-rules: Python DSL for setting up business intelligence rules that can be configured without code</dt>
<dt><a href="https://github.com/venmo/business-rules-ui" add_date="1452972212">business-rules-ui: A JavaScript library for building out the logic and UI for business rules.</dt>
<dt><a href="https://github.com/cca/cca_utils" add_date="1452972212">cca_utils: Re-usable python functions for decoupled interactions with CCA campus services</dt>
<dt><a href="https://github.com/celery/celery" add_date="1452972212">celery: Distributed Task Queue (development branch)</dt>
<dt><a href="https://github.com/localprojects/Change-By-Us" add_date="1452972212">Change-By-Us: A new way to share ideas, do projects, and make our cities better</dt>
<dt><a href="https://github.com/andrewgodwin/channels" add_date="1452972212">channels: Developer-friendly asynchrony for Django</dt>
<dt><a href="https://github.com/chardet/chardet" add_date="1452972212">chardet: Python 2/3 compatible character encoding detector.</dt>
<dt><a href="https://github.com/chrisallenlane/cheat" add_date="1452972212">cheat: cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.</dt>
<dt><a href="https://github.com/chriskuehl/checkup.py" add_date="1452972212">checkup.py: Simple Python scripts for monitoring website uptime.</dt>
<dt><a href="https://github.com/KoffeinFlummi/Chronyk" add_date="1452972212">Chronyk: A Python 3 library for parsing human-written times and dates</dt>
<dt><a href="https://github.com/circuits/circuits" add_date="1452972212">circuits: circuits is a Lightweight Event driven and Asynchronous Application Framework for the Python Programming Language with a strong Component Architecture.</dt>
<dt><a href="https://github.com/mitsuhiko/click" add_date="1452972212">click: Python composable command line utility</dt>
<dt><a href="https://github.com/kennethreitz/clint" add_date="1452972212">clint: Python Command-line Application Tools</dt>
<dt><a href="https://github.com/etianen/cms" add_date="1452972212">cms: A collection of Django extensions that add content-management facilities to Django projects.</dt>
<dt><a href="https://github.com/cockroachdb/cockroach" add_date="1452972212">cockroach: A Scalable, Survivable, Strongly-Consistent SQL Database</dt>
<dt><a href="https://github.com/cockroachdb/cockroach-python" add_date="1452972212">cockroach-python: Python client for CockroachDB</dt>
<dt><a href="https://github.com/BastiPaeltz/codedict" add_date="1452972212">codedict: command line dictionary written in python.</dt>
<dt><a href="https://github.com/facebook/codemod" add_date="1452972212">codemod: Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.</dt>
<dt><a href="https://github.com/lethain/codernote" add_date="1452972212">codernote: a django project for organizing, sharing and rendering code snippets and notes</dt>
<dt><a href="https://github.com/fengsp/color-thief-py" add_date="1452972212">color-thief-py: Grabs the dominant color or a representative color palette from an image. Uses Python and Pillow.</dt>
<dt><a href="https://github.com/TobiaszCudnik/compiled-coffee" add_date="1452972212">compiled-coffee: CompiledCoffee combines CoffeeScript with TypeScript's type system via the definition files.</dt>
<dt><a href="https://github.com/lyft/confidant" add_date="1452972212">confidant: Confidant: your secret keeper.</dt>
<dt><a href="https://github.com/akaptur/connect_four" add_date="1452972212">connect_four: connect four game!</dt>
<dt><a href="https://github.com/Eyepea/cookiecutter-API-Hour" add_date="1452972212">cookiecutter-API-Hour: A Starter Kit to create an API-Hour daemon with cookiecutter</dt>
<dt><a href="https://github.com/pydanny/cookiecutter-django" add_date="1452972212">cookiecutter-django: A Cookiecutter template for creating production-ready Django projects quickly.</dt>
<dt><a href="https://github.com/econchick/cookiecutter-roguelynn" add_date="1452972212">cookiecutter-roguelynn: Cookiecutter for my typical Python setup.</dt>
<dt><a href="https://github.com/yodlr/CoreGI" add_date="1452972212">CoreGI: WebUI for monitoring CoreOS clusters including fleet and etcd</dt>
<dt><a href="https://github.com/defunctzombie/coreos-ansible-example" add_date="1452972212">coreos-ansible-example: examples for using Ansible with CoreOS</dt>
<dt><a href="https://github.com/kelseyhightower/coreos-ops-tutorial" add_date="1452972212">coreos-ops-tutorial: CoreOS Ops Tutorial</dt>
<dt><a href="https://github.com/YungSang/coreos-packer" add_date="1452972212">coreos-packer: CoreOS Packer for Vagrant Box</dt>
<dt><a href="https://github.com/jensl/critic" add_date="1452972212">critic: Critic code review system.</dt>
<dt><a href="https://github.com/pyca/cryptography" add_date="1452972212">cryptography: cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.</dt>
<dt><a href="https://github.com/Curates/Curates" add_date="1452972212">Curates: Easily create, share, and browse curated collections of links and resources</dt>
<dt><a href="https://github.com/thomasballinger/curtsies" add_date="1452972212">curtsies: Curses-like terminal wrapper with a display based on compositing 2d arrays of text.</dt>
<dt><a href="https://github.com/orf/cyborg" add_date="1452972212">cyborg: Python web scraping framework</dt>
<dt><a href="https://github.com/keen/dashboards" add_date="1452972212">dashboards: Responsive dashboard templates for Bootstrap</dt>
<dt><a href="https://github.com/kholia/dedrop" add_date="1452972212">dedrop: Looking inside the (Drop) box. Security Analysis of Dropbox. Updated WOOT '13 paper and other goodies.</dt>
<dt><a href="https://github.com/ayancey/dirmon" add_date="1452972212">dirmon: Cross-platform library to poll directories for changes (added/removed)</dt>
<dt><a href="https://github.com/bramcohen/DissidentX" add_date="1452972212">DissidentX: Bram's steganographic framework</dt>
<dt><a href="https://github.com/ricardokirkner/django-12factor-docker" add_date="1452972212">django-12factor-docker: Sample django project demonstrating the 12-factor architecture using docker</dt>
<dt><a href="https://github.com/justquick/django-activity-stream" add_date="1452972212">django-activity-stream: Generate generic activity streams from the actions on your site. Users can follow any actors' activities for personalized streams.</dt>
<dt><a href="https://github.com/django-admin-bootstrap/django-admin-bootstrap" add_date="1452972212">django-admin-bootstrap: Responsive Theme for Django Admin (Django 1.7+)</dt>
<dt><a href="https://github.com/django-admin-bootstrapped/django-admin-bootstrapped" add_date="1452972212">django-admin-bootstrapped: A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps.</dt>
<dt><a href="https://github.com/alesdotio/django-admin-shortcuts" add_date="1452972212">django-admin-shortcuts: Add simple and pretty shortcuts to the django admin homepage.</dt>
<dt><a href="https://github.com/jsocol/django-adminplus" add_date="1452972212">django-adminplus: Easily add custom views to the Django admin.</dt>
<dt><a href="https://github.com/derek-adair/django-ajax-uploader" add_date="1452972212">django-ajax-uploader: Ajax-based, multiple-upload django class with pluggable backends, and subclass goodness.</dt>
<dt><a href="https://github.com/pennersr/django-allauth" add_date="1452972212">django-allauth: Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.</dt>
<dt><a href="https://github.com/jrief/django-angular" add_date="1452972212">django-angular: Let AngularJS play well with Django</dt>
<dt><a href="https://github.com/kevinastone/django-api-rest-and-angular" add_date="1452972212">django-api-rest-and-angular: An example repository of combining Django Rest Framework with AngularJS</dt>
<dt><a href="https://github.com/supercodepoet/django-authority" add_date="1452972212">django-authority: A Django app that provides generic per-object-permissions for Django's auth app and helpers to create custom permission checks.</dt>
<dt><a href="https://github.com/krisfields/django-baker" add_date="1452972212">django-baker: Adds a management command that generates views, forms, urls, admin, and templates based off the contents of models.py</dt>
<dt><a href="https://github.com/xenith/django-base-template" add_date="1452972212">django-base-template: A Django 1.7 base template with HTML5Boilerplate and Twitter Bootstrap</dt>
<dt><a href="https://github.com/nathanborror/django-basic-apps" add_date="1452972212">django-basic-apps: Simple prebuilt applications.</dt>
<dt><a href="https://github.com/kangasbros/django-bitcoin" add_date="1452972212">django-bitcoin: bitcoin payment management for django</dt>
<dt><a href="https://github.com/dyve/django-bootstrap-toolkit" add_date="1452972212">django-bootstrap-toolkit: Bootstrap support for Django projects</dt>
<dt><a href="https://github.com/brack3t/django-braces" add_date="1452972212">django-braces: Reusable, generic mixins for Django</dt>
<dt><a href="https://github.com/aaugustin/django-c10k-demo" add_date="1452972212">django-c10k-demo: 10 000 concurrent real-time connections to Django</dt>
<dt><a href="https://github.com/django-cache-machine/django-cache-machine" add_date="1452972212">django-cache-machine: Automatic caching and invalidation for Django models through the ORM.</dt>
<dt><a href="https://github.com/kstateome/django-cas" add_date="1452972212">django-cas: K-State's maintained version of django-cas</dt>
<dt><a href="https://github.com/Nitron/django-cas-consumer" add_date="1452972212">django-cas-consumer: A consumer for the Central Authentication Service. Meant to be used with django-cas-provider.</dt>
<dt><a href="https://github.com/Nitron/django-cas-provider" add_date="1452972212">django-cas-provider: Central Authentication Service Provider for Django</dt>
<dt><a href="https://github.com/celery/django-celery" add_date="1452972212">django-celery: Old Celery integration project for Django</dt>
<dt><a href="https://github.com/divio/django-cms" add_date="1452972212">django-cms: The easy-to-use and developer-friendly CMS</dt>
<dt><a href="https://github.com/jazzband/django-constance" add_date="1452972212">django-constance: Dynamic Django settings.</dt>
<dt><a href="https://github.com/Tivix/django-cron" add_date="1452972212">django-cron: Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)</dt>
<dt><a href="https://github.com/theatlantic/django-curation" add_date="1452972212">django-curation: Not to be confused with django-curated</dt>
<dt><a href="https://github.com/django-debug-toolbar/django-debug-toolbar" add_date="1452972212">django-debug-toolbar: A configurable set of panels that display various debug information about the current request/response.</dt>
<dt><a href="https://github.com/dcramer/django-devserver" add_date="1452972212">django-devserver: A drop-in replacement for Django's runserver.</dt>
<dt><a href="https://github.com/joke2k/django-environ" add_date="1452972212">django-environ: Django-environ allows you to utilize 12factor inspired environment variables to configure your Django application.</dt>
<dt><a href="https://github.com/django-extensions/django-extensions" add_date="1452972212">django-extensions: This is a repository for collecting global custom management extensions for the Django Framework. </dt>
<dt><a href="https://github.com/tschellenbach/Django-facebook" add_date="1452972212">Django-facebook: Facebook open graph api implementation using the Django web framework in python</dt>
<dt><a href="https://github.com/karoon/django-file-sharing" add_date="1452972212">django-file-sharing: django file sharing application</dt>
<dt><a href="https://github.com/divio/django-filer" add_date="1452972212">django-filer: File and Image Management Application for django</dt>
<dt><a href="https://github.com/elky/django-flat-theme" add_date="1452972212">django-flat-theme: A flat theme for Django admin interface. Modern, fresh, simple.</dt>
<dt><a href="https://github.com/edoburu/django-fluent-contents" add_date="1452972212">django-fluent-contents: A widget engine to display various content on Django pages</dt>
<dt><a href="https://github.com/samluescher/django-form-designer" add_date="1452972212">django-form-designer: A Django admin app with a GUI to create complex forms without any programming skills; complete with logging, validation, and redirects.</dt>
<dt><a href="https://github.com/stephenmcd/django-forms-builder" add_date="1452972212">django-forms-builder: Let users build forms in Django admin</dt>
<dt><a href="https://github.com/pullswitch/django-freeplay" add_date="1452972212">django-freeplay: Easily curate bits of content on your site that don't warrant pages or custom models</dt>
<dt><a href="https://github.com/jtauber/django-friends" add_date="1452972212">django-friends: friendship, contact and invitation management for the Django web framework</dt>
<dt><a href="https://github.com/kmmbvnr/django-fsm" add_date="1452972212">django-fsm: Django friendly finite state machine support</dt>
<dt><a href="https://github.com/gadventures/django-fsm-admin" add_date="1452972212">django-fsm-admin: Mixin and template tags to integrate django-fsm transitions into the django admin.</dt>
<dt><a href="https://github.com/gizmag/django-fsm-log" add_date="1452972212">django-fsm-log: Automatic logging for Django FSM</dt>
<dt><a href="https://github.com/theosp/django-general-helpers" add_date="1452972212">django-general-helpers: General views and scripts that are shared among many django projects I'm managing</dt>
<dt><a href="https://github.com/django-guardian/django-guardian" add_date="1452972212">django-guardian: Implementation of per object permissions for Django 1.2+</dt>
<dt><a href="https://github.com/django-haystack/django-haystack" add_date="1452972212">django-haystack: Modular search for Django</dt>
<dt><a href="https://github.com/KristianOellegaard/django-health-check" add_date="1452972212">django-health-check: a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.</dt>
<dt><a href="https://github.com/rossp/django-helpdesk" add_date="1452972212">django-helpdesk: A Django application to manage tickets for an internal helpdesk. Formerly known as Jutda Helpdesk.</dt>
<dt><a href="https://github.com/django-import-export/django-import-export" add_date="1452972212">django-import-export: Django application and library for importing and exporting data with admin integration.</dt>
<dt><a href="https://github.com/bradjasper/django-jsonfield" add_date="1452972212">django-jsonfield: A reusable JSONField model for Django to store ad-hoc data</dt>
<dt><a href="https://github.com/sunlightlabs/django-locksmith" add_date="1452972212">django-locksmith: django utilities for shared api authentication & log aggregation</dt>
<dt><a href="https://github.com/pinax/django-mailer" add_date="1452972212">django-mailer: mail queuing and management for the Django web framework</dt>
<dt><a href="https://github.com/jbittel/django-mama-cas" add_date="1452972212">django-mama-cas: A Django Central Authentication Service (CAS) single sign-on server</dt>
<dt><a href="https://github.com/supercodepoet/django-merlin" add_date="1452972212">django-merlin: Providing alternate form wizards for the Django project.</dt>
<dt><a href="https://github.com/carljm/django-model-utils" add_date="1452972212">django-model-utils: Django model mixins and utilities.</dt>
<dt><a href="https://github.com/rosarior/django-must-watch" add_date="1452972212">django-must-watch:  IMPORTANT! This project has moved to: https://gitlab.com/rosarior/django-must-watch</dt>
<dt><a href="https://github.com/juanifioren/django-oidc-provider" add_date="1452972212">django-oidc-provider: OpenID Connect Provider implementation for Djangonauts.</dt>
<dt><a href="https://github.com/nsb/django-opensso" add_date="1452972212">django-opensso: Example of integrating opensso with django</dt>
<dt><a href="https://github.com/etianen/django-optimizations" add_date="1452972212">django-optimizations: A utility library for Django aimed at improving website performance</dt>
<dt><a href="https://github.com/django-oscar/django-oscar" add_date="1452972212">django-oscar: Domain-driven e-commerce for Django</dt>
<dt><a href="https://github.com/ericflo/django-pagination" add_date="1452972212">django-pagination: A set of utilities for creating robust pagination tools throughout a django application.</dt>
<dt><a href="https://github.com/johnboxall/django-paypal" add_date="1452972212">django-paypal: A pluggable Django application for integrating PayPal Payments Standard or Payments Pro</dt>
<dt><a href="https://github.com/jazzband/django-pipeline" add_date="1452972212">django-pipeline: Pipeline is an asset packaging library for Django.</dt>
<dt><a href="https://github.com/agiliq/django-project" add_date="1452972212">django-project: A django based  project management system, in the spirit of Basecamp et all</dt>
<dt><a href="https://github.com/lukaszb/django-projector" add_date="1452972212">django-projector: Project management application with task tracker and repository backend integration.</dt>
<dt><a href="https://github.com/etianen/django-python3-ldap" add_date="1452972212">django-python3-ldap: Django LDAP user authentication backend for Python 3.</dt>
<dt><a href="https://github.com/FZambia/django-realtime-playground" add_date="1452972212">django-realtime-playground: Django chat application using different realtime technologies.</dt>
<dt><a href="https://github.com/niwinz/django-redis" add_date="1452972212">django-redis: Full featured redis cache backend for Django.</dt>
<dt><a href="https://github.com/sebleier/django-redis-cache" add_date="1452972212">django-redis-cache: A Redis cache backend for django</dt>
<dt><a href="https://github.com/etianen/django-require" add_date="1452972212">django-require: A Django staticfiles post-processor for optimizing with RequireJS.</dt>
<dt><a href="https://github.com/derek-adair/django-rest-docker" add_date="1452972212">django-rest-docker: django rest framework ready to rock and roll with fig+docker</dt>
<dt><a href="https://github.com/tomchristie/django-rest-framework" add_date="1452972212">django-rest-framework: Web APIs for Django.</dt>
<dt><a href="https://github.com/GetBlimp/django-rest-framework-jwt" add_date="1452972212">django-rest-framework-jwt: JSON Web Token Authentication support for Django REST Framework</dt>
<dt><a href="https://github.com/etianen/django-reversion" add_date="1452972212">django-reversion: An extension to the Django web framework that provides comprehensive version control facilities.</dt>
<dt><a href="https://github.com/maraujop/django-rules" add_date="1452972212">django-rules: Flexible and scalable Django authorization backend for unified per object permission management</dt>
<dt><a href="https://github.com/KristianOellegaard/django-saml-service-provider" add_date="1452972212">django-saml-service-provider: Easily let users sign in via SAML 2.0 to your django app. Based on python-saml</dt>
<dt><a href="https://github.com/thauber/django-schedule" add_date="1452972212">django-schedule: A calendaring app for Django.  It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.</dt>
<dt><a href="https://github.com/docc/django-share" add_date="1452972212">django-share: Django Share allow users to share a web page in various social networks like bookmarking services, social blogs and similiar.</dt>
<dt><a href="https://github.com/divio/django-shop" add_date="1452972212">django-shop: A Django based shop system</dt>
<dt><a href="https://github.com/chrisglass/django-shop-simplevariations" add_date="1452972212">django-shop-simplevariations: A Django SHOP application to handle simple product variations like different colors, sizes, as well as custom text</dt>
<dt><a href="https://github.com/burke-software/django-simple-import" add_date="1452972212">django-simple-import: An import tool easy enough your users could use it</dt>
<dt><a href="https://github.com/rdegges/django-skel" add_date="1452972212">django-skel: A modern Django (1.5) project skeleton.</dt>
<dt><a href="https://github.com/supercodepoet/django-skylark" add_date="1452972212">django-skylark: A toolchain for developing large web applications on top of Django</dt>
<dt><a href="https://github.com/omab/django-social-auth" add_date="1452972212">django-social-auth: Django social authentication made simple</dt>
<dt><a href="https://github.com/fcurella/django-social-share" add_date="1452972212">django-social-share: templatetags for 'tweet this' and 'share on facebook'</dt>
<dt><a href="https://github.com/agiliq/Django-Socialauth" add_date="1452972212">Django-Socialauth: Allows logging in via Facebook, Yahoo, Gmail, Twitter and Openid</dt>
<dt><a href="https://github.com/flashingpumpkin/django-socialregistration" add_date="1452972212">django-socialregistration: Combining OpenID, OAuth and FacebookConnect signup in one application</dt>
<dt><a href="https://github.com/stephenmcd/django-socketio" add_date="1452972212">django-socketio: WebSockets for Django</dt>
<dt><a href="https://github.com/alex/django-taggit" add_date="1452972212">django-taggit: Simple tagging for django</dt>
<dt><a href="https://github.com/caktus/django-timepiece" add_date="1452972212">django-timepiece: A multi-user Django application for tracking people's time on projects.</dt>
<dt><a href="https://github.com/bdarnell/django-tornado-demo" add_date="1452972212">django-tornado-demo: Demo app for django and tornado in one process</dt>
<dt><a href="https://github.com/uranusjr/django-tutorial-for-programmers" add_date="1452972212">django-tutorial-for-programmers: Chapter text and example code for the Django tutorial first appeared during ITHome Ironman 7</dt>
<dt><a href="https://github.com/Bouke/django-two-factor-auth" add_date="1452972212">django-two-factor-auth: User-friendly Two-Factor Authentication for Django</dt>
<dt><a href="https://github.com/pinax/django-user-accounts" add_date="1452972212">django-user-accounts: User accounts for Django</dt>
<dt><a href="https://github.com/bread-and-pepper/django-userena" add_date="1452972212">django-userena: Accounts for Django made beautifully simple</dt>
<dt><a href="https://github.com/aaugustin/django-userlog" add_date="1452972212">django-userlog: Logs users' recent browsing history. Helpful for customer support and merciless spying.</dt>
<dt><a href="https://github.com/etianen/django-usertools" add_date="1452972212">django-usertools: A fire-and-forget enhancement to the Django user admin</dt>
<dt><a href="https://github.com/etianen/django-uuid-upload-path" add_date="1452972212">django-uuid-upload-path: Generate short UUIDs and use them as paths for uploaded media files in Django.</dt>
<dt><a href="https://github.com/unbit/django-uwsgi" add_date="1452972212">django-uwsgi: Django related examples/trick/modules for uWSGI</dt>
<dt><a href="https://github.com/dockerfiles/django-uwsgi-nginx" add_date="1452972212">django-uwsgi-nginx: Dockerfile and configuration files to build a working Django container with uwsgi and nginx</dt>
<dt><a href="https://github.com/tomchristie/django-vanilla-views" add_date="1452972212">django-vanilla-views: Beautifully simple class-based views.</dt>
<dt><a href="https://github.com/justquick/django-varnish" add_date="1452972212">django-varnish: Integration between Django and the Varnish HTTP accelerator using the management port and telnet</dt>
<dt><a href="https://github.com/etianen/django-watson" add_date="1452972212">django-watson: Full-text multi-table search application for Django. Easy to install and use, with good performance.</dt>
<dt><a href="https://github.com/jrief/django-websocket-redis" add_date="1452972212">django-websocket-redis: Websockets for Django applications using Redis as message queue</dt>
<dt><a href="https://github.com/sshwsfc/django-xadmin" add_date="1452972212">django-xadmin: Drop-in replacement of Django admin comes with lots of goodies, fully extensible with plugin support, pretty UI based on Twitter Bootstrap.</dt>
<dt><a href="https://github.com/django-nonrel/djangoappengine" add_date="1452972212">djangoappengine: Django backends for App Engine (datastore, mail, ...)</dt>
<dt><a href="https://github.com/divio/djangocms-admin-style" add_date="1452972212">djangocms-admin-style: Adds pretty CSS styles for the django CMS admin interface.</dt>
<dt><a href="https://github.com/sveetch/djangotribune" add_date="1452972212">djangotribune: Django-tribune is a *chat-like application*</dt>
<dt><a href="https://github.com/joshfinnie/djangular-docker-skeleton" add_date="1452972212">djangular-docker-skeleton: A skeleton project that sets up Docker, Angular, and Django (with Django Rest Framework).</dt>
<dt><a href="https://github.com/rthalley/dnspython" add_date="1452972212">dnspython: a powerful DNS toolkit for python</dt>
<dt><a href="https://github.com/samarudge/dnsyo" add_date="1452972212">dnsyo: Check your DNS against over 1000 global DNS servers</dt>
<dt><a href="https://github.com/ilonajulczuk/docker-django-celery" add_date="1452972212">docker-django-celery: Django, celery and more, all dockerized</dt>
<dt><a href="https://github.com/adelton/docker-freeipa" add_date="1452972212">docker-freeipa: FreeIPA server and client in Docker containers; see hub.docker.com for the images:</dt>
<dt><a href="https://github.com/nkinder/docker-ipsilon" add_date="1452972212">docker-ipsilon: Ipsilon IdP in a Docker container</dt>
<dt><a href="https://github.com/merll/docker-map" add_date="1452972212">docker-map: Managing Docker images, containers, and their dependencies in Python.</dt>
<dt><a href="https://github.com/icecrime/docker-mon" add_date="1452972212">docker-mon: Console-based Docker monitoring</dt>
<dt><a href="https://github.com/nginxinc/docker-nginx" add_date="1452972212">docker-nginx: Official NGINX Dockerfiles</dt>
<dt><a href="https://github.com/osixia/docker-openldap" add_date="1452972212">docker-openldap: A docker image to run OpenLDAP</dt>
<dt><a href="https://github.com/pinry/docker-pinry" add_date="1452972212">docker-pinry: An easy way to get a Pinry instance up and running using Docker.</dt>
<dt><a href="https://github.com/docker/docker-py" add_date="1452972212">docker-py: An API client for docker written in Python</dt>
<dt><a href="https://github.com/docker/docker-registry" add_date="1452972212">docker-registry: This is **DEPRECATED**! Please go to https://github.com/docker/distribution</dt>
<dt><a href="https://github.com/tatsushid/docker-tinycore-python" add_date="1452972212">docker-tinycore-python: Dockerfiles for building Python on Tiny Core Linux Docker image</dt>
<dt><a href="https://github.com/docopt/docopt" add_date="1452972212">docopt: Pythonic command line arguments parser, that will make you smile</dt>
<dt><a href="https://github.com/docker-library/docs" add_date="1452972212">docs: Documentation for Docker Official Images in docker-library</dt>
<dt><a href="https://github.com/kennethreitz/dream-python" add_date="1452972212">dream-python: Dreams.</dt>
<dt><a href="https://github.com/enyo/dropzone" add_date="1452972212">dropzone: Dropzone is an easy to use drag'n'drop library. It supports image previews and shows nice progress bars.</dt>
<dt><a href="https://github.com/Zulko/easyAI" add_date="1452972212">easyAI: Python artificial intelligence framework for games</dt>
<dt><a href="https://github.com/srsudar/eg" add_date="1452972212">eg: Useful examples at the command line.</dt>
<dt><a href="https://github.com/tholman/elevator.js" add_date="1452972212">elevator.js: Finally, a "back to top" button that behaves like a real elevator. </dt>
<dt><a href="https://github.com/Elgg/Elgg" add_date="1452972212">Elgg: A social networking engine in PHP/MySQL</dt>
<dt><a href="https://github.com/rackspace-cookbooks/elkstack" add_date="1452972212">elkstack: Elasticsearch, logstash, and kibana stack</dt>
<dt><a href="https://github.com/evernote/evernote-sdk-python3" add_date="1452972212">evernote-sdk-python3: Testing the Evernote Cloud API for Python 3</dt>
<dt><a href="https://github.com/crista/exercises-in-programming-style" add_date="1452972212">exercises-in-programming-style: Comprehensive collection of programming styles using a simple computational task, term frequency</dt>
<dt><a href="https://github.com/fabric/fabric" add_date="1452972212">fabric: Simple, Pythonic remote execution and deployment.</dt>
<dt><a href="https://github.com/jgorset/facepy" add_date="1452972212">facepy: Facepy makes it really easy to interact with Facebook's Graph API</dt>
<dt><a href="https://github.com/matthewearl/faceswap" add_date="1452972212">faceswap: Python script to put facial features from one face onto another</dt>
<dt><a href="https://github.com/joke2k/faker" add_date="1452972212">faker: Faker is a Python package that generates fake data for you.</dt>
<dt><a href="https://github.com/ftlabs/fastclick" add_date="1452972212">fastclick: Polyfill to remove click delays on browsers with touch UIs</dt>
<dt><a href="https://github.com/tocttou/FBTools" add_date="1452972212">FBTools: FBTools allows you to access Facebook via command-line.It provides some features that are not available via Facebook Graph API.</dt>
<dt><a href="https://github.com/sungchi/feed9" add_date="1452972212">feed9: google appengine, python-web2py link curation app (like reddit)</dt>
<dt><a href="https://github.com/gijzelaerr/FileBender" add_date="1452972212">FileBender: HTTP File upload & sharing. Django clone prototype of FileSender</dt>
<dt><a href="https://github.com/FineUploader/fine-uploader" add_date="1452972212">fine-uploader: Multiple file upload plugin with progress-bar, drag-and-drop, direct-to-S3 & Azure uploading, client-side image scaling, preview generation, form support, chunking, auto-resume, and tons of other features.</dt>
<dt><a href="https://github.com/mitsuhiko/flask" add_date="1452972212">flask: A microframework based on Werkzeug, Jinja2 and good intentions</dt>
<dt><a href="https://github.com/Hardtack/Flask-aiohttp" add_date="1452972212">Flask-aiohttp: Asynchronous Flask using aiohttp</dt>
<dt><a href="https://github.com/miguelgrinberg/flasky" add_date="1452972212">flasky: Companion code to my O'Reilly book "Flask Web Development".</dt>
<dt><a href="https://github.com/flatsheet/flatsheet" add_date="1452972212">flatsheet: A realtime editor for curating data as a team.</dt>
<dt><a href="https://github.com/purpleworks/fleet-ui" add_date="1452972212">fleet-ui: Web based UI for fleet</dt>
<dt><a href="https://github.com/flowjs/flow.js" add_date="1452972212">flow.js: A JavaScript library providing multiple simultaneous, stable, fault-tolerant and resumable/restartable file uploads via the HTML5 File API.</dt>
<dt><a href="https://github.com/kombai/freewall" add_date="1452972212">freewall: Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts  for desktop, mobile, and tablet... </dt>
<dt><a href="https://github.com/fullcalendar/fullcalendar" add_date="1452972212">fullcalendar: Full-sized drag & drop event calendar (jQuery plugin)</dt>
<dt><a href="https://github.com/Suor/funcy" add_date="1452972212">funcy: A fancy and practical functional tools</dt>
<dt><a href="https://github.com/seatgeek/fuzzywuzzy" add_date="1452972212">fuzzywuzzy: Fuzzy String Matching in Python</dt>
<dt><a href="https://github.com/GoogleCloudPlatform/gcloud-python-expenses-demo" add_date="1452972212">gcloud-python-expenses-demo: Sample app exercising gcloud-python library</dt>
<dt><a href="https://github.com/gevent/gevent" add_date="1452972212">gevent: Coroutine-based concurrency library for Python</dt>
<dt><a href="https://github.com/GitbookIO/gitbook" add_date="1452972212">gitbook: Modern book format and toolchain using Git and Markdown</dt>
<dt><a href="https://github.com/gitpython-developers/GitPython" add_date="1452972212">GitPython: GitPython is a python library used to interact with Git repositories.</dt>
<dt><a href="https://github.com/nicolargo/glances" add_date="1452972212">glances: Glances an Eye on your system</dt>
<dt><a href="https://github.com/chriskiehl/Gooey" add_date="1452972212">Gooey: Turn (almost) any Python command line program into a full GUI application with one line</dt>
<dt><a href="https://github.com/python-greenlet/greenlet" add_date="1452972212">greenlet: Lightweight in-process concurrent programming</dt>
<dt><a href="https://github.com/amark/gun" add_date="1452972212">gun: A realtime, decentralized, offline-first, graph database engine.</dt>
<dt><a href="https://github.com/haproxy/haproxy" add_date="1452972212">haproxy: UNOFFICIAL fork of haproxy development repository - ISSUE REPORTS ARE IGNORED!</dt>
<dt><a href="https://github.com/tnolet/haproxy-rest" add_date="1452972212">haproxy-rest: REST interface for HAproxy written in GO</dt>
<dt><a href="https://github.com/mrsmn/hazelnut" add_date="1452972212">hazelnut: A pythonic library to parse /proc/meminfo</dt>
<dt><a href="https://github.com/mynameisfiber/high_performance_python" add_date="1452972212">high_performance_python: Code for the book "High Performance Python" by Micha Gorelick and Ian Ozsvald with OReilly</dt>
<dt><a href="https://github.com/laktak/hjson-py" add_date="1452972212">hjson-py: Human JSON (Hjson) implementation for Python</dt>
<dt><a href="https://github.com/gterrono/houston" add_date="1452972212">houston: A zero-config, Django Admin-like admin for Meteor</dt>
<dt><a href="https://github.com/aaronsw/html2text" add_date="1452972212">html2text: Convert HTML to Markdown-formatted text.</dt>
<dt><a href="https://github.com/interagent/http-api-design" add_date="1452972212">http-api-design: HTTP API design guide extracted from work on the Heroku Platform API</dt>
<dt><a href="https://github.com/birkirb/hue-cli" add_date="1452972212">hue-cli: Command Line Interface to the Philips Hue lighting system.</dt>
<dt><a href="https://github.com/zacharyvoase/humanhash" add_date="1452972212">humanhash: Human-readable digests.</dt>
<dt><a href="https://github.com/kennethreitz/hypermark" add_date="1452972212">hypermark: Markdown for Humans. </dt>
<dt><a href="https://github.com/machinalis/iepy" add_date="1452972212">iepy: Information Extraction in Python</dt>
<dt><a href="https://github.com/mctenshi/infinite-swipe" add_date="1452972212">infinite-swipe: Infinite Swipe is simple swipe library that can use for both desktop and mobile devices.</dt>
<dt><a href="https://github.com/mrtazz/InstapaperLibrary" add_date="1452972212">InstapaperLibrary: Simple python library utilizing the instapaper.com API</dt>
<dt><a href="https://github.com/asvd/intence" add_date="1452972212">intence: brand new way of scrolling indicator</dt>
<dt><a href="https://github.com/driftyco/ionic-starter-tabs" add_date="1452972212">ionic-starter-tabs: A starting project for Ionic using a simple tabbed interface</dt>
<dt><a href="https://github.com/econchick/ipa-ose-vagrant" add_date="1452972212">ipa-ose-vagrant: Vagrant setup of IPA + OpenShift</dt>
<dt><a href="https://github.com/econchick/IPA-Puppet-Simple" add_date="1452972212">IPA-Puppet-Simple: Simple Puppet installation of IPA server and client</dt>
<dt><a href="https://github.com/infraredgirl/ipa-scripts" add_date="1452972212">ipa-scripts: Helper scripts for upstream development on the FreeIPA project</dt>
<dt><a href="https://github.com/mkosek/ipa-tools" add_date="1452972212">ipa-tools: My personal set of tools for FreeIPA upstream development</dt>
<dt><a href="https://github.com/cubiq/iscroll" add_date="1452972212">iscroll: Smooth scrolling for the web</dt>
<dt><a href="https://github.com/facebook/iTorch" add_date="1452972212">iTorch: IPython kernel for Torch with visualization and plotting</dt>
<dt><a href="https://github.com/davidhalter/jedi" add_date="1452972212">jedi: Awesome autocompletion and static analysis library for python.</dt>
<dt><a href="https://github.com/swisnl/jQuery-contextMenu" add_date="1452972212">jQuery-contextMenu: jQuery contextMenu plugin & polyfill</dt>
<dt><a href="https://github.com/defunkt/jquery-pjax" add_date="1452972212">jquery-pjax: pushState + ajax = pjax</dt>
<dt><a href="https://github.com/blockstack/keychain-manager-py" add_date="1452972212">keychain-manager-py: A key system (implemented in python) based around hierarchical deterministic (HD / BIP32) public and private keychains, each with ECDSA keypairs and the ability to generate child keys (the ones Bitcoin uses).</dt>
<dt><a href="https://github.com/kivy/kivy-ios" add_date="1452972212">kivy-ios: Toolchain for compiling Python / Kivy / other libraries for iOS</dt>
<dt><a href="https://github.com/kelseyhightower/kube-register" add_date="1452972212">kube-register: Register Kubernetes Kubelet machines with the Kubernetes API server using Fleet data.</dt>
<dt><a href="https://github.com/pires/kubernetes-vagrant-coreos-cluster" add_date="1452972212">kubernetes-vagrant-coreos-cluster: Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.</dt>
<dt><a href="https://github.com/kelseyhightower/kubestack" add_date="1452972212">kubestack: Manage Kubernetes with Packer and Terraform on Google Compute Engine.</dt>
<dt><a href="https://github.com/kelseyhightower/kubestack-solo" add_date="1452972212">kubestack-solo: Create a single node Kubernetes image for local testing with VMware Fusion.</dt>
<dt><a href="https://github.com/KvasirSecurity/Kvasir" add_date="1452972212">Kvasir: Kvasir: Penetration Test Data Management</dt>
<dt><a href="https://github.com/michaelhelmick/lassie" add_date="1452972212">lassie: Web Content Retrieval for Humans™</dt>
<dt><a href="https://github.com/nriley/launch" add_date="1452972212">launch: A command-line launcher for OS X in the spirit of open(1).</dt>
<dt><a href="https://github.com/cannatag/ldap3" add_date="1452972212">ldap3: a strictly RFC 4510 conforming LDAP V3 pure Python client. The same codebase works with Python 2. Python 3, PyPy and PyPy3</dt>
<dt><a href="https://github.com/twisted/ldaptor" add_date="1452972212">ldaptor: LDAP server, client and utilities, using Twisted Python</dt>
<dt><a href="https://github.com/kennethreitz/legit" add_date="1452972212">legit: Git for Humans, Inspired by GitHub for Mac™.</dt>
<dt><a href="https://github.com/JuanPotato/Legofy" add_date="1452972212">Legofy: Make images look as if they are made out of 1x1 LEGO blocks</dt>
<dt><a href="https://github.com/librsync/librsync" add_date="1452972212">librsync: remote delta-compression library</dt>
<dt><a href="https://github.com/seangibat/like-glass" add_date="1452972212">like-glass: A snapchat-inspired chat client.</dt>
<dt><a href="https://github.com/0xAX/linux-insides" add_date="1452972212">linux-insides: A little bit about a linux kernel</dt>
<dt><a href="https://github.com/jvashishtha/listypedia" add_date="1452972212">listypedia: Social, Curated lists</dt>
<dt><a href="https://github.com/locustio/locust" add_date="1452972212">locust: Scalable user load testing tool written in Python</dt>
<dt><a href="https://github.com/busyloop/lolcat" add_date="1452972212">lolcat: Rainbows and unicorns!</dt>
<dt><a href="https://github.com/Points/Loyalty-Commerce-Platform" add_date="1452972212">Loyalty-Commerce-Platform: Loyalty Commerce Platform</dt>
<dt><a href="https://github.com/spotify/luigi" add_date="1452972212">luigi: Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in. </dt>
<dt><a href="https://github.com/docker/machine" add_date="1452972212">machine: Machine management for a container-centric world</dt>
<dt><a href="https://github.com/warner/magic-wormhole" add_date="1452972212">magic-wormhole: get things from one computer to another, safely</dt>
<dt><a href="https://github.com/MagicStack/MagicPython" add_date="1452972212">MagicPython: Cutting edge Python syntax highlighter for Sublime Text, Atom and Visual Studio Code.</dt>
<dt><a href="https://github.com/mailpile/Mailpile" add_date="1452972212">Mailpile: A free & open modern, fast email client with user-friendly encryption and privacy features</dt>
<dt><a href="https://github.com/eugene-eeo/mailthon" add_date="1452972212">mailthon: elegant email sending for Python</dt>
<dt><a href="https://github.com/hickford/MechanicalSoup" add_date="1452972212">MechanicalSoup: A Python library for automating interaction with websites.</dt>
<dt><a href="https://github.com/agiliq/merchant" add_date="1452972212">merchant: A Django app to accept payments from various payment processors via Pluggable backends.</dt>
<dt><a href="https://github.com/stephenmcd/mezzanine" add_date="1452972212">mezzanine: CMS framework for Django</dt>
<dt><a href="https://github.com/coleifer/micawber" add_date="1452972212">micawber: a small library for extracting rich content from urls</dt>
<dt><a href="https://github.com/ptwobrussell/Mining-the-Social-Web-2nd-Edition" add_date="1452972212">Mining-the-Social-Web-2nd-Edition: The official online compendium for Mining the Social Web, 2nd Edition (O'Reilly, 2013)</dt>
<dt><a href="https://github.com/hyperstudio/MIT-Annotation-Data-Store" add_date="1452972212">MIT-Annotation-Data-Store: Data Store for Annotation Studio</dt>
<dt><a href="https://github.com/mcasimir/mobile-angular-ui" add_date="1452972212">mobile-angular-ui: Angular.js Mobile UI Framework with Bootstrap 3</dt>
<dt><a href="https://github.com/vandersonmota/model_mommy" add_date="1452972212">model_mommy: Object factory for django</dt>
<dt><a href="https://github.com/zachwill/moment" add_date="1452972212">moment: Dealing with dates in Python shouldn't have to suck.</dt>
<dt><a href="https://github.com/django-nonrel/mongodb-engine" add_date="1452972212">mongodb-engine: Django MongoDB Backend</dt>
<dt><a href="https://github.com/etianen/moody-templates" add_date="1452972212">moody-templates: A fast, extensible templating engine for Python 3 with Django-like syntax.</dt>
<dt><a href="https://github.com/gamesys/moonshine" add_date="1452972212">moonshine: A lightweight Lua VM for the browser</dt>
<dt><a href="https://github.com/klen/muffin" add_date="1452972212">muffin: Muffin is a fast, simple and asyncronous web-framework for Python 3</dt>
<dt><a href="https://github.com/JukkaL/mypy" add_date="1452972212">mypy: Optional static typing for Python</dt>
<dt><a href="https://github.com/onefinestay/nameko" add_date="1452972212">nameko: Python framework for building microservices</dt>
<dt><a href="https://github.com/treyhunner/names" add_date="1452972212">names: Random name generator</dt>
<dt><a href="https://github.com/saurabh-hirani/netchecker" add_date="1452972212">netchecker: Collect, store and analyze your Internet provider's usage stats.</dt>
<dt><a href="https://github.com/hivesolutions/netius" add_date="1452972212">netius: Readable, simple and fast asynchronous non-blocking network apps</dt>
<dt><a href="https://github.com/danialfarid/ng-file-upload" add_date="1452972212">ng-file-upload: Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support</dt>
<dt><a href="https://github.com/necolas/normalize.css" add_date="1452972212">normalize.css: A collection of HTML element and attribute style-normalizations</dt>
<dt><a href="https://github.com/docker/notary" add_date="1452972212">notary: Notary is a Docker project that allows anyone to have trust over arbitrary collections of data</dt>
<dt><a href="https://github.com/nwjs/nw.js" add_date="1452972212">nw.js: Call all Node.js modules directly from DOM and enable a new way of writing applications with all Web technologies.</dt>
<dt><a href="https://github.com/docker-library/official-images" add_date="1452972212">official-images: Docker Official Images</dt>
<dt><a href="https://github.com/csvoss/onelinerizer" add_date="1452972212">onelinerizer: Convert any Python file into a single line of code.</dt>
<dt><a href="https://github.com/OAI/OpenAPI-Specification" add_date="1452972212">OpenAPI-Specification: The OpenAPI Specification Repository</dt>
<dt><a href="https://github.com/bennojoy/openldap_server" add_date="1452972212">openldap_server: ansible role openldap server</dt>
<dt><a href="https://github.com/wbond/oscrypto" add_date="1452972212">oscrypto: Compiler-free Python crypto library backed by the OS, supporting CPython and PyPy</dt>
<dt><a href="https://github.com/jipegit/OSXAuditor" add_date="1452972212">OSXAuditor: OS X Auditor is a free Mac OS X computer forensics tool</dt>
<dt><a href="https://github.com/Yelp/osxcollector" add_date="1452972212">osxcollector: A forensic evidence collection & analysis toolkit for OS X</dt>
<dt><a href="https://github.com/tech-angels/packer-templates" add_date="1452972212">packer-templates: VM Templates for packer</dt>
<dt><a href="https://github.com/ojarva/password-safe-django" add_date="1452972212">password-safe-django: Password manager for shared accounts and device passwords, including LDAP integration.</dt>
<dt><a href="https://github.com/jaraco/path.py" add_date="1452972212">path.py: "Path" object conveniently wrapping assorted file/path-related functionality</dt>
<dt><a href="https://github.com/chris1610/pbpython" add_date="1452972212">pbpython: Code, Notebooks and Examples from Practical Business Python</dt>
<dt><a href="https://github.com/hypothesis/pdf.js-hypothes.is" add_date="1452972212">pdf.js-hypothes.is: PDF.js + Hypothesis viewer / annotator</dt>
<dt><a href="https://github.com/hynek/pem" add_date="1452972212">pem: Easy PEM file parsing in Python.</dt>
<dt><a href="https://github.com/sofish/pen" add_date="1452972212">pen: enjoy live editing (+markdown)</dt>
<dt><a href="https://github.com/python/peps" add_date="1452972212">peps: Semi-official read-only mirror of the peps Mercurial repository</dt>
<dt><a href="https://github.com/nriley/Pester" add_date="1452972212">Pester: Simple, disposable alarms and timers for OS X.</dt>
<dt><a href="https://github.com/thomasxiii/photon" add_date="1452972212">photon: CSS 3D Lighting Engine</dt>
<dt><a href="https://github.com/studioimaginaire/phue" add_date="1452972212">phue: A Python library for the Philips Hue system</dt>
<dt><a href="https://github.com/pinax/pinax" add_date="1452972212">pinax: a Django-based platform for rapidly developing websites</dt>
<dt><a href="https://github.com/pinax/pinax-blog" add_date="1452972212">pinax-blog: a blog app for Django</dt>
<dt><a href="https://github.com/pinax-archives/pinax-checkers" add_date="1452972212">pinax-checkers: pylint checkers for validating Pinax coding style</dt>
<dt><a href="https://github.com/pinax/pinax-documents" add_date="1452972212">pinax-documents: a document management app for Django</dt>
<dt><a href="https://github.com/pinax/pinax-eventlog" add_date="1452972212">pinax-eventlog: An event logger</dt>
<dt><a href="https://github.com/pinax/pinax-forums" add_date="1452972212">pinax-forums: an extensible forums app for Django and Pinax</dt>
<dt><a href="https://github.com/pinax/pinax-likes" add_date="1452972212">pinax-likes: a liking app for Django</dt>
<dt><a href="https://github.com/pinax/pinax-models" add_date="1452972212">pinax-models: Provide Support for Logical Deletes on Models and in the Django Admin</dt>
<dt><a href="https://github.com/pinax/pinax-notifications" add_date="1452972212">pinax-notifications: user notification management for the Django web framework</dt>
<dt><a href="https://github.com/pinax/pinax-points" add_date="1452972212">pinax-points: a points, positions and levels app for Django</dt>
<dt><a href="https://github.com/pinax/pinax-project-forums" add_date="1452972212">pinax-project-forums: an out-of-the-box Pinax starter project implementing forums</dt>
<dt><a href="https://github.com/pinax/pinax-project-social" add_date="1452972212">pinax-project-social: A social project for Pinax</dt>
<dt><a href="https://github.com/pinax/pinax-project-socialauth" add_date="1452972212">pinax-project-socialauth: a starter project that supports social authentication</dt>
<dt><a href="https://github.com/pinax/pinax-project-teams" add_date="1452972212">pinax-project-teams: a starter project that has account management, profiles, teams and basic collaborative content.</dt>
<dt><a href="https://github.com/pinax/pinax-ratings" add_date="1452972212">pinax-ratings: a ratings app for Django</dt>
<dt><a href="https://github.com/pinax/pinax-starter-app" add_date="1452972212">pinax-starter-app: A starter app template for Pinax apps</dt>
<dt><a href="https://github.com/pinax/pinax-stripe" add_date="1452972212">pinax-stripe: a payments Django app for Stripe</dt>
<dt><a href="https://github.com/pinax/pinax-theme-bootstrap" add_date="1452972212">pinax-theme-bootstrap: A theme for Pinax based on Twitter's Bootstrap</dt>
<dt><a href="https://github.com/pinax/pinax-utils" add_date="1452972212">pinax-utils: an app for Pinax utilities</dt>
<dt><a href="https://github.com/pixijs/pixi.js" add_date="1452972212">pixi.js: Super fast HTML 5 2D rendering engine that uses webGL with canvas fallback</dt>
<dt><a href="https://github.com/tomerfiliba/plumbum" add_date="1452972212">plumbum: Plumbum: Shell Combinators</dt>
<dt><a href="https://github.com/pericazivkovic/portablepython" add_date="1452972212">portablepython: Build environment for the Portable Python project</dt>
<dt><a href="https://github.com/WoLpH/portalocker" add_date="1452972212">portalocker: An extended version of portalocker to lock files in Python using the with statement</dt>
<dt><a href="https://github.com/postaljs/postal.js" add_date="1452972212">postal.js: JavaScript pub/sub library supporting advanced subscription features, and several helpful add-ons.</dt>
<dt><a href="https://github.com/pouchdb/pouchdb" add_date="1452972212">pouchdb: :koala: - PouchDB is a pocket-sized database.</dt>
<dt><a href="https://github.com/kennethreitz/procs" add_date="1452972212">procs: Python, Processes, and Prana.</dt>
<dt><a href="https://github.com/jonathanslenders/ptpython" add_date="1452972212">ptpython: A better Python REPL</dt>
<dt><a href="https://github.com/kespindler/puffin" add_date="1452972212">puffin: Python awk replacement</dt>
<dt><a href="https://github.com/quantmind/pulsar" add_date="1452972212">pulsar: Event driven framework for Python</dt>
<dt><a href="https://github.com/purpleidea/puppet-ipa" add_date="1452972212">puppet-ipa: puppet module for freeipa</dt>
<dt><a href="https://github.com/pwm-project/pwm" add_date="1452972212">pwm: pwm</dt>
<dt><a href="https://github.com/blockstack/pybitcoin" add_date="1452972212">pybitcoin: Bitcoin python library (private + public keys, addresses, transactions, RPC, etc.)</dt>
<dt><a href="https://github.com/pybuilder/pybuilder" add_date="1452972212">pybuilder: Continuous build tool for Python.</dt>
<dt><a href="https://github.com/pycco-docs/pycco" add_date="1452972212">pycco: Literate-style documentation generator.</dt>
<dt><a href="https://github.com/dlitz/pycrypto" add_date="1452972212">pycrypto: The Python Cryptography Toolkit</dt>
<dt><a href="https://github.com/ethereum/pyethereum" add_date="1452972212">pyethereum: Next generation cryptocurrency network</dt>
<dt><a href="https://github.com/jonathanslenders/pymux" add_date="1452972212">pymux: A terminal multiplexer (like tmux) in Python</dt>
<dt><a href="https://github.com/gawel/pyquery" add_date="1452972212">pyquery: A jquery-like library for python</dt>
<dt><a href="https://github.com/martinp/pysnap" add_date="1452972212">pysnap: Python library for the Snapchat API</dt>
<dt><a href="https://github.com/madmaze/pytesseract" add_date="1452972212">pytesseract: A Python wrapper for Google Tesseract</dt>
<dt><a href="https://github.com/docker-library/python" add_date="1452972212">python: Docker Official Image packaging for Python</dt>
<dt><a href="https://github.com/dabeaz/python-cookbook" add_date="1452972212">python-cookbook: Code samples from the "Python Cookbook, 3rd Edition", published by O'Reilly & Associates, May, 2013. </dt>
<dt><a href="https://github.com/jplana/python-etcd" add_date="1452972212">python-etcd: A python client for etcd</dt>
<dt><a href="https://github.com/kennethreitz/python-guide" add_date="1452972212">python-guide: Python best practices guidebook, written for Humans. </dt>
<dt><a href="https://github.com/scanny/python-pptx" add_date="1452972212">python-pptx: Create Open XML PowerPoint documents in Python</dt>
<dt><a href="https://github.com/jonathanslenders/python-prompt-toolkit" add_date="1452972212">python-prompt-toolkit: Library for building powerful interactive command lines in Python</dt>
<dt><a href="https://github.com/onelogin/python-saml" add_date="1452972212">python-saml: Python SAML Toolkit</dt>
<dt><a href="https://github.com/steveeJ/python-wget" add_date="1452972212">python-wget: python library for downloading from http URLs</dt>
<dt><a href="https://github.com/brennerm/PyTricks" add_date="1452972212">PyTricks: Collection of less popular features and tricks for the Python programming language</dt>
<dt><a href="https://github.com/ellisonleao/pyzeef" add_date="1452972212">pyzeef: :electric_plug: Python lib to consume the ZEEF's API</dt>
<dt><a href="https://github.com/aspineux/pyzmail" add_date="1452972212">pyzmail: Pyzmail is a high level mail library for Python, providing functions to read, compose and send emails</dt>
<dt><a href="https://github.com/quentinsf/qhue" add_date="1452972212">qhue: A very lightweight Python wrapper to the Philips Hue API</dt>
<dt><a href="https://github.com/docker-library/rabbitmq" add_date="1452972212">rabbitmq: Docker Official Image packaging for RabbitMQ</dt>
<dt><a href="https://github.com/rabbitmq/rabbitmq-tutorials" add_date="1452972212">rabbitmq-tutorials: Tutorials for using RabbitMQ in various ways</dt>
<dt><a href="https://github.com/spotify/ramlfications" add_date="1452972212">ramlfications: Python parser for RAML</dt>
<dt><a href="https://github.com/carlsborg/rcviz" add_date="1452972212">rcviz: Python call graph visualization for recursive functions. </dt>
<dt><a href="https://github.com/blockstack/reading-list" add_date="1452972212">reading-list: Reading list of research papers on blockchains, P2P networks, and storage systems</dt>
<dt><a href="https://github.com/docker-library/redis" add_date="1452972212">redis: Docker Official Image packaging for Redis</dt>
<dt><a href="https://github.com/honzajavorek/redis-collections" add_date="1452972212">redis-collections: Set of basic Python collections backed by Redis</dt>
<dt><a href="https://github.com/antirez/redis-doc" add_date="1452972212">redis-doc: Redis documentation source code for markdown and metadata files, conversion scripts, and so forth</dt>
<dt><a href="https://github.com/andymccurdy/redis-py" add_date="1452972212">redis-py: Redis Python Client</dt>
<dt><a href="https://github.com/kennethreitz/requests" add_date="1452972212">requests: Python HTTP Requests for Humans™.</dt>
<dt><a href="https://github.com/sigmavirus24/requests-toolbelt" add_date="1452972212">requests-toolbelt: A toolbelt of useful classes and functions to be used with python-requests</dt>
<dt><a href="https://github.com/adnam/resources" add_date="1452972212">resources: Resources: Interact with HTTP resources</dt>
<dt><a href="https://github.com/getsentry/responses" add_date="1452972212">responses: A utility for mocking out the Python Requests library.</dt>
<dt><a href="https://github.com/leemunroe/responsive-html-email-template" add_date="1452972212">responsive-html-email-template: When all you need is a really simple HTML email template.</dt>
<dt><a href="https://github.com/tomchristie/rest-framework-tutorial" add_date="1452972212">rest-framework-tutorial: Source code for the REST framework tutorial.</dt>
<dt><a href="https://github.com/toastdriven/restless" add_date="1452972212">restless: A lightweight REST miniframework for Python.</dt>
<dt><a href="https://github.com/datarhei/restreamer" add_date="1452972212">restreamer: Datarhei/Restreamer allows you to do h.264 real-time video streaming on your website without a streaming provider</dt>
<dt><a href="https://github.com/micha/resty" add_date="1452972212">resty: Little command line REST client that you can use in pipelines (bash or zsh).</dt>
<dt><a href="https://github.com/econchick/roguelynn" add_date="1452972212">roguelynn: Website & blog.</dt>
<dt><a href="https://github.com/josiahcarlson/rom" add_date="1452972212">rom: Redis object mapper for Python</dt>
<dt><a href="https://github.com/kni-labs/rrssb" add_date="1452972212">rrssb: Ridiculously Responsive Social Sharing Buttons</dt>
<dt><a href="https://github.com/jaredks/rumps" add_date="1452972212">rumps: Ridiculously Uncomplicated Mac os x Python Statusbar apps</dt>
<dt><a href="https://github.com/rundeck/rundeck" add_date="1452972212">rundeck: Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.</dt>
<dt><a href="https://github.com/keleshev/schema" add_date="1452972212">schema: Schema validation just got Pythonic</dt>
<dt><a href="https://github.com/blockstack/secret-sharing" add_date="1452972212">secret-sharing: A system for securely sharding and sharing secrets with Shamir's Secret Sharing Scheme.</dt>
<dt><a href="https://github.com/SelfControlApp/selfcontrol" add_date="1452972212">selfcontrol: :skull: Mac app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out.</dt>
<dt><a href="https://github.com/getsentry/sentry" add_date="1452972212">sentry: Sentry is cross-platform crash reporting built with love</dt>
<dt><a href="https://github.com/amoffat/sh" add_date="1452972212">sh: Python process launching</dt>
<dt><a href="https://github.com/carrot/share-button" add_date="1452972212">share-button: fast, beautiful, and painless social shares:</dt>
<dt><a href="https://github.com/saimn/sigal" add_date="1452972212">sigal: yet another simple static gallery generator</dt>
<dt><a href="https://github.com/szimek/signature_pad" add_date="1452972212">signature_pad: HTML5 canvas based smooth signature drawing</dt>
<dt><a href="https://github.com/django-silk/silk" add_date="1452972212">silk: Silky smooth profiling for Django</dt>
<dt><a href="https://github.com/shekyan/slowhttptest" add_date="1452972212">slowhttptest: Automatically exported from code.google.com/p/slowhttptest</dt>
<dt><a href="https://github.com/gkbrk/slowloris" add_date="1452972212">slowloris: Low bandwidth DoS tool. Slowloris rewrite in Python.</dt>
<dt><a href="https://github.com/jwagner/smartcrop.js" add_date="1452972212">smartcrop.js: Content aware image cropping</dt>
<dt><a href="https://github.com/nicksergeant/snipt" add_date="1452972212">snipt: Long-term memory for coders. Share and store code snippets.</dt>
<dt><a href="https://github.com/pinax/socialbee" add_date="1452972212">socialbee: A demo site for pinax-project-social</dt>
<dt><a href="https://github.com/mrjoes/sockjs-tornado" add_date="1452972212">sockjs-tornado: WebSocket emulation - Python server</dt>
<dt><a href="https://github.com/sivel/speedtest-cli" add_date="1452972212">speedtest-cli: Command line interface for testing internet bandwidth using speedtest.net</dt>
<dt><a href="https://github.com/unbit/spockfs" add_date="1452972212">spockfs: SpockFS is an HTTP based network filesystem</dt>
<dt><a href="https://github.com/stacktracejs/stacktrace.js" add_date="1452972212">stacktrace.js: Framework-agnostic, micro-library for getting stack traces in all web browsers</dt>
<dt><a href="https://github.com/rmohr/static3" add_date="1452972212">static3: A really simple WSGI way to serve static (or mixed) content.</dt>
<dt><a href="https://github.com/Supervisor/superlance" add_date="1452972212">superlance: Superlance utilities for use with the Supervisor process control system</dt>
<dt><a href="https://github.com/paypal/support" add_date="1452972212">support: An evented server framework designed for building scalable and introspectable services, built at PayPal.</dt>
<dt><a href="https://github.com/jonashagstedt/swampdragon" add_date="1452972212">swampdragon: swampdragon</dt>
<dt><a href="https://github.com/docker/swarm" add_date="1452972212">swarm: Swarm: a Docker-native clustering system</dt>
<dt><a href="https://github.com/nolimits4web/Swiper" add_date="1452972212">Swiper: Most modern mobile touch slider with hardware accelerated transitions</dt>
<dt><a href="https://github.com/pinax/symposion" add_date="1452972212">symposion: a Django project for conference websites</dt>
<dt><a href="https://github.com/nylas/sync-engine" add_date="1452972212">sync-engine: Nylas — the next-generation email platform</dt>
<dt><a href="https://github.com/syncthing/syncthing" add_date="1452972212">syncthing: Open Source Continuous File Synchronization</dt>
<dt><a href="https://github.com/kennethreitz/tablib" add_date="1452972212">tablib: Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c.</dt>
<dt><a href="https://github.com/taigaio/taiga-back" add_date="1452972212">taiga-back: Project management web application with scrum in mind! Built on top of Django and AngularJS (Backend Code)</dt>
<dt><a href="https://github.com/telepat-io/telepat-api" add_date="1452972212">telepat-api: This is the Telepat API where all api calls are made. CRUD operations are not processed here directly. Messages are sent to the Telepat workers where CRUD operations are being taken care of along with client communication (notifications).</dt>
<dt><a href="https://github.com/tesseract-ocr/tesseract" add_date="1452972212">tesseract: Tesseract Open Source OCR Engine (main repository)</dt>
<dt><a href="https://github.com/deanmalmgren/textract" add_date="1452972212">textract: extract text from any document. no muss. no fuss.</dt>
<dt><a href="https://github.com/peterbe/tiler" add_date="1452972212">tiler: App for allowing you to host some huge ass photos on the web.</dt>
<dt><a href="https://github.com/econchick/tissue" add_date="1452972212">tissue: Visualize local network traffic</dt>
<dt><a href="https://github.com/ThomasAdam/tmux" add_date="1452972212">tmux: Clone of the tmux Git repository.  The master branch contains the latest unreleased code. There are topic branches which may be subject to rebasing, so don't base changes off them.  DO NOT SEND me pull-requests, send patches to tmux-users mailing list instead.</dt>
<dt><a href="https://github.com/ginatrapani/todo.txt-cli" add_date="1452972212">todo.txt-cli: A simple and extensible shell script for managing your todo.txt file.</dt>
<dt><a href="https://github.com/Leftium/todo.txt-node" add_date="1452972212">todo.txt-node: Node.js port of todo.txt-cli</dt>
<dt><a href="https://github.com/tastejs/todomvc" add_date="1452972212">todomvc: Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, and many more</dt>
<dt><a href="https://github.com/madisonmay/Tomorrow" add_date="1452972212">Tomorrow: Magic decorator syntax for asynchronous code in Python</dt>
<dt><a href="https://github.com/tornadoweb/tornado" add_date="1452972212">tornado: Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.</dt>
<dt><a href="https://github.com/hfaran/Tornado-JSON" add_date="1452972212">Tornado-JSON: A simple JSON API framework based on Tornado</dt>
<dt><a href="https://github.com/1stvamp/trequests" add_date="1452972212">trequests: A Tornado async HTTP/HTTPS client adaptor for python-requests</dt>
<dt><a href="https://github.com/basecamp/trix" add_date="1452972212">trix: A rich text editor for everyday writing</dt>
<dt><a href="https://github.com/decentfox/tulipcore" add_date="1452972212">tulipcore: An alternative Gevent core loop implementation with asyncio</dt>
<dt><a href="https://github.com/twitter/twemproxy" add_date="1452972212">twemproxy: A fast, light-weight proxy for memcached and redis</dt>
<dt><a href="https://github.com/andrewgodwin/twintubes" add_date="1452972212">twintubes: The code behind A Series Of Twin Tubes</dt>
<dt><a href="https://github.com/Microsoft/TypeScriptSamples" add_date="1452972212">TypeScriptSamples: Samples for TypeScript</dt>
<dt><a href="https://github.com/mikeizbicki/ucr-cs100" add_date="1452972212">ucr-cs100: open source software construction course</dt>
<dt><a href="https://github.com/angular-ui/ui-calendar" add_date="1452972212">ui-calendar: A complete AngularJS directive for the Arshaw FullCalendar.</dt>
<dt><a href="https://github.com/esnme/ultrajson" add_date="1452972212">ultrajson: Ultra fast JSON decoder and encoder written in C with Python bindings</dt>
<dt><a href="https://github.com/unbit/uwsgi" add_date="1452972212">uwsgi: uWSGI application server container</dt>
<dt><a href="https://github.com/unbit/uwsgi-docs" add_date="1452972212">uwsgi-docs: Official uWSGI docs, examples, tutorials, tips and tricks</dt>
<dt><a href="https://github.com/mitchellh/vagrant" add_date="1452972212">vagrant: Vagrant is a tool for building and distributing development environments.</dt>
<dt><a href="https://github.com/smdahlen/vagrant-digitalocean" add_date="1452972212">vagrant-digitalocean: A Vagrant provider plugin that supports the management of Digital Ocean droplets (instances).</dt>
<dt><a href="https://github.com/jacobian/valor" add_date="1452972212">valor: Python HTTP clients for APIs represented by JSON Schema.</dt>
<dt><a href="https://github.com/hashicorp/vault" add_date="1452972212">vault: A tool for managing secrets.</dt>
<dt><a href="https://github.com/blockstack/virtualchain" add_date="1452972212">virtualchain: A Python library for creating virtual blockchains on top of a well-known cryptocurrency</dt>
<dt><a href="https://github.com/torchbox/wagtail" add_date="1452972212">wagtail: A Django content management system focused on flexibility and user experience</dt>
<dt><a href="https://github.com/gorakhargosh/watchdog" add_date="1452972212">watchdog: Python library and shell utilities to monitor filesystem events.</dt>
<dt><a href="https://github.com/facebook/watchman" add_date="1452972212">watchman: Watches files and records, or triggers actions, when they change. </dt>
<dt><a href="https://github.com/SiPlus/WebQuake" add_date="1452972212">WebQuake: HTML5/WebGL source port of Quake.</dt>
<dt><a href="https://github.com/emberjs/website" add_date="1452972212">website: Source for emberjs.com</dt>
<dt><a href="https://github.com/liris/websocket-client" add_date="1452972212">websocket-client: websocket client for python</dt>
<dt><a href="https://github.com/Lawouach/WebSocket-for-Python" add_date="1452972212">WebSocket-for-Python: WebSocket client and server library for Python 2 and 3 as well as PyPy (ws4py 0.3.4)</dt>
<dt><a href="https://github.com/aaugustin/websockets" add_date="1452972212">websockets: WebSocket implementation in Python 3</dt>
<dt><a href="https://github.com/mitsuhiko/werkzeug" add_date="1452972212">werkzeug: A flexible WSGI implementation and toolkit</dt>
<dt><a href="https://github.com/evansd/whitenoise" add_date="1452972212">whitenoise: Radically simplified static file serving for Python web apps</dt>
<dt><a href="https://github.com/kristianperkins/x_x" add_date="1452972212">x_x: excel file viewer cli</dt>
<dt><a href="https://github.com/xhtml2pdf/xhtml2pdf" add_date="1452972212">xhtml2pdf: HTML/CSS to PDF converter based on Python</dt>
<dt><a href="https://github.com/redacted/XKCD-password-generator" add_date="1452972212">XKCD-password-generator: Generate secure multiword passwords/passphrases, inspired by XKCD</dt>
<dt><a href="https://github.com/rg3/youtube-dl" add_date="1452972212">youtube-dl: Small command-line program to download videos from YouTube.com and other video sites</dt>
<dt><a href="https://github.com/HelloZeroNet/ZeroNet" add_date="1452972212">ZeroNet: ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network</dt>
<dt><a href="https://github.com/jjyr/zerotest" add_date="1452972212">zerotest: Lazy guy's testing tool. Capture HTTP traffic and generate python integration test for your API server.</dt>