Projects tagged ‘python’, ‘tools’, and ‘utilities’


[11 total ]

4 Users
   

sshproxy is a pure python implementation of an ssh authenticating proxy. It allows users to connect to remote sites without having to know the password or key of the remote sites. ACL rules can ... [More] be set up to allow or deny users based on different parameters like their IP address or the time of the day. Access attempts are logged via syslog, and an enhanced "action log" system is under development. The client is the standard ssh client. [Less]
Created over 3 years ago.

3 Users
   

pymon is an open source network and process monitoring solution implemented in python. The interface and configuration is designed to be easily and rapidly deployed, saving on time and overhead often associated with other monitoring solutions.
Created over 2 years ago.

2 Users
   

Umigumi simplifies the gerenation of custom Linux distributions and their deployment on various media: Flash memory cards, LiveCD, hard disk, etc. Umigumi has been originally developped by the ... [More] OpenBrick community for the OpenBrick open embedded platform and is now the tool of choice to generate ERP5 Live CDs. [Less]
Created over 3 years ago.

0 Users

Djazz is a suite that helps django programmers See https://djazz.quamquam.org for more informations
Created 11 months ago.

0 Users

Python Commons is a collection of general-purpose utilities released under the PSF license. Modules include: - async: Asynchronous utilities for use with the Twisted library. - control: ... [More] Processes, idling, and signals. - decs: Decorators and decorator utilities. - environ: Environment variables. - exceps: Exceptions and exception handling. - files: File and directory manipulation. - interp: String interpolation. - log: Convenience functions for the standard logging library. - misc: Miscellanea. - networking: Networking tools. - progress: Long-running processes and facilities to let them report their progress. - seqs: Sequences, streams, and generators. - servers: Variety of classes, mixins, and functions for servers from low-level sockets to high-le [Less]
Created over 3 years ago.

0 Users

These are tools and code examples that I wrote for myself but other people might also find useful
Created about 1 year ago.

0 Users

Coming soon... dhutils release v0.1coerce - Functions for coercing objects to different types config - Store an application's configuration filewatcher - Detect changes to files and directories ... [More] options - Command-line argument processing pathops - Consolidated path operations signals - A signal/slot implementation singleapp - Ensure only one instance of an application state - Keep track of a program's state util - Other useful functions and classes [Less]
Created about 1 month ago.

0 Users

This ProjectThis project features a collection of small applications and general use modules that I either have completed or am working on. I have decided to host them all here rather than give each ... [More] their own project. Larger projects will get their own project. Originally, this project was intended for just Python based-projects (hence the name sams-py), but it has since expanded to include other code in C# and Boo. The code base will continue to diversify. Txtrevise text editing toolLatest release: v.1.0 (Win32 2009/04/06), Implemented in Python, Targeting: Windows and Unix-like desktop platforms Txtrevise is a command line text editing tool, designed for quickly replacing text on a specific line in a chosen file. It is a much neater rewrite of a tool that I previously wrote in C++, called revise. Nitwit Twitter client libraryNot yet released - WIP, Implemented in C#, Targeting: CLR(.NET/Mono) applications Nitwit is a .NET library which allows CLR applications to interact with Twitter. It provides quick and easy access to Twitter's REST and Search APIs. Nitwit was created after I had made numerous alterations to the Yedda.Twitter library and its design was inspired by it. [Less]
Created 7 months ago.

0 Users

LEPL is a parser for Python 3 (mostly backwards compatible with 2.6). Features: * Parsers are Python code, defined in Python itself. No separate grammar is necessary. ... [More] * Friendly syntax using Python's operators allows grammars to be defined in a declarative style close to BNF. * Integrated, optional lexer simplifies handling whitespace. * Built-in AST support with support for iteration, traversal and re-writing. * Generic, pure-Python approach supports parsing a wide variety of data including bytes (Python 3+ only). * Well documented and easy to extend. * Unlimited recursion depth (co-routines); memoisation; backtracking; etc - basically, it's recursive descent, done right. [Less]
Created 8 months ago.

0 Users

This aims to be a collection of all sorts of tools which supports the standards around Data Portability, namely Microformats, FOAF, XDI, XRDS and so on. For a list of released eggs, check out: ... [More] http://pypi.python.org/pypi?%3Aaction=search&term=pydataportability&submit=search For examples download this file and follow the instructions in the 'README.txt' file. [Less]
Created about 1 year ago.