معرفی شرکت ها


cloud-blobstore-3.2.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Abstraction layer for cloud blobstores.
ویژگی مقدار
سیستم عامل -
نام فایل cloud-blobstore-3.2.0
نام cloud-blobstore
نسخه کتابخانه 3.2.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Human Cell Atlas contributors
ایمیل نویسنده tonytung@chanzuckerberg.com
آدرس صفحه اصلی https://github.com/chanzuckerberg/cloud-blobstore
آدرس اینترنتی https://pypi.org/project/cloud-blobstore/
مجوز Apache Software License
# cloud-blobstore This library provides an abstraction layer for the most basic functionality provided by the cloud providers. These are the basic functions required by the [Human Cell Atlas](https://www.humancellatlas.org/) [Data Storage Service](https://github.com/HumanCellAtlas/data-store). ## Development ### Set up your python environment Before you start, you may wish to set up a [virtualenv](https://virtualenv.pypa.io/en/stable/). Run `pip install -r requirements-dev.txt`. Then set up the following environment variables: | Environment variable | Explanation | | ----------------------- | ----------- | | S3_BUCKET | Points to the AWS S3 bucket where new files will be written. It may be advisable to set up a cleanup policy for this bucket. | | S3_BUCKET_FIXTURES | Points to the AWS S3 bucket where static fixtures are stored. | | S3_BUCKET_US_EAST_1 | Points to an AWS S3 bucket in the US_EAST_1 region. This can overlap with one of the other buckets. | | S3_BUCKET_NON_US_EAST_1 | Points to an AWS S3 bucket _not_ in the US_EAST_1 region. This can overlap with one of the other buckets. | | GS_BUCKET | Points to the GCP GS bucket where new files will be written. It may be advisable to set up a cleanup policy for this bucket. | | GS_BUCKET_FIXTURES | Points to the GCP GS bucket where static fixtures are stored. | ### Set up test fixtures. Run `python tests/fixtures/populate.py --s3-bucket $S3_BUCKET_FIXTURES --gs-bucket $GS_BUCKET_FIXTURES` #### Running tests Run `make test` in the top-level directory.


نحوه نصب


نصب پکیج whl cloud-blobstore-3.2.0:

    pip install cloud-blobstore-3.2.0.whl


نصب پکیج tar.gz cloud-blobstore-3.2.0:

    pip install cloud-blobstore-3.2.0.tar.gz