معرفی شرکت ها


BrainFreeze-0.1rc2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

BrainFreeze is an SQLAlchemy plugin that supports object composition (as opposed to class inheritance). Google for "composition vs inheritance" to get the general idea. Another way to think of BrainFreeze is that it's a plugin for proxying properties on one-to-one related objects. BrainFreeze uses SQLAlchemy's AssociationProxy for the python properties, only BrainFreeze goes the extra step of making those properties query-able using SQLAlchemy's session.query() machinery.
ویژگی مقدار
سیستم عامل -
نام فایل BrainFreeze-0.1rc2
نام BrainFreeze
نسخه کتابخانه 0.1rc2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Ian Charnas, Brian Beck
ایمیل نویسنده ian.charnas@gmail.com, exogen@gmail.com
آدرس صفحه اصلی http://brainfreeze-alchemy.googlecode.com/
آدرس اینترنتی https://pypi.org/project/BrainFreeze/
مجوز UNKNOWN
============================= BrainFreeze SQLAlchemy Plugin ============================= ------------ Introduction ------------ BrainFreeze is an SQLAlchemy plugin that supports object composition (as opposed to class inheritance). Google for "composition vs inheritance" to get the general idea. Another way to think of BrainFreeze is that it's a plugin for proxying properties on one-to-one related objects. BrainFreeze uses SQLAlchemy's AssociationProxy for the python properties, only BrainFreeze goes the extra step of making those properties query-able using SQLAlchemy's session.query() machinery. ---------------------- Installation and Usage ---------------------- Visit the BrainFreeze `project home <http://brainfreeze-alchemy.googlecode.com>`_ for more information. ------------- OneToOneProxy ------------- BrainFreeze provides an SQLAlchemy Python Property that will take all the foreign columns in a one-to-one relation and make them accessible on the mapped class. But wait! There's More! Also included is a SQLAlchemy MapperProperty that lets these foreign columns be query-able just as if they were normal columns on the mapped class. Act now and you'll receive as our special gift to you, an SQLAlchemy MapperExtension that sets this all up for you automatically.


نحوه نصب


نصب پکیج whl BrainFreeze-0.1rc2:

    pip install BrainFreeze-0.1rc2.whl


نصب پکیج tar.gz BrainFreeze-0.1rc2:

    pip install BrainFreeze-0.1rc2.tar.gz