Metadata-Version: 2.1
Name: ics-to-todoist
Version: 0.1.2
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.9,<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.9
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: Programming Language :: Python :: 3.9
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: todoist-python (>=8.1.3,<9.0.0)
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Project-URL: Documentation, https://gaborschulz.github.io/ics-to-todoist/
Project-URL: Repository, https://github.com/gaborschulz/ics-to-todoist
Description-Content-Type: text/markdown

# ics-to-todoist

[![python: 3.11](https://img.shields.io/badge/python-3.9|3.10|3.11-red)](https://python.org)
[![license: MIT](https://img.shields.io/badge/license-MIT-blue)](https://opensource.org/licenses/MIT)
[![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://github.com/gaborschulz/ics-to-todoist/blob/main/coverage.svg)](https://github.com/gaborschulz/ics-to-todoist)

## Summary

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

## Legal info

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

## Copyright

Copyright Gabor Schulz, 2022

