.. This file is a part of the AnyBlok project .. .. Copyright (C) 2015 Jean-Sebastien SUZANNE .. Copyright (C) 2016 Jean-Sebastien SUZANNE .. .. This Source Code Form is subject to the terms of the Mozilla Public License, .. v. 2.0. If a copy of the MPL was not distributed with this file,You can .. obtain one at http://mozilla.org/MPL/2.0/. .. AnyBlok documentation master file, created by sphinx-quickstart on Mon Feb 24 10:12:33 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. contents:: Front Matter ============ Information about the AnyBlok project. Installation ------------ Install released versions of AnyBlok from the Python package index with `pip `_ or a similar tool:: pip install anyblok_mixins Installation via source distribution is via the ``setup.py`` script:: python setup.py install Running Tests ------------- To run framework tests with ``nose``:: pip install pytest pytest-cov ANYBLOK_DATABASE_DRIVER=postgresql ANYBLOK_DATABASE_NAME=test_anyblok py.test anyblok_mixins/tests Contributing (hackers needed!) ------------------------------ Anyblok is at a very early stage, feel free to fork, talk with core dev, and spread the word! Author ------ Jean-Sébastien Suzanne Contributors ------------ * Jean-Sébastien Suzanne * Pierre Verkest * Hugo Quezada