ics-query 0.3.2b0__tar.gz → 0.3.3b0__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.3.2b0 → ics_query-0.3.3b0}/PKG-INFO +23 -2
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/README.md +21 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/_version.py +2 -2
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/.github/FUNDING.yml +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/.github/dependabot.yml +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/.github/workflows/tests.yml +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/.gitignore +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/LICENSE +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/conftest.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics-query +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics-query.cmd +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics-query.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/__init__.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/__main__.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/cli.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/parse.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/query.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/__init__.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/conftest.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/all three-events.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/at 2019-03-04 multiple-calendars.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/at 2019-03-04 one-event.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/at 2019-03-07 multiple-calendars.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/at 2024-08-20 Berlin-Los-Angeles.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/between 20240823 4d recurring-work-events.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/empty-calendar.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/empty-file.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/multiple-calendars.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/one-event-twice.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/one-event-without-timezone.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/one-event.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/recurring-work-events.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/simple-journal.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/simple-todo.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/three-events.ics +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first -c VJOURNAL -c VEVENT one-event.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first -c VJOURNAL simple-journal.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first -c VTODO -c VJOURNAL simple-todo.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first empty-calendar.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first empty-file.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first recurring-work-events.ics -.run +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/test_command_line.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/test_parse_date.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/test_parse_timedelta.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/version.py +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/pyproject.toml +0 -0
- {ics_query-0.3.2b0 → ics_query-0.3.3b0}/tox.ini +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ics-query
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3b0
|
|
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/b25d84b7ea3a72f12c992e3702f8e082159fc71f.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
|
|
@@ -736,7 +736,20 @@ For **Windows**, you can download `ics-query.exe` from our [Releases].
|
|
|
736
736
|
We accept donations to sustain our work, once or regular.
|
|
737
737
|
Consider donating money to open-source as everyone benefits.
|
|
738
738
|
|
|
739
|
+
## Supported Features
|
|
739
740
|
|
|
741
|
+
This library is based on
|
|
742
|
+
|
|
743
|
+
- [recurring-ical-events]
|
|
744
|
+
- [icalendar]
|
|
745
|
+
- [x-wr-timezone]
|
|
746
|
+
|
|
747
|
+
[recurring-ical-events]: https://pypi.org/project/recurring-ical-events/
|
|
748
|
+
[icalendar]: https://pypi.org/project/icalendar/
|
|
749
|
+
[x-wr-timezone]: https://pypi.org/project/x-wr-timezone/
|
|
750
|
+
|
|
751
|
+
For a list of supported features and RFC compatibility,
|
|
752
|
+
please refer to their documentation, too.
|
|
740
753
|
|
|
741
754
|
## Usage
|
|
742
755
|
|
|
@@ -744,6 +757,10 @@ Consider donating money to open-source as everyone benefits.
|
|
|
744
757
|
accessible and easy.
|
|
745
758
|
This section walks you though the different functionalities.
|
|
746
759
|
|
|
760
|
+
```shell
|
|
761
|
+
ics-query --help
|
|
762
|
+
```
|
|
763
|
+
|
|
747
764
|
### Examples
|
|
748
765
|
|
|
749
766
|
You can get a calendar from the web and see what is on.
|
|
@@ -1074,6 +1091,10 @@ To release new versions,
|
|
|
1074
1091
|
|
|
1075
1092
|
## Changelog
|
|
1076
1093
|
|
|
1094
|
+
- v0.3.3b
|
|
1095
|
+
|
|
1096
|
+
- Update dependencies
|
|
1097
|
+
|
|
1077
1098
|
- v0.3.2b
|
|
1078
1099
|
|
|
1079
1100
|
- Fix that `--tz localtime` would use `localtime` as timezone name instead of the local timezone name.
|
|
@@ -29,7 +29,20 @@ For **Windows**, you can download `ics-query.exe` from our [Releases].
|
|
|
29
29
|
We accept donations to sustain our work, once or regular.
|
|
30
30
|
Consider donating money to open-source as everyone benefits.
|
|
31
31
|
|
|
32
|
+
## Supported Features
|
|
32
33
|
|
|
34
|
+
This library is based on
|
|
35
|
+
|
|
36
|
+
- [recurring-ical-events]
|
|
37
|
+
- [icalendar]
|
|
38
|
+
- [x-wr-timezone]
|
|
39
|
+
|
|
40
|
+
[recurring-ical-events]: https://pypi.org/project/recurring-ical-events/
|
|
41
|
+
[icalendar]: https://pypi.org/project/icalendar/
|
|
42
|
+
[x-wr-timezone]: https://pypi.org/project/x-wr-timezone/
|
|
43
|
+
|
|
44
|
+
For a list of supported features and RFC compatibility,
|
|
45
|
+
please refer to their documentation, too.
|
|
33
46
|
|
|
34
47
|
## Usage
|
|
35
48
|
|
|
@@ -37,6 +50,10 @@ Consider donating money to open-source as everyone benefits.
|
|
|
37
50
|
accessible and easy.
|
|
38
51
|
This section walks you though the different functionalities.
|
|
39
52
|
|
|
53
|
+
```shell
|
|
54
|
+
ics-query --help
|
|
55
|
+
```
|
|
56
|
+
|
|
40
57
|
### Examples
|
|
41
58
|
|
|
42
59
|
You can get a calendar from the web and see what is on.
|
|
@@ -367,6 +384,10 @@ To release new versions,
|
|
|
367
384
|
|
|
368
385
|
## Changelog
|
|
369
386
|
|
|
387
|
+
- v0.3.3b
|
|
388
|
+
|
|
389
|
+
- Update dependencies
|
|
390
|
+
|
|
370
391
|
- v0.3.2b
|
|
371
392
|
|
|
372
393
|
- Fix that `--tz localtime` would use `localtime` as timezone name instead of the local timezone name.
|
|
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.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/all --tz Singapore one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/at 2019-03-04 one-event-twice.ics -.run
RENAMED
|
File without changes
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/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
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/Berlin-Los-Angeles.ics
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/calendars/multiple-calendars.ics
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/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
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first -c VJOURNAL one-event.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/ics_query/tests/runs/first -c VTODO simple-todo.ics -.run
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ics_query-0.3.2b0 → ics_query-0.3.3b0}/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
|