ics-query 0.4.36__py3-none-any.whl → 0.4.38__py3-none-any.whl
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/_version.py +2 -2
- {ics_query-0.4.36.dist-info → ics_query-0.4.38.dist-info}/METADATA +8 -3
- {ics_query-0.4.36.dist-info → ics_query-0.4.38.dist-info}/RECORD +6 -6
- {ics_query-0.4.36.dist-info → ics_query-0.4.38.dist-info}/WHEEL +0 -0
- {ics_query-0.4.36.dist-info → ics_query-0.4.38.dist-info}/entry_points.txt +0 -0
- {ics_query-0.4.36.dist-info → ics_query-0.4.38.dist-info}/licenses/LICENSE +0 -0
ics_query/_version.py
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ics-query
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.38
|
|
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/dbdd514d2237d967a6ed6e4267c313340bc7cb7b.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
|
|
@@ -694,10 +694,11 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
694
694
|
Classifier: Programming Language :: Python :: 3.10
|
|
695
695
|
Classifier: Programming Language :: Python :: 3.11
|
|
696
696
|
Classifier: Programming Language :: Python :: 3.12
|
|
697
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
697
698
|
Classifier: Topic :: Office/Business :: Scheduling
|
|
698
699
|
Requires-Python: >=3.9
|
|
699
700
|
Requires-Dist: click==8.1.8
|
|
700
|
-
Requires-Dist: icalendar==6.3.
|
|
701
|
+
Requires-Dist: icalendar==6.3.1
|
|
701
702
|
Requires-Dist: python-dateutil==2.9.0.post0
|
|
702
703
|
Requires-Dist: recurring-ical-events==3.7.0
|
|
703
704
|
Requires-Dist: six==1.17.0
|
|
@@ -1161,6 +1162,10 @@ We automatically release the versions that only update dependencies.
|
|
|
1161
1162
|
If the version you installed does not show up here, only the dependencies
|
|
1162
1163
|
have been updated.
|
|
1163
1164
|
|
|
1165
|
+
- v0.4.37
|
|
1166
|
+
|
|
1167
|
+
- Test and support Python 3.13. See [Issue 9](https://github.com/niccokunzmann/ics-query/issues/9).
|
|
1168
|
+
|
|
1164
1169
|
- v0.4.36
|
|
1165
1170
|
|
|
1166
1171
|
- Test and document `VALARM`. See [Issue 16](https://github.com/niccokunzmann/ics-query/issues/16).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
ics_query/__init__.py,sha256=BBd-FYDFf3jY_ApkMRkivqGti2uMeP4OT6KtgZDixic,917
|
|
2
2
|
ics_query/__main__.py,sha256=1rFDbZZcd6llmQ-X_611jWdrua4HMOnpOclKRvf03Us,737
|
|
3
|
-
ics_query/_version.py,sha256=
|
|
3
|
+
ics_query/_version.py,sha256=Ez72QMBeg-CPS56InDR4bSOViM9hprTcIyPW5nAmORw,513
|
|
4
4
|
ics_query/cli.py,sha256=91VZOreaP42YKN7zQG_0S8SlSZuBOsA8pK9PAQpColk,23263
|
|
5
5
|
ics_query/parse.py,sha256=AO2TBoe98exzfzTKsoF5ZAvJOg3hN2qRpP15DAQKZaM,2415
|
|
6
6
|
ics_query/query.py,sha256=9HSSWJ1y7avU6mRDXBQKKTkk9oeG9qEwhr3k0piHbaU,2692
|
|
@@ -42,8 +42,8 @@ ics_query/tests/runs/calendars/simple-journal.ics,sha256=U6_YMQM6EHwPDaszWgJDo-p
|
|
|
42
42
|
ics_query/tests/runs/calendars/simple-todo.ics,sha256=l9uHQD4eyiCE8STvd2tj5lAVaBrqUtpF_M8Pv6yf1es,327
|
|
43
43
|
ics_query/tests/runs/calendars/three-events.ics,sha256=YvPfthOzMCR0DQhGR6uj_1Bltgax3uA1ETlkI4JUI08,828
|
|
44
44
|
ics_query/tests/runs/calendars/x-wr-timezone-rdate-hackerpublicradio.ics,sha256=QysB6tI9yfl4jDmaqEY2Jyv6ziu7YfKdfiK0zscd1Tw,839
|
|
45
|
-
ics_query-0.4.
|
|
46
|
-
ics_query-0.4.
|
|
47
|
-
ics_query-0.4.
|
|
48
|
-
ics_query-0.4.
|
|
49
|
-
ics_query-0.4.
|
|
45
|
+
ics_query-0.4.38.dist-info/METADATA,sha256=XL3sD2-mPOGPsGXUb1yDfTfqf22KczaYOgbsOrvF-VQ,57476
|
|
46
|
+
ics_query-0.4.38.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
47
|
+
ics_query-0.4.38.dist-info/entry_points.txt,sha256=Jq_39vCKVOkNZjL7Wngf_04V_n_QRszLgLT2CbJKiH4,49
|
|
48
|
+
ics_query-0.4.38.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
49
|
+
ics_query-0.4.38.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|