By default, all Django applications come with a backend panel, a dashboard only accessible to admins, since the data presented there is quite sensitive.For the frontend section of the Django site/app there's no user dashboard utility, unless you're...

read more
Fabric

Fabric 1.10.2 updated

This is a Python library and command-line tool for streamlining and implementing the use of SSH for application deployment or systems administration tasks.It provides a basic suite of operations for executing local or remote shell commands (normally or...

read more

The script is only for POSIX users.This module simply goes to The Quotations Page (www.quotationspage.com) to pull the quotes and motivational quotes of the day for the past 10 days, pickles the cached quotes in the home directory and randomly picks one...

read more
unshortenit

unshortenit 0.1.8

If someone has browser the Web enough, they're bound to stumble upon one of those links that requires you to wait for X amount of seconds before accessing a page or starting a download.In the Web industry, they are technically named "301 redirection short...

read more
Logbook

Logbook 0.9.1 updated

The basic interface is similar to the standard library's "logging" module.Features:Logging levels: critical - for errors that lead to termination error - for errors that occur, but are handled warning - for exceptional circumstances that might not be...

read more
pycparser

pycparser 2.13 updated

It's a tool for using inside other applications that need to scrape C source code. It parses C code into an AST and serves it as a front-end for C compilers or analysis tools.It is written in pure Python using the PLY parsing library.What is new in this...

OOSheet

OOSheet 1.1

Macros can be created as well.Create the code in Python and then insert the script inside the document to run it as a macro.OOSheet API was inspired by JQuery. It uses selectors in same way that you would use in OpenOffice.org, with cascading method calls...

Pyparsing

Pyparsing 2.0.2

Grammars are implemented directly in the client code using parsing objects, instead of externally, as with lex/yacc-type tools.Includes simple examples for parsing CORBA IDL, SQL and 4-function...

read more