ics-query 0.4.46__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.46 → ics_query-0.4.50}/.github/workflows/tests.yml +7 -7
- {ics_query-0.4.46 → ics_query-0.4.50}/PKG-INFO +4 -3
- {ics_query-0.4.46 → ics_query-0.4.50}/README.md +1 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/_version.py +2 -2
- {ics_query-0.4.46 → ics_query-0.4.50}/pyproject.toml +1 -1
- {ics_query-0.4.46 → ics_query-0.4.50}/.github/FUNDING.yml +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/.github/dependabot.yml +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/.gitignore +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/.pre-commit-config.yaml +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/LICENSE +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/conftest.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics-query +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics-query.cmd +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics-query.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/__init__.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/__main__.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/cli.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/parse.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/query.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/__init__.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/conftest.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
- {ics_query-0.4.46 → 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.46 → ics_query-0.4.50}/ics_query/tests/runs/all three-events.ics -.run +0 -0
- {ics_query-0.4.46 → 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.46 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/alarm_1_week_before_event.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/one-event.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/three-events.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/calendars/x-wr-timezone-rdate-hackerpublicradio.ics +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/test_command_line.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/test_issue_40_valid_calendar.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/test_parse_date.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/tests/test_parse_timedelta.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/ics_query/version.py +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/renovate.json +0 -0
- {ics_query-0.4.46 → ics_query-0.4.50}/tox.ini +0 -0
|
@@ -29,7 +29,7 @@ jobs:
|
|
|
29
29
|
name: ${{ matrix.config[1] }}
|
|
30
30
|
if: ${{ !startsWith(github.ref, 'refs/tags/v') && github.ref != 'refs/heads/main' }}
|
|
31
31
|
steps:
|
|
32
|
-
- uses: actions/checkout@
|
|
32
|
+
- uses: actions/checkout@v6
|
|
33
33
|
- name: Set up Python
|
|
34
34
|
uses: actions/setup-python@v6
|
|
35
35
|
with:
|
|
@@ -51,7 +51,7 @@ jobs:
|
|
|
51
51
|
# see https://docs.github.com/de/actions/writing-workflows/choosing-what-your-workflow-does/accessing-contextual-information-about-workflow-runs#example-usage-of-the-jobs-context
|
|
52
52
|
version: ${{ steps.version.outputs.version }}
|
|
53
53
|
steps:
|
|
54
|
-
- uses: actions/checkout@
|
|
54
|
+
- uses: actions/checkout@v6
|
|
55
55
|
|
|
56
56
|
- name: "Get tags"
|
|
57
57
|
uses: actions-ecosystem/action-get-latest-tag@v1
|
|
@@ -98,7 +98,7 @@ jobs:
|
|
|
98
98
|
needs:
|
|
99
99
|
- version
|
|
100
100
|
steps:
|
|
101
|
-
- uses: actions/checkout@
|
|
101
|
+
- uses: actions/checkout@v6
|
|
102
102
|
- name: Set up Python
|
|
103
103
|
uses: actions/setup-python@v6
|
|
104
104
|
with:
|
|
@@ -114,7 +114,7 @@ jobs:
|
|
|
114
114
|
- name: Test
|
|
115
115
|
run: |
|
|
116
116
|
tox -e ${{ matrix.config[1] }}
|
|
117
|
-
- uses: actions/upload-artifact@
|
|
117
|
+
- uses: actions/upload-artifact@v6
|
|
118
118
|
with:
|
|
119
119
|
name: dist-${{ matrix.config[1] }}-${{ matrix.config[2] }} # dist-exe-windows-latest
|
|
120
120
|
path: dist
|
|
@@ -141,7 +141,7 @@ jobs:
|
|
|
141
141
|
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
|
|
142
142
|
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
|
|
143
143
|
steps:
|
|
144
|
-
- uses: actions/checkout@
|
|
144
|
+
- uses: actions/checkout@v6
|
|
145
145
|
- name: Set up Python
|
|
146
146
|
uses: actions/setup-python@v6
|
|
147
147
|
with:
|
|
@@ -187,8 +187,8 @@ jobs:
|
|
|
187
187
|
- version
|
|
188
188
|
runs-on: ubuntu-latest
|
|
189
189
|
steps:
|
|
190
|
-
- uses: actions/checkout@
|
|
191
|
-
- uses: actions/download-artifact@
|
|
190
|
+
- uses: actions/checkout@v6
|
|
191
|
+
- uses: actions/download-artifact@v7
|
|
192
192
|
with:
|
|
193
193
|
pattern: dist-*
|
|
194
194
|
path: dist
|
|
@@ -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
|
|
@@ -702,7 +702,7 @@ Requires-Dist: icalendar==6.3.2
|
|
|
702
702
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
703
703
|
Requires-Dist: recurring-ical-events==3.8.0
|
|
704
704
|
Requires-Dist: six==1.17.0
|
|
705
|
-
Requires-Dist: tzdata==2025.
|
|
705
|
+
Requires-Dist: tzdata==2025.3
|
|
706
706
|
Requires-Dist: tzlocal==5.3.1
|
|
707
707
|
Requires-Dist: x-wr-timezone==2.0.1
|
|
708
708
|
Provides-Extra: test
|
|
@@ -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
|
{ics_query-0.4.46 → 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.46 → 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.46 → 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.46 → 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.46 → 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.46 → 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.46 → 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.46 → 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.46 → 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
|