dart-tools 0.7.6__tar.gz → 0.8.0__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.

Potentially problematic release.


This version of dart-tools might be problematic. Click here for more details.

Files changed (91) hide show
  1. {dart_tools-0.7.6/dart_tools.egg-info → dart_tools-0.8.0}/PKG-INFO +12 -12
  2. {dart_tools-0.7.6 → dart_tools-0.8.0}/README.md +7 -7
  3. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/dart.py +3 -3
  4. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/__init__.py +2 -0
  5. dart_tools-0.8.0/dart/generated/models/time_tracking_entry.py +61 -0
  6. {dart_tools-0.7.6 → dart_tools-0.8.0/dart_tools.egg-info}/PKG-INFO +12 -12
  7. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart_tools.egg-info/SOURCES.txt +1 -0
  8. {dart_tools-0.7.6 → dart_tools-0.8.0}/pyproject.toml +5 -5
  9. {dart_tools-0.7.6 → dart_tools-0.8.0}/LICENSE +0 -0
  10. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/__init__.py +0 -0
  11. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/exception.py +0 -0
  12. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/__init__.py +0 -0
  13. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/__init__.py +0 -0
  14. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/comment/__init__.py +0 -0
  15. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/comment/create_comment.py +0 -0
  16. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/comment/list_comments.py +0 -0
  17. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/config/__init__.py +0 -0
  18. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/config/get_config.py +0 -0
  19. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/dartboard/__init__.py +0 -0
  20. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/dartboard/retrieve_dartboard.py +0 -0
  21. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/doc/__init__.py +0 -0
  22. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/doc/create_doc.py +0 -0
  23. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/doc/delete_doc.py +0 -0
  24. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/doc/list_docs.py +0 -0
  25. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/doc/retrieve_doc.py +0 -0
  26. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/doc/update_doc.py +0 -0
  27. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/folder/__init__.py +0 -0
  28. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/folder/retrieve_folder.py +0 -0
  29. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/task/__init__.py +0 -0
  30. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/task/create_task.py +0 -0
  31. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/task/delete_task.py +0 -0
  32. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/task/list_tasks.py +0 -0
  33. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/task/retrieve_task.py +0 -0
  34. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/task/update_task.py +0 -0
  35. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/view/__init__.py +0 -0
  36. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/api/view/retrieve_view.py +0 -0
  37. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/client.py +0 -0
  38. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/errors.py +0 -0
  39. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/comment.py +0 -0
  40. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/comment_create.py +0 -0
  41. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/concise_doc.py +0 -0
  42. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/concise_task.py +0 -0
  43. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/custom_properties.py +0 -0
  44. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/dartboard.py +0 -0
  45. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/doc.py +0 -0
  46. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/doc_create.py +0 -0
  47. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/doc_update.py +0 -0
  48. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/folder.py +0 -0
  49. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/list_comments_o_item.py +0 -0
  50. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/list_docs_o_item.py +0 -0
  51. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/paginated_comment_list.py +0 -0
  52. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/paginated_concise_doc_list.py +0 -0
  53. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/paginated_concise_task_list.py +0 -0
  54. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/priority.py +0 -0
  55. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/task.py +0 -0
  56. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/task_create.py +0 -0
  57. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/task_relationships.py +0 -0
  58. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/task_update.py +0 -0
  59. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user.py +0 -0
  60. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration.py +0 -0
  61. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_checkbox_type_def.py +0 -0
  62. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_dates_type_def.py +0 -0
  63. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_multiselect_type_def.py +0 -0
  64. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_number_type_def.py +0 -0
  65. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_number_type_def_custom_property_number_format_type_def.py +0 -0
  66. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_select_type_def.py +0 -0
  67. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_status_type_def.py +0 -0
  68. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_text_type_def.py +0 -0
  69. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_time_tracking_type_def.py +0 -0
  70. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/user_space_configuration_custom_property_user_type_def.py +0 -0
  71. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/view.py +0 -0
  72. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_comment.py +0 -0
  73. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_comment_create.py +0 -0
  74. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_dartboard.py +0 -0
  75. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_doc.py +0 -0
  76. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_doc_create.py +0 -0
  77. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_doc_update.py +0 -0
  78. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_folder.py +0 -0
  79. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_task.py +0 -0
  80. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_task_create.py +0 -0
  81. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_task_update.py +0 -0
  82. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/models/wrapped_view.py +0 -0
  83. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/generated/types.py +0 -0
  84. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/old.py +0 -0
  85. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/order_manager.py +0 -0
  86. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart/webhook.py +0 -0
  87. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart_tools.egg-info/dependency_links.txt +0 -0
  88. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart_tools.egg-info/entry_points.txt +0 -0
  89. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart_tools.egg-info/requires.txt +0 -0
  90. {dart_tools-0.7.6 → dart_tools-0.8.0}/dart_tools.egg-info/top_level.txt +0 -0
  91. {dart_tools-0.7.6 → dart_tools-0.8.0}/setup.cfg +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dart-tools
