معرفی شرکت ها


ezazure-0.0.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

easy azure interface for uploading & downloading files
ویژگی مقدار
سیستم عامل -
نام فایل ezazure-0.0.9
نام ezazure
نسخه کتابخانه 0.0.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Mike Powell PhD
ایمیل نویسنده mike@lakeslegendaries.com
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/ezazure/
مجوز MIT License Copyright (c) 2021 Lake's Legendaries LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
################################################################# ezazure: Easy Azure interface for uploading and downloading files ################################################################# Azure's python interface for uploading and downloading files is complicated and unintutive. :code:`ezazure` provides an easy interface to these functionalities. To get started, check out the `docs <https://lakes-legendaries.github.io/ezazure/>`_! If you will be contributing to this repo, check out the `developer's guide <https://lakes-legendaries.github.io/ezazure/dev.html>`_. ********** Quickstart ********** #. Install this package: .. code-block:: bash pip install ezazure #. Put your Azure connection string and container name in a :code:`.ezazure` file: .. code-block:: yaml connection_str: AZURE_CONNECTION_STRING container: CONTAINER_NAME #. Run from the command line either of the following: .. code-block:: bash python -m ezazure --upload FNAME python -m ezazure --download FNAME #. :code:`ezazure` supports regex pattern matching: .. code-block:: bash python -m ezazure --download --regex FNAME.* python -m ezazure --upload --regex PATH/FNAME[0-9]+\.csv #. You can also use this package as an API: .. code-block:: python from ezazure import Azure azure = Azure() azure.upload(fname) azure.download(fname)


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

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl ezazure-0.0.9:

    pip install ezazure-0.0.9.whl


نصب پکیج tar.gz ezazure-0.0.9:

    pip install ezazure-0.0.9.tar.gz