Metadata-Version: 2.1
Name: taskforge-cli
Version: 0.3.3
Summary: A task management tool that automates your workflow
Home-page: https://github.com/taskforge/cli
Author: Mathew Robinson
Author-email: chasinglogic@gmail.com
License: Apache-2.0
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
Requires-Dist: click (==7.1.2)
Requires-Dist: PyYAML (==5.4.1)
Requires-Dist: appdirs (==1.4.4)
Requires-Dist: tabulate (==0.8.9)
Requires-Dist: yaspin (==1.5.0)
Requires-Dist: requests (==2.25.1)

[![AGPL v3](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://github.com/chasinglogic/taskforge/blob/master/LICENSE)
![Test](https://github.com/taskforge/backend/workflows/Test/badge.svg)
![Lint](https://github.com/taskforge/backend/workflows/Lint/badge.svg)

# ![Taskforge](https://raw.githubusercontent.com/chasinglogic/taskforge/master/src/docs/_static/logo_wide.png)

This is the command line client for Taskforge. This is the recommended client
for terminal-dwelling advanced users.

Documentation is available at https://taskforge.io

## Why Taskforge?

Taskforge has many competitors and all of them are great choices for task
management. So why build yet another "todo app"?

The answer is: most task management applications require that you
duplicate data into them from other sources. Whether by work, or personal
preference, our actual tasks are managed in different sources today. Whether
that be JIRA, GitHub, Trello etc. the teams and people we interact with rarely
use the same solution as we do. Furthermore, it's even less likely that you'll
be able to use the same systems at work and on projects.

The downside of all this? **These systems put the responsibility on you** to
duplicate that information into a format that you can digest.

This is the problem that Taskforge solves. It aggregates and integrates with
existing systems and provides a unified interface for all the various tasks
systems you're required to interact with.

## Getting Started

Head over to [our documentation website](http://taskforge.io/docs/) for full
documentation. For a getting started guide and more information.

## Contributing

Follow the
[Code of Conduct](https://taskforge.io/docs/contributing/code_of_conduct.html)

Contributions are greatly appreciated. We have a process for making a
contributions via Github that you can read in the [Contributing section of the
documentation website](https://taskforge.io/docs/contributing/index.html)
document.

## License

This code is distributed under the Affero GNU General Public License

```text
    Copyright (C) 2020 Mathew Robinson

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
```