3
- Version: 0.7.6
3
+ Version: 0.8.0
4
4
  Summary: The Dart CLI and Python Library
5
- Author-email: Dart <software@itsdart.com>
5
+ Author-email: Dart <software@dartai.com>
6
6
  License: MIT License
7
7
 
8
8
  Copyright (c) 2025 Dart
@@ -25,9 +25,9 @@ License: MIT License
25
25
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
26
  SOFTWARE.
27
27
 
28
- Project-URL: Homepage, https://www.itsdart.com/?nr=1
29
- Project-URL: Web App, https://app.itsdart.com/
30
- Project-URL: Help Center, https://help.itsdart.com/
28
+ Project-URL: Homepage, https://www.dartai.com/?nr=1
29
+ Project-URL: Web App, https://app.dartai.com/
30
+ Project-URL: Help Center, https://help.dartai.com/
31
31
  Project-URL: Bugs and Features, https://github.com/its-dart/dart-tools-py/issues
32
32
  Project-URL: Library Source, https://github.com/its-dart/dart-tools-py/
33
33
  Keywords: dart,cli,projectmanagement,taskmanagement
@@ -70,7 +70,7 @@ Dynamic: license-file
70
70
  </p>
71
71
  </div>
72
72
 
73
- [Dart](https://itsdart.com?nr=1) is Project Management powered by AI.
73
+ [Dart](https://dartai.com?nr=1) is Project Management powered by AI.
74
74
 
75
75
  `dart-tools` is the Dart CLI and Python Library. It enables direct integration with Dart through a terminal CLI or through Python.
76
76
 
@@ -127,7 +127,7 @@ This command will mark the referenced task 'Done'. Here `[ID]` is meant to be re
127
127
 
128
128
  ## Using the Python Library
129
129
 
130
- First, set up authentication. Run `dart login` in the terminal for an interactive process. Alternatively, copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account) and save that as the `DART_TOKEN` environment variable.
130
+ First, set up authentication. Run `dart login` in the terminal for an interactive process. Alternatively, copy your authentication token from [your Dart profile](https://app.dartai.com/?settings=account) and save that as the `DART_TOKEN` environment variable.
131
131
 
132
132
  Then, you can run something like
133
133
 
@@ -186,13 +186,13 @@ By following these steps, you can use the `dart-tools` Python library within you
186
186
 
187
187
  ## Help and Resources
188
188
 
189
- - [Homepage](https://itsdart.com/?nr=1)
190
- - [Web App](https://app.itsdart.com/)
191
- - [Help Center](https://help.itsdart.com/)
192
- - [Bugs and Features](https://app.itsdart.com/p/r/JFyPnhL9En61)
189
+ - [Homepage](https://dartai.com/?nr=1)
190
+ - [Web App](https://app.dartai.com/)
191
+ - [Help Center](https://help.dartai.com/)
192
+ - [Bugs and Features](https://app.dartai.com/p/r/JFyPnhL9En61)
193
193
  - [Library Source](https://github.com/its-dart/dart-tools-py/)
194
194
  - [Chat on Discord](https://discord.gg/RExv8jEkSh)
195
- - Email us at [support@itsdart.com](mailto:support@itsdart.com)
195
+ - Email us at [support@dartai.com](mailto:support@dartai.com)
196
196
 
197
197
 
198
198
  ## Contributing
@@ -7,7 +7,7 @@
7
7
  </p>
8
8
  </div>
9
9
 
10
- [Dart](https://itsdart.com?nr=1) is Project Management powered by AI.
10
+ [Dart](https://dartai.com?nr=1) is Project Management powered by AI.
11
11
 
12
12
  `dart-tools` is the Dart CLI and Python Library. It enables direct integration with Dart through a terminal CLI or through Python.
13
13
 
@@ -64,7 +64,7 @@ This command will mark the referenced task 'Done'. Here `[ID]` is meant to be re
64
64
 
65
65
  ## Using the Python Library
66
66
 
67
- First, set up authentication. Run `dart login` in the terminal for an interactive process. Alternatively, copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account) and save that as the `DART_TOKEN` environment variable.
67
+ First, set up authentication. Run `dart login` in the terminal for an interactive process. Alternatively, copy your authentication token from [your Dart profile](https://app.dartai.com/?settings=account) and save that as the `DART_TOKEN` environment variable.
68
68
 
69
69
  Then, you can run something like
70
70
 
@@ -123,13 +123,13 @@ By following these steps, you can use the `dart-tools` Python library within you
123
123
 
124
124
  ## Help and Resources
125
125
 
126
- - [Homepage](https://itsdart.com/?nr=1)
127
- - [Web App](https://app.itsdart.com/)
128
- - [Help Center](https://help.itsdart.com/)
129
- - [Bugs and Features](https://app.itsdart.com/p/r/JFyPnhL9En61)
126
+ - [Homepage](https://dartai.com/?nr=1)
127
+ - [Web App](https://app.dartai.com/)
128
+ - [Help Center](https://help.dartai.com/)
129
+ - [Bugs and Features](https://app.dartai.com/p/r/JFyPnhL9En61)
130
130
  - [Library Source](https://github.com/its-dart/dart-tools-py/)
131
131
  - [Chat on Discord](https://discord.gg/RExv8jEkSh)
132
- - Email us at [support@itsdart.com](mailto:support@itsdart.com)
132
+ - Email us at [support@dartai.com](mailto:support@dartai.com)
133
133
 
134
134
 
135
135
  ## Contributing
@@ -58,8 +58,8 @@ from .generated.types import UNSET, Response, Unset
58
58
  _APP = "dart-tools"
59
59
  _PROG = "dart"
60
60
 
61
- _PROD_HOST = "https://app.itsdart.com"
62
- _STAG_HOST = "https://stag.itsdart.com"
61
+ _PROD_HOST = "https://app.dartai.com"
62
+ _STAG_HOST = "https://stag.dartai.com"
63
63
  _DEV_HOST = "http://localhost:5173"
64
64
  _HOST_MAP = {"prod": _PROD_HOST, "stag": _STAG_HOST, "dev": _DEV_HOST}
65
65
 
@@ -466,7 +466,7 @@ def _auth_failure_exit() -> NoReturn:
466
466
 
467
467
 
468
468
  def _unknown_failure_exit() -> NoReturn:
469
- _dart_exit("Unknown failure, email\n\n support@itsdart.com\n\nfor help.")
469
+ _dart_exit("Unknown failure, email\n\n support@dartai.com\n\nfor help.")
470
470
 
471
471
 
472
472
  def print_version() -> str:
@@ -20,6 +20,7 @@ from .task import Task
20
20
  from .task_create import TaskCreate
21
21
  from .task_relationships import TaskRelationships
22
22
  from .task_update import TaskUpdate
23
+ from .time_tracking_entry import TimeTrackingEntry
23
24
  from .user import User
24
25
  from .user_space_configuration import UserSpaceConfiguration
25
26
  from .user_space_configuration_custom_property_checkbox_type_def import (
@@ -86,6 +87,7 @@ __all__ = (
86
87
  "TaskCreate",
87
88
  "TaskRelationships",
88
89
  "TaskUpdate",
90
+ "TimeTrackingEntry",
89
91
  "User",
90
92
  "UserSpaceConfiguration",
91
93
  "UserSpaceConfigurationCustomPropertyCheckboxTypeDef",
@@ -0,0 +1,61 @@
1
+ from collections.abc import Mapping
2
+ from typing import Any, TypeVar, Union, cast
3
+
4
+ from attrs import define as _attrs_define
5
+
6
+ T = TypeVar("T", bound="TimeTrackingEntry")
7
+
8
+
9
+ @_attrs_define
10
+ class TimeTrackingEntry:
11
+ """
12
+ Attributes:
13
+ user_duid (str):
14
+ started_at (str):
15
+ finished_at (Union[None, str]):
16
+ """
17
+
18
+ user_duid: str
19
+ started_at: str
20
+ finished_at: Union[None, str]
21
+
22
+ def to_dict(self) -> dict[str, Any]:
23
+ user_duid = self.user_duid
24
+
25
+ started_at = self.started_at
26
+
27
+ finished_at: Union[None, str]
28
+ finished_at = self.finished_at
29
+
30
+ field_dict: dict[str, Any] = {}
31
+ field_dict.update(
32
+ {
33
+ "userDuid": user_duid,
34
+ "startedAt": started_at,
35
+ "finishedAt": finished_at,
36
+ }
37
+ )
38
+
39
+ return field_dict
40
+
41
+ @classmethod
42
+ def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
43
+ d = dict(src_dict)
44
+ user_duid = d.pop("userDuid")
45
+
46
+ started_at = d.pop("startedAt")
47
+
48
+ def _parse_finished_at(data: object) -> Union[None, str]:
49
+ if data is None:
50
+ return data
51
+ return cast(Union[None, str], data)
52
+
53
+ finished_at = _parse_finished_at(d.pop("finishedAt"))
54
+
55
+ time_tracking_entry = cls(
56
+ user_duid=user_duid,
57
+ started_at=started_at,
58
+ finished_at=finished_at,
59
+ )
60
+
61
+ return time_tracking_entry
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dart-tools
3
- Version: 0.7.6
3
+ Version: 0.8.0
4
4
  Summary: The Dart CLI and Python Library
5
- Author-email: Dart <software@itsdart.com>
5
+ Author-email: Dart <software@dartai.com>
6
6
  License: MIT License
7
7
 
8
8
  Copyright (c) 2025 Dart
@@ -25,9 +25,9 @@ License: MIT License
25
25
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
26
  SOFTWARE.
27
27
 
28
- Project-URL: Homepage, https://www.itsdart.com/?nr=1
29
- Project-URL: Web App, https://app.itsdart.com/
30
- Project-URL: Help Center, https://help.itsdart.com/
28
+ Project-URL: Homepage, https://www.dartai.com/?nr=1
29
+ Project-URL: Web App, https://app.dartai.com/
30
+ Project-URL: Help Center, https://help.dartai.com/
31
31
  Project-URL: Bugs and Features, https://github.com/its-dart/dart-tools-py/issues
32
32
  Project-URL: Library Source, https://github.com/its-dart/dart-tools-py/
33
33
  Keywords: dart,cli,projectmanagement,taskmanagement
@@ -70,7 +70,7 @@ Dynamic: license-file
70
70
  </p>
71
71
  </div>
72
72
 
73
- [Dart](https://itsdart.com?nr=1) is Project Management powered by AI.
73
+ [Dart](https://dartai.com?nr=1) is Project Management powered by AI.
74
74
 
75
75
  `dart-tools` is the Dart CLI and Python Library. It enables direct integration with Dart through a terminal CLI or through Python.
76
76
 
@@ -127,7 +127,7 @@ This command will mark the referenced task 'Done'. Here `[ID]` is meant to be re
127
127
 
128
128
  ## Using the Python Library
129
129
 
130
- First, set up authentication. Run `dart login` in the terminal for an interactive process. Alternatively, copy your authentication token from [your Dart profile](https://app.itsdart.com/?settings=account) and save that as the `DART_TOKEN` environment variable.
130
+ First, set up authentication. Run `dart login` in the terminal for an interactive process. Alternatively, copy your authentication token from [your Dart profile](https://app.dartai.com/?settings=account) and save that as the `DART_TOKEN` environment variable.
131
131
 
132
132
  Then, you can run something like
133
133
 
@@ -186,13 +186,13 @@ By following these steps, you can use the `dart-tools` Python library within you
186
186
 
187
187
  ## Help and Resources
188
188
 
189
- - [Homepage](https://itsdart.com/?nr=1)
190
- - [Web App](https://app.itsdart.com/)
191
- - [Help Center](https://help.itsdart.com/)
192
- - [Bugs and Features](https://app.itsdart.com/p/r/JFyPnhL9En61)
189
+ - [Homepage](https://dartai.com/?nr=1)
190
+ - [Web App](https://app.dartai.com/)
191
+ - [Help Center](https://help.dartai.com/)
192
+ - [Bugs and Features](https://app.dartai.com/p/r/JFyPnhL9En61)
193
193
  - [Library Source](https://github.com/its-dart/dart-tools-py/)
194
194
  - [Chat on Discord](https://discord.gg/RExv8jEkSh)
195
- - Email us at [support@itsdart.com](mailto:support@itsdart.com)
195
+ - Email us at [support@dartai.com](mailto:support@dartai.com)
196
196
 
197
197
 
198
198
  ## Contributing
@@ -56,6 +56,7 @@ dart/generated/models/task.py
56
56
  dart/generated/models/task_create.py
57
57
  dart/generated/models/task_relationships.py
58
58
  dart/generated/models/task_update.py
59
+ dart/generated/models/time_tracking_entry.py
59
60
  dart/generated/models/user.py
60
61
  dart/generated/models/user_space_configuration.py
61
62
  dart/generated/models/user_space_configuration_custom_property_checkbox_type_def.py
@@ -1,13 +1,13 @@
1
1
  [project]
2
2
  name = "dart-tools"
3
- version = "0.7.6"
3
+ version = "0.8.0"
4
4
  description = "The Dart CLI and Python Library"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.9"
7
7
  license = {file = "LICENSE"}
8
8
  keywords = ["dart", "cli", "projectmanagement", "taskmanagement"]
9
9
  authors = [
10
- { name="Dart", email="software@itsdart.com" }
10
+ { name="Dart", email="software@dartai.com" }
11
11
  ]
12
12
  classifiers=[
13
13
  "Development Status :: 4 - Beta",
@@ -48,9 +48,9 @@ dev = [
48
48
  ]
49
49
 
50
50
  [project.urls]
51
- "Homepage" = "https://www.itsdart.com/?nr=1"
52
- "Web App" = "https://app.itsdart.com/"
53
- "Help Center" = "https://help.itsdart.com/"
51
+ "Homepage" = "https://www.dartai.com/?nr=1"
52
+ "Web App" = "https://app.dartai.com/"
53
+ "Help Center" = "https://help.dartai.com/"
54
54
  "Bugs and Features" = "https://github.com/its-dart/dart-tools-py/issues"
55
55
  "Library Source" = "https://github.com/its-dart/dart-tools-py/"
56
56
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes