معرفی شرکت ها


dart-tools-0.1.3


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

The Dart CLI and Python Library
ویژگی مقدار
سیستم عامل -
نام فایل dart-tools-0.1.3
نام dart-tools
نسخه کتابخانه 0.1.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Dart Software Team <software@itsdart.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/dart-tools/
مجوز MIT License Copyright (c) 2023 Dart 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.
<div align="center"> <h1>Dart Tools</h1> <p> <a href="https://pypi.org/project/dart-tools"><img src="https://img.shields.io/pypi/v/dart-tools.svg" alt="PyPI"></a> <a href="tox.ini"><img src="https://img.shields.io/pypi/pyversions/dart-tools" alt="Supported Python Versions"></a> <a href="LICENSE"><img src="https://img.shields.io/github/license/its-dart/dart-tools" alt="License"></a> </p> </div> [Dart](https://itsdart.com?nr=1) is Project Management on Autopilot. `dart-tools` is the Dart CLI and Python Library. It enables direct integration with Dart through a terminal CLI or through Python. ## Setup In the terminal, install with ```bash pip install dart-tools ``` Then, login with ```bash dart login ``` ## Usage ### As a CLI In the terminal, see the help message with ```bash dart --help ``` Create a task with ```bash dart createtask "new task" ``` Begin work on a task with ```bash dart begintask ``` ### As a Python Library In Python, run ```python from dart import login, create_task, begin_task # only needed one time login() create_task("new task") begin_task() ``` ## Help and Resources - [Homepage](https://www.itsdart.com/?nr=1) - [Web App](https://app.itsdart.com/) - [Help Center](https://its-dart.notion.site/Dart-Help-Center-8206a2aa2956496f8988b7b32cdcd205) - [Bugs and Features](https://github.com/its-dart/dart-tools/issues) - [Library Source](https://github.com/its-dart/dart-tools/) - Email us at [support@itsdart.com](mailto:support@itsdart.com)


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

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


نحوه نصب


نصب پکیج whl dart-tools-0.1.3:

    pip install dart-tools-0.1.3.whl


نصب پکیج tar.gz dart-tools-0.1.3:

    pip install dart-tools-0.1.3.tar.gz