151107 18k 0 unicode is a simple python command line utility that displays properties for a given unicode character, or searches unicode database for a given name. It was written with Linux in mind, but should work almost everywhere (including MS Windows and MacOSX), UTF-8 console is recommended.
150130 42k 0 Passenger-docker is a set of Docker images meant to serve as good bases for Ruby, Python, Node.js and Meteor web app images. In line with Phusion Passenger's goal, passenger-docker's goal is to make Docker image building for web apps much easier and faster. https://github.com/phusion/passenger-docker
140820 73k 0 simplejson 3.6.3 Simple, fast, extensible JSON encoder/decoder. Encoder and decoder for Python 2.5+ and Python 3.3+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost. https://pypi.python.org/pypi/simplejson/ 3.6.3
140820 243k 0 cdist 3.1.6 A Usable Configuration Management System cdist is a usable configuration management system. It adheres to the KISS principle and is being used in small up to enterprise grade environments. cdist is an alternative to other configuration management systems like cfengine, bcfg2, chef and puppet. https://pypi.python.org/pypi/cdist/3.1.6
140814 12k 0 scrib 2.0.6-2 Scrib is a chat bot framework with the goal of becoming a natural language assistant for everyday tasks. https://pypi.python.org/pypi/scrib/2.0.6-2
140730 17k 0 static-bundle. Another yet static manager for Python A set of base utilities which provide static management and builds making. Can be extended with own PrepareHandler's and Bundle's https://github.com/Rikanishu/static-bundle
140729 19k 0 jirafs v0.8.3 Edit Jira issues as text files locally. Pronounced like 'giraffes', but totally unrelated to wildlife, this library lets you stay out of JIRA as much as possible by letting you edit your JIRA issues as text files using an interface modeled off of git and hg. https://pypi.python.org/pypi/jirafs/0.8.3
140726 547k 0 pantsbuild.pants 0.0.20 A bottom-up build tool. Pants is an Apache2 licensed build tool written in Python. https://pypi.python.org/pypi/pantsbuild.pants/0 .0.20
140712 8k 0 MechanicalSoup A Python library for automating interaction with websites. MechanicalSoup automatically stores and sends cookies, follows redirects, and can follow links and submit forms. https://github.com/hickford/MechanicalSoup
140622 53k 0 mimedecode.py.v2.6.0 Decodes MIME msgs Expects one input file on command line or on stdin which is treated as an RFC822 msg, & decodes to stdout or output file. If not an RFC822 msg it is just copied to output one-to-one. If the file is a simple RFC822 msg it is decoded as one part. If a MIME msg with multiple parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options.