debian/0000755000000000000000000000000012210607301007156 5ustar debian/whisper-dump.10000644000000000000000000000075512210607301011673 0ustar .TH WHISPER-DUMP 1 .SH NAME whisper-dump \- dump whisper database files .SH SYNOPSYS .nf .fam C \fbwhisper-dump\fP path .fam T .fi .SH DESCRIPTION This command dumps an whisper database file. .PP The options are described below. .SH OPTIONS .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Jonas Genannt , for the Debian project (but may be used by others). debian/watch0000644000000000000000000000012112210607301010201 0ustar version=3 http://pypi.python.org/packages/source/w/whisper/whisper-(.+)\.tar\.gz debian/whisper-set-aggregation-method.10000644000000000000000000000112312210607301015252 0ustar .TH WHISPER-SET-AGGREGATION-METHOD 1 .SH NAME whisper-set-aggregation-method \- set aggregationType field .SH SYNOPSYS .nf .fam C \fbwhisper-set-aggregation-method\fP path .fam T .fi .SH DESCRIPTION This command sets the aggregationType field in an whisper database. .PP The options are described below. .SH OPTIONS .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Jonas Genannt , for the Debian project (but may be used by others). debian/whisper-fetch.10000644000000000000000000000150412210607301012010 0ustar .TH WHISPER-FETCH 1 .SH NAME whisper-fetch \- extract records from a whisper database .SH SYNOPSYS .nf .fam C \fbwhisper-fetch\fP [options] path .fam T .fi .SH DESCRIPTION This command retrieves records from a whisper fixed-size database. .PP The options are described below. .SH OPTIONS .TP .B \-\-from Unix epoch time of the beginning of your requested interval (default: 24 hours ago). .TP .B \-\-until Unix epoch time of the end of your requested interval (default: now). .TP .B \-\-json Output results in JSON form. .TP .B \-\-pretty Show human-readable timestamps instead of unix times. .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Elliot Murphy , for the Debian project (but may be used by others). debian/rrd2whisper.10000644000000000000000000000123112210607301011510 0ustar .TH RRD2WHISPER 1 .SH NAME rrd2whisper \- convert an RRD database to a whisper database .SH SYNOPSYS .nf .fam C \fbwrrd2whisper\fP rrd_path .fam T .fi .SH DESCRIPTION This command converts an RRD database to a whisper fixed-size database. .PP The options are described below. .SH OPTIONS .TP .B \-\-xFilesFactor The fraction of data points in a propagation interval that must have known values for a propagation to occur. .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Elliot Murphy , for the Debian project (but may be used by others). debian/whisper-merge.10000644000000000000000000000100512210607301012012 0ustar .TH WHISPER-MERGE 1 .SH NAME whisper-merge \- merge two whisper database files .SH SYNOPSYS .nf .fam C \fbwhisper-merge\fP from_path to_path .fam T .fi .SH DESCRIPTION This command merges two whisper database files. .PP The options are described below. .SH OPTIONS .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Jonas Genannt , for the Debian project (but may be used by others). debian/changelog0000644000000000000000000000272112210610065011033 0ustar python-whisper (0.9.12-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Jonas Genannt ] * New Upstream Version * d/control: bumped standards version * d/control: updated homepage field * changed from python-support to dh_python2 (Closes: #721128) -- Jonas Genannt Sun, 01 Sep 2013 11:54:41 +0200 python-whisper (0.9.10-1) unstable; urgency=low * New upstream version * d/control: bumped up standards version * d/copyright: update to version 1.0 * d/rules: replaced mv with rename (added build dependency perl) * added manpages for whisper-dump and whisper-merge * added patch to fix typo in whisper-dump -- Jonas Genannt Sat, 02 Jun 2012 13:07:20 +0200 python-whisper (0.9.9-1) unstable; urgency=low * New upstream version (Closes: #651216) * bumped debhelper compat version to 8 * d/control: Added myself as Uploader / changed Module Team to Maintainer * d/copyright: changed to DEP5 * added manpage for whisper-set-aggregation-method -- Jonas Genannt Sat, 28 Jan 2012 14:46:15 +0100 python-whisper (0.9.8-1) unstable; urgency=low * New upstream version. * Bump Standards-Version. -- Elliot Murphy Wed, 27 Apr 2011 09:39:51 -0400 python-whisper (0.9.6-1) unstable; urgency=low * Initial release (Closes: #563765) -- Elliot Murphy Mon, 07 Jun 2010 16:40:44 -0500 debian/manpages0000644000000000000000000000033712210607301010677 0ustar debian/whisper-create.1 debian/whisper-resize.1 debian/rrd2whisper.1 debian/whisper-update.1 debian/whisper-info.1 debian/whisper-fetch.1 debian/whisper-set-aggregation-method.1 debian/whisper-dump.1 debian/whisper-merge.1 debian/rules0000755000000000000000000000020512210607301010233 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_install: rename 's/\.py//' debian/python-whisper/usr/bin/*.py dh_install debian/whisper-update.10000644000000000000000000000104512210607301012201 0ustar .TH WHISPER-UPDATE 1 .SH NAME whisper-update \- update a whisper database .SH SYNOPSYS .nf .fam C \fbwhisper-update\fP [options] path timestamp:value [timestamp:value]* .fam T .fi .SH DESCRIPTION This command adds an entry to a whisper fixed-size database. .PP The options are described below. .SH OPTIONS .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Elliot Murphy , for the Debian project (but may be used by others). debian/whisper-create.10000644000000000000000000000220512210607301012161 0ustar .TH WHISPER-CREATE 1 .SH NAME whisper-create \- create a whisper database .SH SYNOPSYS .nf .fam C \fbwhisper-create\fP path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]* .fam T .fi .SH DESCRIPTION This command creates a new whisper fixed-size database. For each database you specify one or more pairs of numbers describing how data points should be archived in this database. The first part of the pair is the precision, the second part of the pair is how many data points should be stored. You cannot configure two archives with the same precision inside a single database. Higher precision archives must evenly divide all lower precision archives' precision. .PP The options are described below. .SH OPTIONS .TP .B \-\-overwrite Overwrite an existing database. .TP .B \-\-xFilesFactor The fraction of data points in a propagation interval that must have known values for a propagation to occur. .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Elliot Murphy , for the Debian project (but may be used by others). debian/compat0000644000000000000000000000000212210607301010354 0ustar 8 debian/copyright0000644000000000000000000000211412210607301011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Chris Davis Source: http://pypi.python.org/pypi/whisper/ Upstream-Name: Whisper Files: * Copyright: 2008 Orbitz WorldWide Chris Davis License: Apache Files: debian/* Copyright: 2009-2011 Elliot Murphy 2012 Jonas Genannt License: Apache License: Apache Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License . On Debian systems, the full text of the Apache License can be found at "/usr/share/common-licenses/Apache-2.0" debian/source/0000755000000000000000000000000012210607301010456 5ustar debian/source/format0000644000000000000000000000001412210607301011664 0ustar 3.0 (quilt) debian/whisper-resize.10000644000000000000000000000151212210607301012217 0ustar .TH WHISPER-RESIZE 1 .SH NAME whisper-resize \- resize a whisper database .SH SYNOPSYS .nf .fam C \fbwhisper-resize\fP path secondsPerPoint:pointsToStore [secondsPerPoint:pointsToStore]* .fam T .fi .SH DESCRIPTION This command resizes a whisper fixed-size database. .PP The options are described below. .SH OPTIONS .TP .B \-\-force Force a destructive change to an existing database. .TP .B \-\-newfile Create a new database file without removing the existing one. .TP .B \-\-xFilesFactor The fraction of data points in a propagation interval that must have known values for a propagation to occur. .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Elliot Murphy , for the Debian project (but may be used by others). debian/whisper-info.10000644000000000000000000000102412210607301011647 0ustar .TH WHISPER-INFO 1 .SH NAME whisper-info \- show information about a whisper database .SH SYNOPSYS .nf .fam C \fbwhisper-info\fP path [field] .fam T .fi .SH DESCRIPTION This command displays information about a whisper fixed-size database. .PP The options are described below. .SH OPTIONS .TP .B \-h, \-\-help Show the embedded help. .SH AUTHOR \fBwhisper\fP is a fixed size database, created by Chris Davis. .PP This manual page was written by Elliot Murphy , for the Debian project (but may be used by others). debian/control0000644000000000000000000000165012210607301010563 0ustar Source: python-whisper Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Elliot Murphy , Jonas Genannt Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), perl Standards-Version: 3.9.4 Homepage: https://github.com/graphite-project/whisper Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-whisper/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-whisper/trunk/ Package: python-whisper Architecture: all Depends: ${misc:Depends}, ${python:Depends} Suggests: python-rrdtool Description: database engine for fast, reliable fixed-sized databases Whisper is a fixed size database, similar in design to the Round Robin database tool (RRDtool). Whisper is used by the Graphite scalable real time graphing system to store time-series data for later display.