معرفی شرکت ها


autonomi-0.1.5


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Autonomi Cloud Python Client
ویژگی مقدار
سیستم عامل -
نام فایل autonomi-0.1.5
نام autonomi
نسخه کتابخانه 0.1.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sudeep Pillai
ایمیل نویسنده sudeep@autonomi.ai
آدرس صفحه اصلی https://www.autonomi.ai
آدرس اینترنتی https://pypi.org/project/autonomi/
مجوز MIT License Copyright (c) 2022-, Autonomi AI, Inc., all rights reserved. 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.
# Autonomi Cloud Python Client <p align="center"> <a href="https://pypi.org/project/autonomi/"> <img alt="PyPi Version" src="https://badge.fury.io/py/autonomi.svg"> </a> <a href="https://pypi.org/project/autonomi/"> <img alt="PyPi Version" src="https://img.shields.io/pypi/pyversions/autonomi"> </a> <a href="https://pypi.org/project/autonomi/"> <img alt="PyPi Downloads" src="https://img.shields.io/pypi/dm/autonomi"> </a> <a href="https://betteruptime.com/?utm_source=status_badge"> <img alt="Better Uptime" src="https://betteruptime.com/status-badges/v1/monitor/m27f.svg" height="20px"> </a> </p> The Autonomi Cloud Python Client provides a convenient way to interact with the Autonomi Cloud API. We provide a unified client interface for various API services offered on the [Autonomi Cloud Platform](https://console.autonomi.ai/). ## Installation The Autonomi AI Python Client is available on PyPI. You can install it using pip: ```sh pip install autonomi ``` Install from source: ```sh git clone https://github.com/autonomi-ai/autonomi-client cd autonomi-client pip install -e . ``` ## Authentication The Autonomi AI Python Client uses API keys to authenticate requests. You can create your own API keys, after you've signed up, in the [Autonomi Cloud console](https://console.autonomi.ai/). ```bash export AUTONOMI_API_KEY='...' ``` ## Usage The python client needs to be configured with your personal API key before you can use it. You can set the API key in the environment variable `AUTONOMI_API_KEY` as described above or pass it to the client constructor. ```python from autonomi.client import AutonomiClient # Usage with variable `AUTONOMI_API_KEY` read from your environment. >>> cli = AutonomiClient() AutonomiClient [version=X.Y.Z] :: [endpoint=https://api.autonomi.ai/v1, health=OK, auth=OK] # Usage with API key passed to constructor cli = AutonomiClient(api_key='...') AutonomiClient [version=X.Y.Z] :: [endpoint=https://api.autonomi.ai/v1, health=OK, auth=OK] ``` ## Requirements - Python 3.7+ We currently support Python 3.7+ on Linux and macOS. If you have any questions or issues, please [open an issue](https://github.com/autonomi-ai/autonomi-client/issues).


نیازمندی

مقدار نام
>=8.1.0 click
- cloudpathlib[gs,s3]
- ipython
- loguru
>=4.6 opencv-python-headless
- pandas
==9.2.0 Pillow
- pydantic[dotenv]
- requests
>=12.0.0 rich
- sentry-sdk
- tenacity
- tqdm
>=0.6.1 typer
- loguru
- notebook
>=4.6 opencv-python-headless
- pandas
==9.2.0 Pillow
- pre-commit
- pytest
- pytest-cov
- pytest-dependency
- tenacity
- loguru
- notebook
>=4.6 opencv-python-headless
- pandas
==9.2.0 Pillow
- pre-commit
- pytest
- pytest-cov
- pytest-dependency
- tenacity


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

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


نحوه نصب


نصب پکیج whl autonomi-0.1.5:

    pip install autonomi-0.1.5.whl


نصب پکیج tar.gz autonomi-0.1.5:

    pip install autonomi-0.1.5.tar.gz