dara-core 1.10.6__py3-none-any.whl → 1.11.1__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.
- dara/core/umd/dara.core.umd.js +3 -5
- {dara_core-1.10.6.dist-info → dara_core-1.11.1.dist-info}/METADATA +12 -12
- {dara_core-1.10.6.dist-info → dara_core-1.11.1.dist-info}/RECORD +6 -6
- {dara_core-1.10.6.dist-info → dara_core-1.11.1.dist-info}/WHEEL +1 -1
- {dara_core-1.10.6.dist-info → dara_core-1.11.1.dist-info}/LICENSE +0 -0
- {dara_core-1.10.6.dist-info → dara_core-1.11.1.dist-info}/entry_points.txt +0 -0
dara/core/umd/dara.core.umd.js
CHANGED
|
@@ -43252,7 +43252,6 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
43252
43252
|
color: ${(props) => props.isSelected ? "#FFF" : props.theme.colors.text};
|
|
43253
43253
|
text-overflow: ellipsis;
|
|
43254
43254
|
white-space: nowrap;
|
|
43255
|
-
border-radius: 0.25rem;
|
|
43256
43255
|
|
|
43257
43256
|
background-color: ${(props) => {
|
|
43258
43257
|
if (props.isSelected) {
|
|
@@ -43263,6 +43262,7 @@ var __privateWrapper = (obj, member, setter, getter) => ({
|
|
|
43263
43262
|
}
|
|
43264
43263
|
return props.theme.colors.grey1;
|
|
43265
43264
|
}};
|
|
43265
|
+
border-radius: 0.25rem;
|
|
43266
43266
|
|
|
43267
43267
|
:hover {
|
|
43268
43268
|
background-color: ${(props) => props.isSelected ? props.theme.colors.primary : props.theme.colors.grey2};
|
|
@@ -53413,25 +53413,23 @@ You must set sticky: 'left' | 'right' for the '${bugWithUnderColumnsSticky.Heade
|
|
|
53413
53413
|
const Heading = styled__default.default.h2`
|
|
53414
53414
|
overflow: hidden;
|
|
53415
53415
|
display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
|
|
53416
|
+
-webkit-box-orient: vertical;
|
|
53416
53417
|
|
|
53417
53418
|
font-size: 1rem;
|
|
53418
53419
|
font-weight: 700;
|
|
53419
53420
|
text-overflow: ellipsis;
|
|
53420
53421
|
|
|
53421
|
-
-webkit-box-orient: vertical;
|
|
53422
|
-
|
|
53423
53422
|
-webkit-line-clamp: 1;
|
|
53424
53423
|
`;
|
|
53425
53424
|
const Body = styled__default.default.span`
|
|
53426
53425
|
overflow: hidden;
|
|
53427
53426
|
display: -webkit-box; /* stylelint-disable-line value-no-vendor-prefix */
|
|
53427
|
+
-webkit-box-orient: vertical;
|
|
53428
53428
|
|
|
53429
53429
|
font-weight: 400;
|
|
53430
53430
|
line-height: 1.25rem;
|
|
53431
53431
|
text-overflow: ellipsis;
|
|
53432
53432
|
|
|
53433
|
-
-webkit-box-orient: vertical;
|
|
53434
|
-
|
|
53435
53433
|
-webkit-line-clamp: ${(props) => props.moreDetailsShown ? 1 : 2};
|
|
53436
53434
|
`;
|
|
53437
53435
|
const Icon$1 = styled__default.default.div`
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dara-core
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.11.1
|
|
4
4
|
Summary: Dara Framework Core
|
|
5
5
|
Home-page: https://dara.causalens.com/
|
|
6
6
|
License: Apache-2.0
|
|
7
7
|
Author: Sam Smith
|
|
8
8
|
Author-email: sam@causalens.com
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.9.0,<3.13.0
|
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.9
|
|
14
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: aiorwlock (>=1.4.0,<2.0.0)
|
|
18
18
|
Requires-Dist: anyio (>=4.0.0)
|
|
19
19
|
Requires-Dist: async-asgi-testclient (>=1.4.11,<2.0.0)
|
|
20
20
|
Requires-Dist: click (==8.1.3)
|
|
21
21
|
Requires-Dist: colorama (>=0.4.6,<0.5.0)
|
|
22
|
-
Requires-Dist: create-dara-app (==1.
|
|
22
|
+
Requires-Dist: create-dara-app (==1.11.1)
|
|
23
23
|
Requires-Dist: croniter (>=1.0.15,<2.0.0)
|
|
24
24
|
Requires-Dist: cryptography (>=42.0.4)
|
|
25
|
-
Requires-Dist: dara-components (==1.
|
|
25
|
+
Requires-Dist: dara-components (==1.11.1) ; extra == "all"
|
|
26
26
|
Requires-Dist: exceptiongroup (>=1.1.3,<2.0.0)
|
|
27
27
|
Requires-Dist: fastapi (==0.109.0)
|
|
28
28
|
Requires-Dist: fastapi-vite (==0.3.1)
|
|
@@ -50,7 +50,7 @@ Description-Content-Type: text/markdown
|
|
|
50
50
|
|
|
51
51
|
# Dara Application Framework
|
|
52
52
|
|
|
53
|
-
<img src="https://github.com/causalens/dara/blob/
|
|
53
|
+
<img src="https://github.com/causalens/dara/blob/v1.11.1/img/dara_light.svg?raw=true">
|
|
54
54
|
|
|
55
55
|

|
|
56
56
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
@@ -95,7 +95,7 @@ source .venv/bin/activate
|
|
|
95
95
|
dara start
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-

|
|
99
99
|
|
|
100
100
|
Note: `pip` installation uses [PEP 660](https://peps.python.org/pep-0660/) `pyproject.toml`-based editable installs which require `pip >= 21.3` and `setuptools >= 64.0.0`. You can upgrade both with:
|
|
101
101
|
|
|
@@ -112,9 +112,9 @@ Explore some of our favorite apps - a great way of getting started and getting t
|
|
|
112
112
|
|
|
113
113
|
| Dara App | Description |
|
|
114
114
|
| -------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
115
|
-
|  | Demonstrates how to use incorporate a LLM chat box into your decision app to understand model insights |
|
|
116
|
+
|  | Demonstrates how to enable the user to interact with plots, trigger actions based on clicks, mouse movements and other interactions with `Bokeh` or `Plotly` plots |
|
|
117
|
+
|  | Demonstrates how to use the `CausalGraphViewer` component to display your graphs or networks, customising the displayed information through colors and tooltips, and updating the page based on user interaction. |
|
|
118
118
|
|
|
119
119
|
Check out our [App Gallery](https://dara.causalens.com/gallery) for more inspiration!
|
|
120
120
|
|
|
@@ -126,9 +126,9 @@ This repository covers the Dara Application Framework first-party packages.
|
|
|
126
126
|
- `dara-components`: Components for the Dara Framework.
|
|
127
127
|
- `create-dara-app`: A CLI tool for creating new Dara applications.
|
|
128
128
|
|
|
129
|
-
More information on the repository structure can be found in the [CONTRIBUTING.md](https://github.com/causalens/dara/blob/
|
|
129
|
+
More information on the repository structure can be found in the [CONTRIBUTING.md](https://github.com/causalens/dara/blob/v1.11.1/CONTRIBUTING.md) file.
|
|
130
130
|
|
|
131
131
|
## License
|
|
132
132
|
|
|
133
|
-
Dara is open-source and licensed under the [Apache 2.0 License](https://github.com/causalens/dara/blob/
|
|
133
|
+
Dara is open-source and licensed under the [Apache 2.0 License](https://github.com/causalens/dara/blob/v1.11.1/LICENSE).
|
|
134
134
|
|
|
@@ -81,7 +81,7 @@ dara/core/metrics/cache.py,sha256=ybofUhZO0TCHeyhB_AtldWk1QTmTKh7GucTXpOkeTFA,25
|
|
|
81
81
|
dara/core/metrics/runtime.py,sha256=YP-6Dz0GeI9_Yr7bUk_-OqShyFySGH_AKpDO126l6es,1833
|
|
82
82
|
dara/core/metrics/utils.py,sha256=rYlBinxFc7VehFT5cTNXLk8gC74UEj7ZGq6vLgIDpSg,2247
|
|
83
83
|
dara/core/persistence.py,sha256=TO94rPAN7jxZKVCC5YA4eE7GGDoNlCPe-BkkItV2VUE,10379
|
|
84
|
-
dara/core/umd/dara.core.umd.js,sha256=
|
|
84
|
+
dara/core/umd/dara.core.umd.js,sha256=twTea1tXTML5ysPkrSH5WsGSbGTCmJRk7uP0R3NVHgI,4872295
|
|
85
85
|
dara/core/umd/style.css,sha256=YQtQ4veiSktnyONl0CU1iU1kKfcQhreH4iASi1MP7Ak,4095007
|
|
86
86
|
dara/core/visual/__init__.py,sha256=QN0wbG9HPQ_vXh8BO8DnBXeYLIENVTNtRmYzZf1lx7c,577
|
|
87
87
|
dara/core/visual/components/__init__.py,sha256=O-Em_glGdZNO0LLl2RWmJSrQiXKxliXg_PuhVXGT81I,1811
|
|
@@ -105,8 +105,8 @@ dara/core/visual/themes/__init__.py,sha256=aM4mgoIYo2neBSw5FRzswsht7PUKjLthiHLmF
|
|
|
105
105
|
dara/core/visual/themes/dark.py,sha256=UQGDooOc8ric73eHs9E0ltYP4UCrwqQ3QxqN_fb4PwY,1942
|
|
106
106
|
dara/core/visual/themes/definitions.py,sha256=m3oN0txs65MZepqjj7AKMMxybf2aq5fTjcTwJmHqEbk,2744
|
|
107
107
|
dara/core/visual/themes/light.py,sha256=-Tviq8oEwGbdFULoDOqPuHO0UpAZGsBy8qFi0kAGolQ,1944
|
|
108
|
-
dara_core-1.
|
|
109
|
-
dara_core-1.
|
|
110
|
-
dara_core-1.
|
|
111
|
-
dara_core-1.
|
|
112
|
-
dara_core-1.
|
|
108
|
+
dara_core-1.11.1.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
|
|
109
|
+
dara_core-1.11.1.dist-info/METADATA,sha256=Iyw7U8HdAvf4l5Ph7PFulS62qGCMR6KiRqh6K07izMk,6735
|
|
110
|
+
dara_core-1.11.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
111
|
+
dara_core-1.11.1.dist-info/entry_points.txt,sha256=H__D5sNIGuPIhVam0DChNL-To5k8Y7nY7TAFz9Mz6cc,139
|
|
112
|
+
dara_core-1.11.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|