Package pyrobase
[hide private]
[frames] | no frames]

Source Code for Package pyrobase

 1  # -*- coding: utf-8 -*- 
 2  """ General Python Helpers and Utilities. 
 3   
 4      pyrobase assembles general Python helper functions and classes that 
 5      can be applied to any project. That includes some additional tasks 
 6      for the Paver build tool, an improved xmlrpc2scgi module, unit test 
 7      helpers, and generic base modules for various domains. 
 8   
 9      All modules have unit tests (currently pyrobase.paver is an exception), 
10      and the goal is to reach >80% coverage. 
11   
12      See U{https://github.com/pyroscope/pyrobase/wiki} for more. 
13   
14      Copyright (c) 2011 The PyroScope Project <pyroscope.project@gmail.com> 
15  """ 
16  # This program is free software; you can redistribute it and/or modify 
17  # it under the terms of the GNU General Public License as published by 
18  # the Free Software Foundation; either version 2 of the License, or 
19  # (at your option) any later version. 
20  # 
21  # This program is distributed in the hope that it will be useful, 
22  # but WITHOUT ANY WARRANTY; without even the implied warranty of 
23  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
24  # GNU General Public License for more details. 
25  # 
26  # You should have received a copy of the GNU General Public License along 
27  # with this program; if not, write to the Free Software Foundation, Inc., 
28  # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 
29