ics-query 0.4.49__tar.gz → 0.4.50__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ics_query-0.4.49 → ics_query-0.4.50}/PKG-INFO +3 -2
- {ics_query-0.4.49 → ics_query-0.4.50}/README.md +1 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/_version.py +2 -2
- {ics_query-0.4.49 → ics_query-0.4.50}/.github/FUNDING.yml +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/.github/dependabot.yml +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/.github/workflows/tests.yml +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/.gitignore +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/.pre-commit-config.yaml +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/LICENSE +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/conftest.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics-query +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics-query.cmd +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics-query.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/__init__.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/__main__.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/cli.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/parse.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/query.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/__init__.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/conftest.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/all -c VALARM alarm_1_week_before_event.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/all three-events.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2014-05-03 x-wr-timezone-rdate-hackerpublicradio.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/alarm_1_week_before_event.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/one-event.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/three-events.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/x-wr-timezone-rdate-hackerpublicradio.ics +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/test_command_line.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/test_issue_40_valid_calendar.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/test_parse_date.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/test_parse_timedelta.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/ics_query/version.py +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/pyproject.toml +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/renovate.json +0 -0
- {ics_query-0.4.49 → ics_query-0.4.50}/tox.ini +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ics-query
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.50
|
|
4
4
|
Summary: Find out what happens in ICS calendar files - query and filter RFC 5545 compatible .ics files for events, journals, TODOs and more.
|
|
5
5
|
Project-URL: Homepage, https://github.com/niccokunzmann/ics-query/
|
|
6
6
|
Project-URL: Repository, https://github.com/niccokunzmann/ics-query/
|
|
7
|
-
Project-URL: source_archive, https://github.com/niccokunzmann/ics-query/archive/
|
|
7
|
+
Project-URL: source_archive, https://github.com/niccokunzmann/ics-query/archive/1314e69788d522b1261dc16314c468212de002f5.zip
|
|
8
8
|
Project-URL: Issues, https://github.com/niccokunzmann/ics-query/issues
|
|
9
9
|
Project-URL: Documentation, https://github.com/niccokunzmann/ics-query/
|
|
10
10
|
Project-URL: Changelog, https://github.com/niccokunzmann/ics-query/#changelog
|
|
@@ -1240,6 +1240,7 @@ have been updated.
|
|
|
1240
1240
|
|
|
1241
1241
|
## Related Work
|
|
1242
1242
|
|
|
1243
|
+
- [icalendar-events-cli](https://github.com/waldbaer/icalendar-events-cli#readme) - another command line impementation of `recurring-ical-events`
|
|
1243
1244
|
- [icalBuddy](https://hasseg.org/icalBuddy/)
|
|
1244
1245
|
- [Blog Post](https://opencollective.com/open-web-calendar/updates/calendar-calculation-on-the-command-line-ics-query)
|
|
1245
1246
|
- [#icsquery on mastodon](https://toot.wales/tags/icsquery)
|
|
@@ -529,6 +529,7 @@ have been updated.
|
|
|
529
529
|
|
|
530
530
|
## Related Work
|
|
531
531
|
|
|
532
|
+
- [icalendar-events-cli](https://github.com/waldbaer/icalendar-events-cli#readme) - another command line impementation of `recurring-ical-events`
|
|
532
533
|
- [icalBuddy](https://hasseg.org/icalBuddy/)
|
|
533
534
|
- [Blog Post](https://opencollective.com/open-web-calendar/updates/calendar-calculation-on-the-command-line-ics-query)
|
|
534
535
|
- [#icsquery on mastodon](https://toot.wales/tags/icsquery)
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '0.4.
|
|
32
|
-
__version_tuple__ = version_tuple = (0, 4,
|
|
31
|
+
__version__ = version = '0.4.50'
|
|
32
|
+
__version_tuple__ = version_tuple = (0, 4, 50)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/alarm_1_week_before_event.ics
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/one-event-without-timezone.ics
RENAMED
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/calendars/recurring-work-events.ics
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.4.49 → ics_query-0.4.50}/ics_query/tests/runs/first recurring-work-events.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|