Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install slurchemy

How to install slurchemy

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install slurchemy
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.2.6 Available View build log
0.2.5 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
0.1.6dev Available View build log
0.1.4dev Available View build log
Windows (64-bit)
0.2.6 Available View build log
0.2.5 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
0.1.6dev Available View build log
0.1.4dev Available View build log
Mac OS X (10.5+)
0.2.6 Available View build log
0.2.5 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
0.1.6dev Available View build log
0.1.4dev Available View build log
Linux (32-bit)
0.2.6 Available View build log
0.2.5 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
0.1.6dev Available View build log
0.1.4dev Available View build log
Linux (64-bit)
0.2.6 Available View build log
0.2.5 Available View build log
0.1.9 Available View build log
0.1.8 Available View build log
0.1.6dev Available View build log
0.1.4dev Available View build log
 
Author
License
GPLv3+
Imports
Lastest release
version 0.2.6 on Jan 23rd, 2012

Python SQLAlchemy bindings for your slurmdbd (SLURM database).

Installing

Easy:

$ virtualenv test-environment && source test-environment/bin/activate
$ pip install slurchemy

or:

$ sudo pip install slurchemy

Using

Assuming you have slurmdbd configured in /etc/slurm/slurmdbd.conf with:

StorageType=accounting_storage/mysql
StorageHost=mysql.example.org
StoragePass=pass
StorageUser=slurm
StorageLoc=slurmdb

Then in python you can do:

import slurchemy
from sqlalchemy import create_engine
engine = create_engine('mysql://slurm:pass@mysql.example.org/slurmdb')
slurchemy.init_model(engine)
clusters = slurchemy.Cluster.query.all()

TODO

  • Builtin statistics queries

Subscribe to package updates

Last updated Jan 23rd, 2012

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.