pyrrd 0.1.0-1 source package in Ubuntu

Changelog

pyrrd (0.1.0-1) unstable; urgency=low

  * Team upload

  [ Andrea Corradi ]
  * New upstream release (Closes: #627538, #646427)
  * Update to policy 3.9.2

  [ Bernd Zeimetz ]
  * Depend on python-rrdtool as PyRRD uses this now instead of
    executing rrdtool for everything.
  * Migrate to dh_python2 
  * Fix watch file
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  12 Dec 2011 12:01:22 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyrrd_0.1.0.orig.tar.gz 444.1 KiB 103b3a6f855e38946e0fc100a54ec46be69c37cc349ceb95decad35424f629a9
pyrrd_0.1.0-1.diff.gz 6.9 KiB c41593843fd7e25b68ed4fb74e504ffb9e2e52c994caf0fa6d0d8d3afc9e5d15
pyrrd_0.1.0-1.dsc 1.9 KiB b1dc76de2fd4c6d598342a983af215795b4875f83e0ac94560bb1abfb5401501

Available diffs

View changes file

Binary packages built by this source

python-pyrrd: object-oriented Python interface for RRD

 PyRRD is a module that wraps RRDTool (round-robin database tool) to allow
 for the greatest possible programmatic ease in creating, updating, querying
 and graphing RRD data. The idea is to make RRDTool insanely easy to use and
 to be aesthetically pleasing for Python programmers.
 .
 It is different from python-rrdtool, which is more a simple way to use
 rrdtool as by command line, because python-pyrrd wraps options in objects
 that are more easy and comfortable to use.