The Dart CLI and Python Library
Project description
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
Release history Release notifications | RSS feed
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.3.4.tar.gz
(18.8 kB
view hashes)