TaskBridgeApp 0.1.3b5__py3-none-any.whl → 0.1.3b6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: TaskBridgeApp
3
- Version: 0.1.3b5
3
+ Version: 0.1.3b6
4
4
  Summary: Export your Apple Reminders & Notes to NextCloud, a local folder, or CalDav - and keep them in sync!
5
5
  Home-page: https://taskbridge.app/
6
6
  License: GPL-3.0-or-later
@@ -108,8 +108,8 @@ taskbridgeapp/reminders/model/__init__.py,sha256=1wTNnNMQPrg3Wo0r0H0BaWP9StXaMP_
108
108
  taskbridgeapp/reminders/model/reminder.py,sha256=tkHWm9wcBU_8viFAeNmvgn_GlHge4OgXga4ve-rIjyM,16689
109
109
  taskbridgeapp/reminders/model/remindercontainer.py,sha256=V3BCbdibeH6rHWhBeNcBA1mv7M_DeCKfeMis49Ns56s,47816
110
110
  taskbridgeapp/reminders/model/reminderscript.py,sha256=y057L1jiduDi4479mHq1JO_NDZCVrOZIiYYgL3n4gSw,4942
111
- taskbridgeapp-0.1.3b5.dist-info/LICENSE,sha256=N0P3pKtRMvfb64jmgJdlerg3TnS0a2QC776AzPsbZIg,35128
112
- taskbridgeapp-0.1.3b5.dist-info/METADATA,sha256=fXpNOS9M36S_VgZO3Uk8YRxzwHuXHcvEU2HoamN_UNM,9205
113
- taskbridgeapp-0.1.3b5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
114
- taskbridgeapp-0.1.3b5.dist-info/entry_points.txt,sha256=GlvC_18Fob4uHnwWumwzO0h5v_P7xz_-y5IiyWl704Y,51
115
- taskbridgeapp-0.1.3b5.dist-info/RECORD,,
111
+ taskbridgeapp-0.1.3b6.dist-info/LICENSE,sha256=N0P3pKtRMvfb64jmgJdlerg3TnS0a2QC776AzPsbZIg,35128
112
+ taskbridgeapp-0.1.3b6.dist-info/METADATA,sha256=r1mmRUEMc6lEm8IyEGzjascDLr4St5WfH3HNXAXn7ok,9205
113
+ taskbridgeapp-0.1.3b6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
114
+ taskbridgeapp-0.1.3b6.dist-info/entry_points.txt,sha256=3cRKQBozvrVXMmoaBqt9Jz_3LwvnspKuCXPjQphOyJE,54
115
+ taskbridgeapp-0.1.3b6.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ tbcli=taskbridgeapp.cli.tbcli:main
3
+
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- tbcli=taskbridge.cli.tbcli:main
3
-