Metadata-Version: 2.1
Name: synctodoist
Version: 0.3.4
Summary: A Python wrapper for the Todoist Sync API v9
Home-page: https://github.com/gaborschulz/synctodoist
License: MIT
Author: Gabor Schulz
Requires-Python: >=3.10
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: httpx (>=0.23.1,<0.24.0)
Requires-Dist: isort (>=5.13.2,<6.0.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: pydantic-settings (>=2.1.0,<3.0.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Project-URL: Documentation, https://github.com/gaborschulz/synctodoist
Project-URL: Repository, https://github.com/gaborschulz/synctodoist
Description-Content-Type: text/markdown

# SyncTodoist

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/synctodoist?color=red)
![PyPI - License](https://img.shields.io/pypi/l/synctodoist?color=blue)
[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)
[![mypy: checked](https://img.shields.io/badge/mypy-checked-blue)](http://mypy-lang.org)
[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)
[![Tests](https://github.com/gaborschulz/pytodoist/actions/workflows/pytest.yml/badge.svg)](https://github.com/gaborschulz/pytodoist/actions/workflows/pytest.yml)
[![Coverage](https://raw.githubusercontent.com/gaborschulz/synctodoist/main/coverage.svg)](https://github.com/gaborschulz/synctodoist)
[![PyPI](https://img.shields.io/pypi/v/synctodoist)](https://pypi.org/project/synctodoist/)

## Summary

A Python client for the Todoist Sync v9 API

## Getting Started

Getting started is quite simple:  

`pip install synctodoist`

## Documentation

The documentation is available here: https://synctodoist.gaborschulz.com.

## Disclaimer

This app is not created by, affiliated with, or supported by Doist.

## License

For licensing details, please, see [LICENSE.md](LICENSE.md)

## Copyright

Copyright Gabor Schulz, 2022
