movingaverage is a Python module to compute the moving average of a list. For example: from movingaverage import movingaverage print list(movingaverage([1,2,3,4,5,6], 3)) >>> [2,3,4,5]movingaverage(data, sample_size): Return the moving...

Metawidget

Metawidget 1.20

Metawidget is a cross-platform software that takes your domain objects and automatically creates, at runtime, native User Interface components for them - saving you handcoding your UIs. It supports Swing, Java Server Faces (JSF), Facelets, Spring (Spring...

testkit

testkit 0.1.7

testkit is a simple collection of test tools that have been developed out of need for some projects. However, some of these tools needed to be duplicated so I decided to consolidate them in this library.DevelopingInstall virtstrap via pip. Please install...