Metadata-Version: 2.1
Name: todo-ms-client
Version: 0.0.3
Summary: Unofficial Python library for MS ToDo API
Home-page: https://github.com/kam193/todo-ms-client
Author: Kamil Mańkowski
Author-email: kam193@wp.pl
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: requests-oauthlib
Requires-Dist: python-dateutil
Requires-Dist: furl

# ToDo-MS-client
![https://github.com/kam193/todo-ms-client/actions](https://github.com/kam193/todo-ms-client/workflows/Test%20and%20build/badge.svg)

> :warning: **This library is on early stage of development.** 
> Only selected features are available. See issues for current roadmap.

Unofficial Python library for MS ToDo API

- [Contributing](CONTRIBUTING.md) - development rules
- [Changelog](CHANGELOG.md) - changelog
- [sample.py](examples/sample.py) - simply example of library use

To learn more about MS ToDo API look into Microsoft docs on [Microsoft Docs page](https://docs.microsoft.com/en-us/graph/api/resources/outlooktask?view=graph-rest-beta).

---

This library is not created nor related in any way with Microsoft.


