Skip to main content

The Dart CLI and Python Library

Project description

Dart Tools

PyPI Supported Python Versions License

Dart 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

pip install dart-tools

Then, login with

dart login

Usage

As a CLI

In the terminal, see the help message with

dart --help

Create a task with

dart createtask "new task"

Begin work on a task with

dart begintask

As a Python Library

In Python, run

from dart import login, create_task, begin_task

# only needed one time
login()

create_task("new task")

begin_task()

Help and Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dart-tools-0.2.0.tar.gz (7.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page