Metadata-Version: 2.1
Name: dftp
Version: 0.1.0
Summary: Command-line interface for Remember the Milk.
Home-page: https://github.com/kdwarn/dont-forget-the-python
Author: Kris Warner
Author-email: kdwarn@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: arrow (>=0.12.1)
Requires-Dist: click (>=6.7)
Requires-Dist: reportlab (>=3.5.2)
Requires-Dist: requests (>=2.19.1)
Requires-Dist: tabulate (>=0.8.2)

# Don't Forget the Python

Don't Forget the Python is a command-line interface for [Remember the Milk](https://www.rememberthemilk.com), an online task-management system.

Remember the Milk is very good at what it does - and is very easy to use in the browser and various apps - so Don't Forget the Python does not focus on duplicating its abilities, but instead adds a couple features that RTM doesn't currently provide, like exporting your tasks to pdf and printing your lists and tasks to the terminal. Currently, only a simplified version of tasks is supported (name and due or completed date), but more verbose capabilities are in development.

## Installation

Make sure you have the latest version of pip installed:

`pip3 install --upgrade pip` (or just `pip install --upgrade pip` if you are working from a python3 virtual environment or only have python3 installed.)

`pip install dftp`

## Usage

From a terminal, run `dftp` and the list of available commands will be shown.

## Disclaimer

This CLI uses the Remember The Milk API but is not endorsed or certified by Remember The Milk.


