Metadata-Version: 2.4
Name: ical2jcal
Version: 1.0.6
Summary: Convert between iCalendar and jCalendar formats.
Project-URL: Homepage, https://pycalendar.github.io/ical2jcal/
Project-URL: Documentation, https://pycalendar.github.io/ical2jcal/
Project-URL: Repository, https://github.com/pycalendar/ical2jcal/
Author-email: Nicco Kunzmann <niccokunzmann@rambler.ru>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
License-File: LICENSE.txt
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Free Threading :: 3 - Stable
Classifier: Topic :: Communications
Classifier: Topic :: File Formats
Classifier: Topic :: File Formats :: JSON
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: icalendar>=7.0.0a2
Requires-Dist: rich
Requires-Dist: typer-slim[standard]
Description-Content-Type: text/markdown

# ical2jcal

[![GitHub Actions][github-actions-badge]](https://github.com/pycalendar/ical2jcal/actions)
[![PyPI version](https://badge.fury.io/py/ical2jcal.svg)](https://badge.fury.io/py/ical2jcal)
[![uv][uv-badge]](https://github.com/astral-sh/uv)
[![Nox][nox-badge]](https://github.com/wntrblm/nox)
[![Ruff][ruff-badge]](https://github.com/astral-sh/ruff)
[![Type checked with mypy][mypy-badge]](https://mypy-lang.org/)

[github-actions-badge]: https://github.com/pycalendar/ical2jcal/actions/workflows/ci.yml/badge.svg
[uv-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json
[nox-badge]: https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg
[ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
[mypy-badge]: https://www.mypy-lang.org/static/mypy_badge.svg

Convert between iCalendar and jCalendar formats.

- [Documentation](https://pycalendar.github.io/ical2jcal/)
- [PyPI](https://pypi.org/project/ical2jcal/)
- [Source Code](https://github.com/pycalendar/ical2jcal)
