Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'perl,': 0.05; 'scripting': 0.05; 'python': 0.08; 'subject:language': 0.09; 'subject:python': 0.10; 'am,': 0.12; 'received:209.85.210.174': 0.13; 'received :mail-iy0-f174.google.com': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wed,': 0.17; 'wrote:': 0.18; 'jan': 0.19; 'header:In-Reply-To:1': 0.22; 'wonder': 0.23; 'language.': 0.28; 'message-id:@mail.gmail.com': 0.28; 'url:wiki': 0.29; 'least': 0.30; 'hi,': 0.32; "won't": 0.33; 'there': 0.33; 'to:addr:python-list': 0.34; 'too': 0.34; 'skip:" 20': 0.35; 'but': 0.37; 'received:google.com': 0.37; 'patch': 0.38; 'some': 0.38; 'received:209.85': 0.38; 'url:en': 0.39; 'url:org': 0.39; 'tool': 0.39; "it's": 0.40; 'received:209': 0.40; 'to:addr:python.org': 0.40; 'one,': 0.40; 'spend': 0.61; 'grab': 0.66; '2012': 0.67; 'klein': 0.67; 'subject:like': 0.67; '11,': 0.68; 'analyzer': 0.84; 'subject:tool': 0.84; 'minute.': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=F2bRTb4S/tIQx71KVcixBNuu7E81Dy2NekP4Cc1SU9w=; b=OgXR0TgfCndtlGxypR9IBuwQNOCiQbqC29v3kkWsWHhJOdQwLWGo80n8CLfGGpz2R2 SA9nu/zrdD2OWZqyFlSZrcPLESyxqzjEd6g3kxUphwlgrONNu5OPudtuSdV4/ZG6cFTs 7MtKpRLYXUc2cVy2F0lAS1C1CY4n9BQNGEClE= MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 11 Jan 2012 09:01:47 +1100 Subject: Re: I look for a tool like webalizer in python language From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1326232915 news.xs4all.nl 6898 [2001:888:2000:d::a6]:56456 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18782 On Wed, Jan 11, 2012 at 2:24 AM, St=E9phane Klein wr= ote: > Hi, > > I wonder if there are a tool like webalizer in python language. > (http://en.wikipedia.org/wiki/Webalizer). > > I would like to do some patch in webalizer, but I don't want to spend too > many time to do that in C language. In Python I can do this patch in few > minute. > > Do you know a tool like this in Python ? I use AWStats for my sites; it's not Python but Perl, but at least it is a scripting language. You won't find "Webalizer-in-Python" anywhere; whatever analyzer you find will have different features. So just grab any one, give it a shot, and see how you like it! ChrisA