Projects tagged ‘logging’ and ‘python’


[24 total ]

12 Users
   

Bcfg2 helps system administrators produce a consistent, reproducible, and verifiable description of their environment, and offers visualization and reporting tools to aid in day-to-day administrative tasks.
Created over 2 years ago.

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
 

Project is an Operation Support System (OSS) for the Telco, Serice provider and Enterprize Network Operation Centers (NOC). Areas covered by NOC: Fault Management Service Activation/Provisioning ... [More] Multi-VRF Address space management Configuration Management DNS provisioning Peering management, RPSL and BGP filters generator, integrated looking glass Reporting NOC Project is Open Source Software distributed under the term of BSD-like LICENSE. [Less]
Created 11 months ago.

1 Users
   

latua is a lightweight reusable code library. latua library contains modules and wrappers for logging, i18n initialization and file or system operations. Furthermore it contains a simple full text index engine based on sqlite.
Created about 1 year ago.

1 Users

Some Django middleware for reporting errors to Hoptoad. Two lines in your settings.py file and your Django site is ridin' the toad.
Created 5 months ago.

1 Users

A debug logging extension module for python.
Created 9 months ago.

1 Users

WelcomeSummaryTinyIRCClient adds object-orientated event-based access to the IRC protocol. Based on the reliablitiy and efficiency of the Twisted networking engine. What comes with ... [More] TinyIRCClient?With essential functions such as, notify, msg, say, kick, ban, unban, voice, devoice, op, deop and lots more, TinyIRCClient is the simplest, most efficient IRC client ever. Things such as Account, Command and Logging classes all available via attributes in your handler, there is no need to create 10 classes to make your client useful! What can I make?Bots, Relays, Newstickers and lots more can be easily created via simple handlers in the TinyIRCClient. DownloadLatest stable release: Downloads (Recommended) Latest beta release: Downloads Nightly builds: Source [Less]
Created about 1 year ago.

0 Users

Python logging ServerThis projects provides a Python Logging Server based on the Twisted framework. It provides the server side compliment to the Python logging.handlers.SocketHandler client module. ... [More] The logging server itself is a centralized service to which any and all Python code/processes/servers can log messages to. This means that multiple processes can log messages to the same log file without conflict. This concept extends across servers that are running Python processes so long as there is a network connection between those servers. The server also provides a web based status page that shows some statistics and a color coded, chronological listing of the last 300 log messages. The look and feel of this web page is user configurable through a Cascading Style Sheet. ProvidesCentralized logging for Python log messages Centralized logging for multiple Python processes Centralized logging for multiple Python processes across multiple servers A web based status page: Statistics about the logging server itself A color coded, chronological listing of the last 300 log messages Wikihttp://code.google.com/p/python-loggingserver/wiki/PythonLoggingServer [Less]
Created 11 months ago.

0 Users

JipyModulo escrito 100% en python con un conjunto de utilidades, principalmente orientados a la comunicación. El modulo forma parte por: jipy.ipc - Modulo que todo lo relacionado con ipc de ... [More] jipy(que permite pasar tipos nativos de python como mensajes) jipy.ipc.server - clase servidor, funciona en un hilo separado por lo que su funcionamiento es asíncrono. jipy.ipc.client - clase cliente, esta echa para mandar datos al proceso/aplicación que hace de servidor ipc. jipy.http - Modulo que engloba todo lo relacionado con este protocolo. jipy.http.jhttp - Clase que viene siendo un frontend para httplib nativo de python, simplificando en un par de métodos las posibles peticiones http. jipy.http.tinyurl - Clase que interactua con la api de tinyurl para acortar urls. jipy.http.googlesearch - Clase que interactua con la api de Google para las búsquedas. jipy.http.yahoosearch - Clase que interactua con la api de Yahoo para las busquedas. jipy.http.googletranslate - Clase que da un acceso simple al servicio de Google Translate. jipy.util - Modulo que engloba algunas clases que pueden ser útiles en depende que circunstancias. jipy.util.log - Clase elaborada mediante meta-programación y sirve principalmente para debuguear una aplicacion, o tener un registro constante de sucesos. jipy.util.newlog - Clase mas pulida, con posibilidad de activar y desactivar registro en medio de ejecución. Elaborada para guardar logs, o registros de sucesos cuando sea necesario. jipy.util.timer - Clase que permite medir en segundos ejecución de un bloque de código. Sirve principalmente para realizar pruebas. jipy.com - Modulo que engloba un framework irc y una clase de comuniciacion entre clases. jipy.com.signal - Clase que emula la manera de manejar señales de Qt4, y permite comunicar distintas clases. Soporta multi-hilos. jipy.mail - Modulo que engloba todo lo relacionado con el protocolo de mail (aun en desarrollo) jipy.mail.gmail - Clase que permite de una manera simple enviar mails a través de servicio smtp de gmail. Soporta envío de archivos adjuntos. DescargarVersion de desarollo: hg clone https://jipy.googlecode.com/hg/ jipy Jipy 54 (latest snapshot): http://jipy.googlecode.com/files/jipy-54.tar.gz EjemplosGoogle Search >>> import jipy.http >>> gs = jipy.http.googlesearch(”FreeBSD”,size=”large”) >>> for item in gs.get_results(): … print item.get(’url’) … http://www.freebsd.org/ http://www.freebsd.org/where.html http://en.wikipedia.org/wiki/FreeBSD http://distrowatch.com/freebsd http://security.freebsd.org/ http://www.freebsdmall.com/ http://www.freebsddiary.org/ http://freebsd.kde.org/TinyURL >>> import jipy.http >>> turl = jipy.http.tinyurl("http://code.google.com/p/jipy/") >>> print turl.getresponse() http://tinyurl.com/yg6hpk3PastoUtilidad para pegar código en el servicio pastebin: pastopasto.com.ar, con soporte de historial, memoria de nick usado, reconocimiento automático de tipo de texto por la extencion del fichero, etc. DescargarSnapshot: http://jipy.googlecode.com/files/jipy-pasto-hg-20091022.tar.gz [Less]
Created 4 months ago.

0 Users

RadioLog is a logging and reporting application that allows radio station personnel to log in and enter transmitter entries, or EAS events, or discrepancy reports.
Created 12 months ago.