Metadata-Version: 2.1
Name: todo-ms-client
Version: 0.0.4
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
Description: # ToDo-MS-client
        ![https://github.com/kam193/todo-ms-client/actions](https://github.com/kam193/todo-ms-client/workflows/Test%20and%20build/badge.svg) [![PyPI version](https://badge.fury.io/py/todo-ms-client.svg)](https://pypi.org/project/todo-ms-client/)
        
        > :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
        
        Available from PIP:
        
            pip install todo-ms-client
        
        To learn more about MS ToDo API look into Microsoft docs on [Microsoft Docs page](https://docs.microsoft.com/en-us/graph/api/resources/todo-overview?view=graph-rest-beta).
        
        ---
        
        This library is not created nor related in any way with Microsoft.
        
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
