Metadata-Version: 2.4
Name: medo
Version: 0.0.0
Summary: meta-todo app
Home-page: https://github.com/okurz/medo
Author: Oliver kurz
Author-email: okurz@suse.com
License: MIT
Keywords: webscraping script helper todo text console
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: futures; python_version < "3.4"
Requires-Dist: configargparse
Requires-Dist: future
Requires-Dist: certifi
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

# medo [![Build Status](https://travis-ci.org/okurz/medo.svg?branch=master)](https://travis-ci.org/okurz/medo)

A meta-TODO script acting as a TODO list but interacting with multiple backends.

Commonly one has more than one TODO list, for example a manually maintained
list, emails that can be considered TODO items, tickets in issue trackers,
unread notifications and such. The goal of *medo* is to interact with all of
these backends using a single concise interface.


## Communication

If you have questions, contact me (*okurz*) irc.freenode.net, e.g. in
[#opensuse-factory](irc://chat.freenode.net/opensuse-factory).


## Contribute

This project lives in https://github.com/okurz/medo

Feel free to add issues in github or send pull requests.

TODOs and ideas are tracked in the file `TODO` as well as github issues.

### Rules for commits

* Every commit is checked by [Travis CI](https://travis-ci.org/travis) as soon as
  you create a pull request but you *should* run `tox` locally,

* It would be nice to keep the test coverage or increase it, e.g. by adding
  test reference data for new scenarios. TDD is advised :-)

* For git commit messages use the rules stated on
  [How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/) as
  a reference

If this is too much hassle for you feel free to provide incomplete pull
requests for consideration or create an issue with a code change proposal.

## License

This project is licensed under the MIT license, see LICENSE file for details.
