Skip to main content

Anyblok is a dynamic injection blok framework

Project description

AnyBlok

AnyBlok is a Python framework allowing to create highly dynamic and modular applications on top of SQLAlchemy.

AnyBlok is released under the terms of the Mozilla Public License.

See the latest documentation

Front Matter

Information about the AnyBlok project.

Project Homepage

AnyBlok is hosted on Bitbucket - the main project page is at https://bitbucket.org/jssuzanne/anyblok or http://code.anyblok.org. Source code is tracked here using Mercurial.

Releases and project status are available on Pypi at http://pypi.python.org/pypi/anyblok.

The most recent published version of this documentation should be at http://doc.anyblok.org.

The latest stable documentation is for the release 0.1.0 at http://docs.anyblok.org/0.1.1

Project Status

AnyBlok is currently in beta status and is expected to be fairly stable. Users should take care to report bugs and missing features on an as-needed basis. It should be expected that the development version may be required for proper implementation of recently repaired issues in between releases; the latest master is always available at http://code.anyblok.org/get/default.tar.gz. or http://code.anyblok.org/get/default.zip

Installation

Install released versions of AnyBlok from the Python package index with pip or a similar tool:

pip install anyblok

Installation via source distribution is via the setup.py script:

python setup.py install

Installation will add the anyblok commands to the environment.

Unit Test

Run the test with nose:

pip install nose
nosetests anyblok/tests anyblok/bloks/anyblok_core/tests

Dependencies

AnyBlok works with Python 3.2 and later. The install process will ensure that SQLAlchemy, Alembic are installed, in addition to other dependencies. AnyBlok will work with SQLAlchemy as of version 0.9.8. AnyBlok will work with Alembic as of version 0.7.3. The latest version of them is strongly recommended.

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

Anybox team:

  • Georges Racinet

  • Christophe Combelles

  • Sandrine Chaufournais

  • Jean-Sébastien Suzanne

  • Florent Jouatte

  • Simon André

  • Clovis Nzouendjou

  • Pierre Verkest

  • Franck Bret

Bugs

Bugs and feature enhancements to AnyBlok should be reported on the Issue tracker.

CHANGELOG

0.1.2

  • [REFACTOR] Allow to declare Core components

  • [ADD] Howto declare Core / Type

  • [FIX] Model can only inherit simple python class, Mixin or Model

  • [FIX] Mixin inherit chained

  • [FIX] Flake8

0.1.1

  • [FIX] version, documentation, setup

0.1.0

Main version of AnyBlok. You can with this version

  • Create your own application

  • Connect to a database

  • Define bloks

  • Install, Update, Uninstall the blok

  • Define field types

  • Define Column types

  • Define Relationship types

  • Define Core

  • Define Mixin

  • Define Model (SQL or not)

  • Define SQL view

  • Define more than one Model on a specific table

  • Write unittest for your blok

Project details


Release history Release notifications | RSS feed

This version

0.1.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AnyBlok-0.1.2.tar.gz (60.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page