معرفی شرکت ها


druid-data-0.4.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A library to store and retrieve python objects in a DynamoDB database. It supports the basic CRUD operations
ویژگی مقدار
سیستم عامل -
نام فایل druid-data-0.4.5
نام druid-data
نسخه کتابخانه 0.4.5
نگهدارنده ['Fernando Magalhaes']
ایمیل نگهدارنده ['fmagalhaes@druid.com.br']
نویسنده Druid
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/druid-rio/druid-data
آدرس اینترنتی https://pypi.org/project/druid-data/
مجوز MIT
# DruidData ![PythonSupport](https://img.shields.io/static/v1?label=python&message=3.7%20|%203.8|%203.9&color=blue?style=flat-square&logo=python) ![PyPI version](https://badge.fury.io/py/druid_data.svg) ![PyPi monthly downloads](https://img.shields.io/pypi/dm/druid_data) A library to store and retrieve python objects in a DynamoDB database. It supports the basic CRUD operations ## Features * **[ConstantString]()** - An enum that holds constant values for parameter names * **[DynamoDBGlobalConfiguration:]()** - A singleton to define global parameters related to DynamoDB * **[dynamo_entity]()** - A decorator for classes whose objects will be stored in and retrieved from the database * **[DynamoCrudRepository]()** - An abstract class to execute CRUD operations on DynamoDB using the classes decorated with the dynamo_entity decorator, use the extensions of this class: **SingleTableDynamoCrudRepository** and **MultiTableDynamoCrudRepository** depending on your approach * **[SingleTableDynamoCrudRepository]()** - An extension of the DynamoCrudRepository specifically for SingleTable design * **[MultiTableDynamoCrudRepository]()** - An extension of the DynamoCrudRepository specifically for Mutitable design ### Installation With [pip](https://pip.pypa.io/en/latest/index.html) installed, run: ``pip install druid_data`` ## License This library is licensed under the MIT-0 License. See the LICENSE file.


نیازمندی

مقدار نام
>=1.17.0,<2.0.0 boto3


زبان مورد نیاز

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl druid-data-0.4.5:

    pip install druid-data-0.4.5.whl


نصب پکیج tar.gz druid-data-0.4.5:

    pip install druid-data-0.4.5.tar.gz