معرفی شرکت ها


askanna-0.9.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The AskAnna CLI & Python SDK is part of the AskAnna platform to kickstart your data science projects
ویژگی مقدار
سیستم عامل -
نام فایل askanna-0.9.0
نام askanna
نسخه کتابخانه 0.9.0
نگهدارنده []
ایمیل نگهدارنده ['AskAnna Team <support@askanna.io>']
نویسنده -
ایمیل نویسنده AskAnna Team <support@askanna.io>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/askanna/
مجوز -
# AskAnna CLI & Python SDK The AskAnna CLI offers a command line interface to the AskAnna platform. With the Python SDK you can run AskAnna functions directly from your Python script. The CLI & Python SDK simplifies the communication with the AskAnna platform and provides facilities for supporting every part of a data science project. [![PyPI](https://img.shields.io/pypi/v/askanna.svg?color=%2334D058)](https://pypi.org/project/askanna/) [![Python](https://img.shields.io/pypi/pyversions/askanna.svg?color=%2334D058)](https://pypi.org/project/askanna/) [![License](https://img.shields.io/badge/License-BSD_3--Clause-brightgreen.svg?label=license)](https://gitlab.com/askanna/askanna-python/-/blob/master/LICENSE) [![Documentation](https://img.shields.io/badge/docs-available-success.svg)](https://docs.askanna.io/) ## Documentation For the latest information check the [AskAnna Documentation](https://docs.askanna.io/). Or open directly the documentation for: * [Command line (CLI)](https://docs.askanna.io/cli/) * [Python SDK](https://docs.askanna.io/python-sdk/) ## Quickstart ### Install AskAnna ```bash pip install askanna ``` ### Update AskAnna ```bash pip install -U askanna ``` ### Login to AskAnna ```bash askanna login ``` This will create a `.askanna.yml` in your home directory. ### Authorization token When the AskAnna CLI & Python SDK is used in for example a CI/CD, one can configure authentication by setting an environment variable: ```bash export AA_REMOTE=https://beta-api.askanna.eu export AA_TOKEN={{ API TOKEN }} ``` The API token can be found in the created `~/.askanna.yml` file after you logged in with `askanna login`. ### How to push code to AskAnna Run the innit-command on the main directory of your project. The command will create a new project on AskAnna and will add a `askanna.yml` file to your local project directory. In the `askanna.yml` file you can configure jobs. For more information, see the [askanna.yml documentation](https://docs.askanna.io/code/#askannayml). ```bash askanna init ``` If you want to start a project from scratch (or a template), you can run the create-command. ```bash askanna create ``` With the push-command your code will be uploaded to the project in AskAnna. ```bash askanna push ``` ### Track metrics To track metrics for your runs, you can use the function `track_metric`. For more information, see the [metrics documentation](https://docs.askanna.io/metrics/). ```python from askanna import track_metric track_metric("name", "value") ``` ### Track variables To track variables for your runs, you can use the function `track_variable`. For more information, see the [variables documentation](https://docs.askanna.io/variable/tracking/). ```python from askanna import track_variable track_variable("name", "value") ```


نیازمندی

مقدار نام
ython_versio backports-zoneinfo>=0.2.1;
- click<9.0.0,>=7.1.2
- cookiecutter<3.0.0,>1.7.0
- croniter<2.0.0,>=1.0.15
- email-validator<2.0.0
ython_versio futures~=2.2.0;
- gitpython<4.0.0,>=3.1.0
- igittigitt<3.0.0,>=2.0.2
- python-dateutil<3.0.0,>=2.8.0
- python-slugify<9.0.0,>=7.0.0
- pyyaml<7.0.0,>=5.3.1
- requests<3.0.0,>=2.22.0
- resumable~=0.1.1
ython_versio typing-extensions<5.0.0,>=4.0.0;
- tzlocal<5.0,>=2.1
xtr askanna[test];
xtr bandit~=1.7.4;
xtr black~=23.1.0;
xtr hatch~=1.6.3;
ython_versio isort~=5.12.0;
ython_versio pre-commit~=2.21.0;
ython_versio pre-commit~=3.0.0;
xtr python-dotenv~=0.21.1;
xtr faker~=16.6.1;
ython_versio numpy~=1.19.5;
ython_versio numpy~=1.24.1;
xtr pytest-cov~=4.0.0;
xtr pytest~=7.2.1;
xtr responses~=0.22.0;
xtr ruff~=0.0.257;


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

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


نحوه نصب


نصب پکیج whl askanna-0.9.0:

    pip install askanna-0.9.0.whl


نصب پکیج tar.gz askanna-0.9.0:

    pip install askanna-0.9.0.tar.gz