Metadata-Version: 2.1
Name: ics-to-todoist
Version: 0.2.0
Summary: A command line tool to convert entries from an .ics file to tasks in Todoist.
Home-page: https://gaborschulz.github.io/ics-to-todoist/
License: MIT
Keywords: ics,todoist
Author: Gabor Schulz
Requires-Python: >=3.10,<4.0.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
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
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Dist: ics (>=0.7.2,<0.8.0)
Requires-Dist: pydantic (>=1.10.2,<2.0.0)
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: synctodoist (>=0.1.8)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Project-URL: Repository, https://github.com/gaborschulz/ics-to-todoist
Description-Content-Type: text/markdown

# ics-to-todoist

![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ics-to-todoist?color=red)
![PyPI - License](https://img.shields.io/pypi/l/ics-to-todoist?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/ics-to-todoist/actions/workflows/pytest.yml/badge.svg)](https://github.com/gaborschulz/ics-to-todoist/actions/workflows/pytest.yml)
[![Coverage](https://raw.githubusercontent.com/gaborschulz/ics-to-todoist/main/coverage.svg)](https://github.com/gaborschulz/ics-to-todoist)
[![PyPI](https://img.shields.io/pypi/v/ics-to-todoist)](https://pypi.org/project/ics-to-todoist/)

## Summary

A command line tool to convert entries from an `.ics` file to tasks in Todoist.

## Getting Started

Getting started is quite simple:

`pipx install ics-to-todoist`

## Documentation

The documentation is available here: https://ics-to-todoist.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

