Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python313-icalendar | Distribution: openSUSE:Factory:zSystems |
Version: 6.3.1 | Vendor: openSUSE |
Release: 1.1 | Build date: Wed Jul 2 05:13:15 2025 |
Group: Unspecified | Build host: reproducible |
Size: 2057140 | Source RPM: python-icalendar-6.3.1-1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/collective/icalendar | |
Summary: Python parser/generator of iCalendar files package |
The iCalendar package is a parser/generator of iCalendar files for use with Python. It follows the RFC 2445 (iCalendar) specification.
BSD-2-Clause
* Wed Jul 02 2025 Steve Kowalik <steven.kowalik@suse.com> - Update to 6.3.1: * New features: + Add ``VALARM`` properties for :rfc:`9074`. + Test compatibility with Python 3.13 + Add ``Timezone.from_tzinfo()`` and ``Timezone.from_tzid()`` to create a ``Timezone`` component from a ``datetime.tzinfo`` timezone. + Add ``icalendar.prop.tzid_from_tzinfo``. + Add ``icalendar.alarms`` module to calculate alarm times. + Add ``Event.alarms`` and ``Todo.alarms`` to access alarm calculation. + Add ``DTSTART``, ``TZOFFSETTO``, and ``TZOFFSETFROM`` to ``TimezoneStandard`` and ``TimezoneDaylight`` + Use ``pyproject.toml`` file instead of ``setup.py`` * Breaking changes: + The ``relative`` attribute of ``vWeekday`` components has the correct sign now. + Use ``zoneinfo`` for ``icalendar`` objects created from strings, + Remove ``is_broken`` property. Use ``errors`` instead to check if a component had suppressed parsing errors. + Remove untested and broken ``LocalTimezone`` and ``FixedOffset`` tzinfo + sub-classes. + Remove Python 3.7 as compatible. + Test compatibility with Python 3.12 + Add function ``icalendar.use_pytz()``. + Allows selecting components with ``walk(select=func)`` where ``func`` takes a component and returns ``True`` or ``False``. + Add compatibility to :rfc:`7529`, adding ``vMonth`` and ``vSkip`` * Bug fixes: + Fix a bad ``bytes`` replace in ``unescape_char``. + Handle ``ValueError`` in ``vBinary.from_ical``. + Rename RFC 2445 to RFC 5545, see `Issue 278 * Sun Jun 30 2024 Dirk Müller <dmueller@suse.com> - update to 5.0.13: * Guide to delete the build folder before running tests * Make documentation build with Python 3.12 * Update windows to olson conversion for Greenland Standard Time * Extend examples in Usage with alarm and recurrence * Document how to serve the built documentation to view with the browser * Improve test coverage * Fri Mar 22 2024 Dirk Müller <dmueller@suse.com> - update to 5.0.12: * Augmented fuzzer to optionally convert multiple calendars from a source string * Add script to convert OSS FUZZ test cases to Python/pytest test cases * Added additional exception handling of defined errors to fuzzer, to allow fuzzer to explore deeper * Added more instrumentation to fuzz-harness * Rename "contributor" to "collaborator" in documentation * Correct the outdated "icalendar view myfile.ics" command in documentation. #588 * Update GitHub Actions steps versions * Keep GitHub Actions up to date with GitHub's Dependabot * Fixed index error in cal.py when attempting to pop from an empty stack * Fixed type error in prop.py when attempting to join strings into a byte-string * Caught Wrong Date Format in ical_fuzzer to resolve fuzzing coverage blocker * Sat Jan 20 2024 Dirk Müller <dmueller@suse.com> - skip tests on leap * Sun Dec 17 2023 Dirk Müller <dmueller@suse.com> - update to 5.0.11: * The cli utility now displays start and end datetimes in the user's local timezone. * Added fuzzing harnesses, for integration to OSSFuzz. * icalendar releases are deployed to Github releases * CATEGORIES field now accepts a string as argument * Multivalue FREEBUSY property is now parsed properly * Compare equality and inequality of calendars more completely * Use non legacy timezone name. * Add some compare functions. * Change OSS Fuzz build script to point to harnesses in fuzzing directory * Component._encode stops ignoring parameters argument on native values, now merges them * PERIOD values now set the timezone of their start and end. * No longer run the ``plone.app.event`` tests. * Add documentation on how to parse ``.ics`` files. #152 * Move pip caching into Python setup action. * Check that issue #165 can be closed. * Updated about.rst for issue #527 * Avoid ``vText.__repr__`` BytesWarning. * Calendar components are now properly compared * to_ical() now accepts RRULE BYDAY values>=10 #518 * Adjusted duration regex * Added support for BYWEEKDAY in vRecur ref: #268 * Fix problem with ORGANIZER in FREE/BUSY #348 * vDDDTypes is hashable #487 #492 [niccokunzmann] * Minor changes: * Refactored cal.py, tools.py and completed remaining minimal refactoring in parser.py. Ref: #481 [pronoym99] * fixed setuptools deprecation warnings [mgorny] * removed deprecated test checks [tuergeist] * Fix: cli does not support DURATION #354 [mamico] * Add changelog and contributing to readthedocs documentation [#428] [peleccom] * fixed small typos #323 [rohnsha0] * unittest to parametrized pytest refactoring [jacadzaca] * Require Python 3.7 as minimum Python version. [maurits] * icalendar now takes a ics file directly as an input * icalendar utility outputs a 'Duration' row * icalendar can take multiple ics files as an input * Changed tools.UIDGenerator instance methods to static methods * proper handling of datetime objects with `tzinfo` generated through zoneinfo.ZoneInfo. * Timestamps in UTC does not need tzid * add ``__eq__`` to ``icalendar.prop.vDDDTypes`` #391 * Refactor deprecated unittest aliases for Python 3.11 compatibility #330 [tirkarthi] * Drop support for Python 3.4, 3.5 and PyPy2. [maurits] * Mon Sep 26 2022 Dirk Müller <dmueller@suse.com> - update to 4.1.0: - No longer test on Python 3.4, 3.5 and PyPy2, because we cannot get it to work. Technically it should still work, it is just no longer tested. Do not expect much development on branch 4.x anymore. The master branch will be for the remaining Python versions that we support. * Tue Oct 26 2021 Dirk Müller <dmueller@suse.com> - update to 4.0.9: - Fix vCategories for correct en/de coding. - vDuration property value: Fix changing duration sign after multiple ``to_ical`` calls. * Sat Oct 16 2021 Dirk Müller <dmueller@suse.com> - update to 4.0.8: - Support added for Python 3.9 and 3.10 (no code changes needed). - Replace bare 'except:' with 'except Exception:' (#281) * Thu Nov 26 2020 Dirk Mueller <dmueller@suse.com> - update to 4.0.7: - fixed rrule handling, re-enabled test_create_america_new_york * Tue Jun 02 2020 Dirk Mueller <dmueller@suse.com> - update to 4.0.6: - Use ``vText`` as default type, when convert recurrence definition to ical string. [kam193]
/etc/alternatives/icalendar /usr/bin/icalendar /usr/bin/icalendar-3.13 /usr/lib/python3.13/site-packages/icalendar /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/INSTALLER /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/METADATA /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/RECORD /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/REQUESTED /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/WHEEL /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/licenses /usr/lib/python3.13/site-packages/icalendar-6.3.1.dist-info/licenses/LICENSE.rst /usr/lib/python3.13/site-packages/icalendar/__init__.py /usr/lib/python3.13/site-packages/icalendar/__pycache__ /usr/lib/python3.13/site-packages/icalendar/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/_version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/_version.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/alarms.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/alarms.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/attr.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/attr.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/cal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/cal.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/caselessdict.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/caselessdict.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/cli.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/cli.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/enums.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/enums.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/error.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/error.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/param.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/param.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/parser.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/parser_tools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/parser_tools.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/prop.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/prop.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/tools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/tools.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/_version.py /usr/lib/python3.13/site-packages/icalendar/alarms.py /usr/lib/python3.13/site-packages/icalendar/attr.py /usr/lib/python3.13/site-packages/icalendar/cal.py /usr/lib/python3.13/site-packages/icalendar/caselessdict.py /usr/lib/python3.13/site-packages/icalendar/cli.py /usr/lib/python3.13/site-packages/icalendar/enums.py /usr/lib/python3.13/site-packages/icalendar/error.py /usr/lib/python3.13/site-packages/icalendar/param.py /usr/lib/python3.13/site-packages/icalendar/parser.py /usr/lib/python3.13/site-packages/icalendar/parser_tools.py /usr/lib/python3.13/site-packages/icalendar/prop.py /usr/lib/python3.13/site-packages/icalendar/tests /usr/lib/python3.13/site-packages/icalendar/tests/__init__.py /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__ /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/conftest.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/conftest.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_bom_calendar.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_bom_calendar.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_cli_tool.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_cli_tool.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_components_break_on_bad_ics.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_components_break_on_bad_ics.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_encoding.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_encoding.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_equality.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_equality.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_examples.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_examples.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_icalendar.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_icalendar.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_116.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_116.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_165_missing_event.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_165_missing_event.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_168_parsing_invalid_calendars_no_warning.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_168_parsing_invalid_calendars_no_warning.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_218_parse_calendar.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_218_parse_calendar.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_27_period.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_27_period.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_301_add_rrule_as_string.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_301_add_rrule_as_string.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_318_skip_default_parameters.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_318_skip_default_parameters.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_322_single_strings_characters_split_into_multiple_categories.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_322_single_strings_characters_split_into_multiple_categories.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_336_dateutil_timezone.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_336_dateutil_timezone.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_348_exception_parsing_value.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_348_exception_parsing_value.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_350.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_350.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_500_vboolean_for_parameter.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_500_vboolean_for_parameter.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_557_encode_native_parameters.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_557_encode_native_parameters.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_662_component_properties.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_662_component_properties.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_716_alarm_time_computation.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_716_alarm_time_computation.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_720_uid_property.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_720_uid_property.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_722_generate_vtimezone.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_722_generate_vtimezone.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_798_property_parameters.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_798_property_parameters.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_802.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_802.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_828.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_828.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_836_do_not_quote_tzid.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_issue_836_do_not_quote_tzid.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_multiple.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_multiple.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_oss_fuzz_errors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_oss_fuzz_errors.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_parsing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_parsing.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_period.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_period.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_property_params.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_property_params.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_pytz_zoneinfo_integration.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_pytz_zoneinfo_integration.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_recurrence.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_recurrence.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_6868.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_6868.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_7529.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_7529.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_7986.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_7986.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_7986_categories.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_7986_categories.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_9074.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_rfc_9074.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_time.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_time.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_timezone_identification.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_timezone_identification.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_timezoned.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_timezoned.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_cal.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_cal.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_caselessdict.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_caselessdict.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_parser_tools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_parser_tools.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_tools.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_unit_tools.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_with_doctest.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/test_with_doctest.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/timezone_ids.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/__pycache__/timezone_ids.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/alarms /usr/lib/python3.13/site-packages/icalendar/tests/alarms/rfc_5545_absolute_alarm_example.ics /usr/lib/python3.13/site-packages/icalendar/tests/alarms/rfc_5545_end.ics /usr/lib/python3.13/site-packages/icalendar/tests/alarms/start_date.ics /usr/lib/python3.13/site-packages/icalendar/tests/attr /usr/lib/python3.13/site-packages/icalendar/tests/attr/__init__.py /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__ /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_alarm.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_alarm.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_component.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_component.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_exdates.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_exdates.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_rdate.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_rdate.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_rrule.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/__pycache__/test_rrule.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/attr/test_alarm.py /usr/lib/python3.13/site-packages/icalendar/tests/attr/test_component.py /usr/lib/python3.13/site-packages/icalendar/tests/attr/test_exdates.py /usr/lib/python3.13/site-packages/icalendar/tests/attr/test_rdate.py /usr/lib/python3.13/site-packages/icalendar/tests/attr/test_rrule.py /usr/lib/python3.13/site-packages/icalendar/tests/calendars /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_etar_future.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_etar_notification.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_etar_notification_clicked.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_google_acknowledged.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_google_future.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_2_future.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_2_notification_5_min_postponed.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_2_notification_5_min_postponed_and_closed.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_2_notification_5_min_postponed_and_popped_up.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_2_notification_popped_up.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_closed.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_future.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/alarm_thunderbird_snoozed_until_1457.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/america_new_york.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/america_new_york_forward_reference.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/big_bad_calendar.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/bom_calendar.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/broken_ical.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/calendar_with_unicode.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/created_calendar_with_unicode_fields.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/example.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_104_broken_calendar.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_156_RDATE_with_PERIOD_TZID_khal_2.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_165_missing_event.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_168_expected_output.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_168_input.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_178_component_with_invalid_name_represented.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_178_custom_component_contains_other.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_178_custom_component_inside_other.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_218_bad_tzid.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_237_fail_to_parse_timezone_with_non_ascii_tzid.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_multiple_freebusies.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_27_multiple_periods_in_freebusy_one_freebusy.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_322_expected_calendar.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_348_exception_parsing_value.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_350.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_466_convert_tzid_with_slash.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_466_respect_unique_timezone.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_526_calendar_with_different_events.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_526_calendar_with_event_subset.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_526_calendar_with_events.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_526_calendar_with_shuffeled_events.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_722_missing_VTIMEZONE_custom.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_722_missing_timezones.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_722_timezone_transition_ambiguity.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_798_freebusy.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_798_related_to.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/issue_836_do_not_quote_tzid.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/multiple_calendar_components.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/pacific_fiji.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/parsing_error.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/parsing_error_in_UTC_offset.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/period_with_timezone.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/pr_480_summary_with_colon.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/property_params.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/rfc_5545_RDATE_example.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/rfc_6868.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/rfc_7529.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/small_bad_calendar.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/time.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/timezone_rdate.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/timezone_same_start.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/timezone_same_start_and_offset.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/timezoned.ics /usr/lib/python3.13/site-packages/icalendar/tests/calendars/x_location.ics /usr/lib/python3.13/site-packages/icalendar/tests/conftest.py /usr/lib/python3.13/site-packages/icalendar/tests/events /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_escaped_character1.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_escaped_character2.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_escaped_character3.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_escaped_character4.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_escaped_characters.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_recurrence.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_recurrence_exdates_on_different_lines.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_rsvp.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_unicode_fields.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/event_with_unicode_organizer.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_100_transformed_doctests_into_unittests.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_101_icalendar_chokes_on_umlauts_in_organizer.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_104_mark_events_broken.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_112_missing_tzinfo_on_exdate.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_156_RDATE_with_PERIOD.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_156_RDATE_with_PERIOD_list.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_157_removes_trailing_semicolon.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_184_broken_representation_of_period.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_464_invalid_rdate.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_53_description_parsed_properly.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_64_event_with_ascii_summary.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_64_event_with_non_ascii_summary.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_70_rrule_causes_attribute_error.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/issue_82_expected_output.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/rfc_9074_example_1.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/rfc_9074_example_2.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/rfc_9074_example_3.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/rfc_9074_example_4.ics /usr/lib/python3.13/site-packages/icalendar/tests/events/rfc_9074_example_proximity.ics /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/__init__.py /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/__pycache__ /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/__pycache__/test_fuzzed_calendars.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/__pycache__/test_fuzzed_calendars.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/generate_python_test_cases_from_downloaded_clusterfuzz_test_cases.sh /usr/lib/python3.13/site-packages/icalendar/tests/fuzzed/test_fuzzed_calendars.py /usr/lib/python3.13/site-packages/icalendar/tests/hypothesis /usr/lib/python3.13/site-packages/icalendar/tests/hypothesis/__pycache__ /usr/lib/python3.13/site-packages/icalendar/tests/hypothesis/__pycache__/test_fuzzing.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/hypothesis/__pycache__/test_fuzzing.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/hypothesis/test_fuzzing.py /usr/lib/python3.13/site-packages/icalendar/tests/prop /usr/lib/python3.13/site-packages/icalendar/tests/prop/__init__.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__ /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_constructors.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_constructors.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_identity_and_equality.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_identity_and_equality.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_property_values.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_property_values.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_unit.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_unit.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vBinary.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vBinary.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vBoolean.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vBoolean.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vCalAddress.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vCalAddress.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vDDDTypes.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vDDDTypes.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vDatetime.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vDatetime.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vPeriod.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vPeriod.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vWeekday.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_vWeekday.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_windows_to_olson_mapping.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/__pycache__/test_windows_to_olson_mapping.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_constructors.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_identity_and_equality.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_property_values.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_unit.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_vBinary.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_vBoolean.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_vCalAddress.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_vDDDTypes.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_vDatetime.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_vPeriod.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_vWeekday.py /usr/lib/python3.13/site-packages/icalendar/tests/prop/test_windows_to_olson_mapping.py /usr/lib/python3.13/site-packages/icalendar/tests/test_bom_calendar.py /usr/lib/python3.13/site-packages/icalendar/tests/test_cli_tool.py /usr/lib/python3.13/site-packages/icalendar/tests/test_components_break_on_bad_ics.py /usr/lib/python3.13/site-packages/icalendar/tests/test_create_release.sh /usr/lib/python3.13/site-packages/icalendar/tests/test_encoding.py /usr/lib/python3.13/site-packages/icalendar/tests/test_equality.py /usr/lib/python3.13/site-packages/icalendar/tests/test_examples.py /usr/lib/python3.13/site-packages/icalendar/tests/test_icalendar.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_116.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_165_missing_event.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_168_parsing_invalid_calendars_no_warning.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_218_parse_calendar.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_27_period.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_301_add_rrule_as_string.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_318_skip_default_parameters.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_322_single_strings_characters_split_into_multiple_categories.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_336_dateutil_timezone.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_348_exception_parsing_value.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_350.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_500_vboolean_for_parameter.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_557_encode_native_parameters.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_662_component_properties.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_716_alarm_time_computation.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_720_uid_property.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_722_generate_vtimezone.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_798_property_parameters.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_802.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_828.py /usr/lib/python3.13/site-packages/icalendar/tests/test_issue_836_do_not_quote_tzid.py /usr/lib/python3.13/site-packages/icalendar/tests/test_multiple.py /usr/lib/python3.13/site-packages/icalendar/tests/test_oss_fuzz_errors.py /usr/lib/python3.13/site-packages/icalendar/tests/test_parsing.py /usr/lib/python3.13/site-packages/icalendar/tests/test_period.py /usr/lib/python3.13/site-packages/icalendar/tests/test_property_params.py /usr/lib/python3.13/site-packages/icalendar/tests/test_pytz_zoneinfo_integration.py /usr/lib/python3.13/site-packages/icalendar/tests/test_recurrence.py /usr/lib/python3.13/site-packages/icalendar/tests/test_rfc_6868.py /usr/lib/python3.13/site-packages/icalendar/tests/test_rfc_7529.py /usr/lib/python3.13/site-packages/icalendar/tests/test_rfc_7986.py /usr/lib/python3.13/site-packages/icalendar/tests/test_rfc_7986_categories.py /usr/lib/python3.13/site-packages/icalendar/tests/test_rfc_9074.py /usr/lib/python3.13/site-packages/icalendar/tests/test_time.py /usr/lib/python3.13/site-packages/icalendar/tests/test_timezone_identification.py /usr/lib/python3.13/site-packages/icalendar/tests/test_timezoned.py /usr/lib/python3.13/site-packages/icalendar/tests/test_unit_cal.py /usr/lib/python3.13/site-packages/icalendar/tests/test_unit_caselessdict.py /usr/lib/python3.13/site-packages/icalendar/tests/test_unit_parser_tools.py /usr/lib/python3.13/site-packages/icalendar/tests/test_unit_tools.py /usr/lib/python3.13/site-packages/icalendar/tests/test_with_doctest.py /usr/lib/python3.13/site-packages/icalendar/tests/timezone_ids.py /usr/lib/python3.13/site-packages/icalendar/tests/timezones /usr/lib/python3.13/site-packages/icalendar/tests/timezones/issue_237_brazilia_standard.ics /usr/lib/python3.13/site-packages/icalendar/tests/timezones/issue_53_tzid_parsed_properly.ics /usr/lib/python3.13/site-packages/icalendar/tests/timezones/issue_55_parse_error_on_utc_offset_with_seconds.ics /usr/lib/python3.13/site-packages/icalendar/tests/timezones/pacific_fiji.ics /usr/lib/python3.13/site-packages/icalendar/timezone /usr/lib/python3.13/site-packages/icalendar/timezone/__init__.py /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__ /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/equivalent_timezone_ids.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/equivalent_timezone_ids.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/equivalent_timezone_ids_result.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/equivalent_timezone_ids_result.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/provider.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/provider.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/pytz.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/pytz.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/tzid.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/tzid.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/tzp.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/tzp.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/windows_to_olson.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/windows_to_olson.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/zoneinfo.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/__pycache__/zoneinfo.cpython-313.pyc /usr/lib/python3.13/site-packages/icalendar/timezone/equivalent_timezone_ids.py /usr/lib/python3.13/site-packages/icalendar/timezone/equivalent_timezone_ids_result.py /usr/lib/python3.13/site-packages/icalendar/timezone/provider.py /usr/lib/python3.13/site-packages/icalendar/timezone/pytz.py /usr/lib/python3.13/site-packages/icalendar/timezone/tzid.py /usr/lib/python3.13/site-packages/icalendar/timezone/tzp.py /usr/lib/python3.13/site-packages/icalendar/timezone/windows_to_olson.py /usr/lib/python3.13/site-packages/icalendar/timezone/zoneinfo.py /usr/lib/python3.13/site-packages/icalendar/tools.py /usr/lib/python3.13/site-packages/icalendar/version.py /usr/share/doc/packages/python313-icalendar /usr/share/doc/packages/python313-icalendar/README.rst /usr/share/doc/packages/python313-icalendar/changelog.rst /usr/share/licenses/python313-icalendar /usr/share/licenses/python313-icalendar/LICENSE.rst
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Jul 7 01:22:11 2025