معرفی شرکت ها


eve-peewee-0.0.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Data layer for Eve powered by peewee.
ویژگی مقدار
سیستم عامل -
نام فایل eve-peewee-0.0.6
نام eve-peewee
نسخه کتابخانه 0.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Samuli Tuomola
ایمیل نویسنده samuli.tuomola@gmail.com
آدرس صفحه اصلی https://github.com/stt/eve-peewee
آدرس اینترنتی https://pypi.org/project/eve-peewee/
مجوز BSD
Eve Peewee extension ==================== `|Build Status| <https://travis-ci.org/stt/eve-peewee>`_ A WIP data layer for `Eve <http://python-eve.org/>`_ using `peewee <http://peewee-orm.com/>`_ Currently peewee creates tables based on settings.py DOMAIN declarations during start-up and basic Eve CRUD methods work. Instuctions ^^^^^^^^^^^ - ``python setup.py install`` or ``pip install eve-peewee`` - define DATABASE\_URI in settings.py (see examples) - Eve(data=EvePeewee).run() Tested ^^^^^^ - postgres 9.x, sqlite3 - python 2.7, 3.5 - basic eve functionality (filtering, sorting, pagination, timestamps, etag/if-match, soft delete) - 1:m data relationships Untested/TBD ^^^^^^^^^^^^ - mysql - custom validator - constraints (unique) - m:m data relationships (atm creates link tables but likely fails to query for embedding) - versioning fields Notable caveats ^^^^^^^^^^^^^^^ - peewee doesn't do auto-migration (if you change domain models, drop the tables to get them recreated or apply changes in db manually) - peewee specific field properties can be defined in DOMAIN schema (requires "transparent\_schema\_rules"), e.g. ``'_peewee': { 'primary_key': True }`` - not all possible error cases are captured to json/xml document, default 500 response may happen - objectid and media types are unsupported (list and dict types are saved as jsonb) - many of the mongo centric field properties of eve (anyof, allof etc) are silently ignored .. |Build Status| image:: https://travis-ci.org/stt/eve-peewee.svg


نحوه نصب


نصب پکیج whl eve-peewee-0.0.6:

    pip install eve-peewee-0.0.6.whl


نصب پکیج tar.gz eve-peewee-0.0.6:

    pip install eve-peewee-0.0.6.tar.gz