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 sqla-mixins

How to install sqla_mixins

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install sqla-mixins
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1
0.6Never BuiltWhy not?
0.1 Available View build log
Windows (64-bit)
Mac OS X (10.5+)
0.1
0.6Never BuiltWhy not?
0.1 Available View build log
0.2
0.6Never BuiltWhy not?
0.3 Failed View build log
0.2 Available View build log
0.1 Available View build log
Linux (32-bit)
0.3
0.6Never BuiltWhy not?
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.2
0.6Never BuiltWhy not?
0.3 Failed View build log
0.2 Available View build log
0.1 Available View build log
Linux (64-bit)
0.6 Available View build log
0.3 Available View build log
0.2 Available View build log
0.1 Available View build log
0.2
0.6Never BuiltWhy not?
0.3 Failed View build log
0.2 Available View build log
0.1 Available View build log
0.6 Available View build log
 
Author
License
Simplified BSD License
Dependencies
Imports
Lastest release
version 0.6 on Sep 20th, 2013

# sqla_mixins

A python module that contains a number of simple declarative sqlalchemy mixins. Currently it supports two such mixins:

  • BasicBase

    The BasicBase class can be used either as a mixin or simply as the base class for all of your sqlalchemy classes. This mixin automatically provides the tablename for the class, as well as two columns, id and created_at.

  • UserMixin

    The UserMixin class is great for storring username and password information into a database. It provides automatic password salting and hashing through the recommended [PBKDF2](http://en.wikipedia.org/wiki/PBKDF2) key derivation function.

### Installation

The sqla_mixins module can be installed via:

pip install sqla_mixins

The module has been tested to work both with python 2.7 and python 3.2. It should work with python 2.6 and any newer versions of python.

### Usage

For example usage of this module, please see the [example.py](/bboe/sqla_mixins/blob/master/example.py) file.

Subscribe to package updates

Last updated Sep 20th, 2013

Download Stats

Last month:2

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.