Metadata-Version: 2.3
Name: pyticktick
Version: 0.1.0
Summary: The modern library to interact with the TickTick API.
Author: Seb Pretzer
Author-email: Seb Pretzer <quick.creek3304@fastmail.com>
License: MIT License
         
         Copyright (c) 2025 Seb Pretzer
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: click>=5.0.0
Requires-Dist: httpx>=0.25.0
Requires-Dist: icalendar>=6.1.2
Requires-Dist: loguru>=0.7.0
Requires-Dist: pydantic-extra-types>=2.2.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: pydantic[email]>=2.0.0
Requires-Dist: pymongo>=4.0.0
Requires-Dist: tenacity>=9.0.0
Requires-Python: >=3.9, <3.14
Project-URL: Changelog, https://pyticktick.pretzer.io/CHANGELOG
Project-URL: Homepage, https://pyticktick.pretzer.io/
Project-URL: Issues, https://github.com/sebpretzer/pyticktick/issues
Project-URL: Repository, https://github.com/sebpretzer/pyticktick
Description-Content-Type: text/markdown

# pyticktick

[`pyticktick`](http://pyticktick.pretzer.io/) is the modern (unofficial) Python library for interacting with [TickTick](https://ticktick.com/home). [`pyticktick`](http://pyticktick.pretzer.io/) supports both the official and unofficial APIs, provides elegant retry logic, and catches data errors early with [`pydantic`](https://docs.pydantic.dev/latest/).

Check out the [documentation](https://pyticktick.pretzer.io/) for more information.

| :warning: Disclaimer                                                                                                                                                                                                                                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| This project is not affiliated with [TickTick](https://ticktick.com/home), and parts of the API accessed by the client are not officially supported. It may even go against their [Terms of Service](https://ticktick.com/tos). See [_Which API should I use?_](https://pyticktick.pretzer.io/explanations/ticktick_api/two_apis/#which-api-should-i-use) for more information. |
