From build tools to classes for seismological observatories
-
jump 0.9.6 Jump is a build tool for distributing Jython applications.
-
obspy.core 0.1.3dev-r737 ObsPy core classes, Python for Seismological Observatories
-
ckanclient 0.2 The CKAN client Python package.
-
pyke 1.0.4 Python Knowledge Engine and Automatic Python Program Generator
-
Unum 4.1.0 Units in Python
-
Find all subclasses of a given class (Python)
Find all subclasses of a given class (Python) Python recipe 576949 by Gabriel Genellina (class, extending, inheritance, plugin, python3, subclass, subclasses, type). Revision 3. itersubclasses(cls) returns a generator over all subclasses of cls, in depth first order. cls must be a new-style class; old-style classes are not supported. Gabriel Genellina
-
Pyjamas 0.7~pre1 Pyjamas Widget API for Web applications, in Python
-
scriptine 0.1.0 python shell scripts made easy
-
python-djvulibre 0.1.15 Python support for the DjVu image format
-
execnet 1.0.0b2 execnet: elastic Python deployment
-
Simple primes generator (Python)
Simple primes generator (Python) Python recipe 576948 by Maxime Fontenier (any, generator, numbers, primes). Simple prime generator. I write it as a sample usage of the any function. Maxime Fontenier