create-dara-app 1.21.15__py3-none-any.whl → 1.21.17__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.
@@ -38,7 +38,7 @@ authors = [
38
38
  { name = "{{ cookiecutter.author_name }}" }
39
39
  ]
40
40
  description = "{{ cookiecutter.project_name }}"
41
- requires-python = ">=3.9, <3.13.0"
41
+ requires-python = ">=3.10, <3.13.0"
42
42
 
43
43
  [tool.setuptools]
44
44
  packages = ["{{ cookiecutter.__package_name }}"]
@@ -1,27 +1,26 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: create-dara-app
3
- Version: 1.21.15
3
+ Version: 1.21.17
4
4
  Summary: CLI to quickly bootstrap a Dara app
5
5
  Home-page: https://dara.causalens.com/
6
6
  License: Apache-2.0
7
7
  Author: Krzysztof Bielikowicz
8
8
  Author-email: krzysztof@causalens.com
9
- Requires-Python: >=3.9.0,<3.13.0
9
+ Requires-Python: >=3.10.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.9
13
12
  Classifier: Programming Language :: Python :: 3.10
14
13
  Classifier: Programming Language :: Python :: 3.11
15
14
  Classifier: Programming Language :: Python :: 3.12
16
15
  Requires-Dist: certifi (>=2024.7.4)
17
- Requires-Dist: click (==8.1.3)
16
+ Requires-Dist: click (>=8.1.3,<9.0.0)
18
17
  Requires-Dist: cookiecutter (>=2.1.1,<3.0.0)
19
18
  Project-URL: Repository, https://github.com/causalens/dara
20
19
  Description-Content-Type: text/markdown
21
20
 
22
21
  # Create Dara App
23
22
 
24
- <img src="https://github.com/causalens/dara/blob/v1.21.15/img/dara_light.svg?raw=true">
23
+ <img src="https://github.com/causalens/dara/blob/v1.21.17/img/dara_light.svg?raw=true">
25
24
 
26
25
  ![Master tests](https://github.com/causalens/dara/actions/workflows/tests.yml/badge.svg?branch=master)
27
26
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
@@ -8,14 +8,14 @@ create_dara_app/templates/default/hooks/pre_gen_project.py,sha256=BxX3zCGrexzGK9
8
8
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/.gitignore,sha256=XoVjpt3wLLuaaB7LF04TxtWZ3wonQtKKO-pZCDzMMx8,320
9
9
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/README.md,sha256=Vi3dSoNz6rJxVjZTWDaS4_qnzp8L2DxwhIjcLzWqqkQ,1275
10
10
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/poetry.toml,sha256=RIOzGh1iOYR1gohOvPoQvv7Fe3a-1HJQ-9bDQuoyFDE,46
11
- create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/pyproject.toml,sha256=O-K9WBpnUNaZTGdjnO_xe6Ed8PVSTFRhNxA1cWvpzr4,1277
11
+ create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/pyproject.toml,sha256=9T-DJ1u3uX1vg--PpSL8SmFqcXVFmbivV1Lo3C3RQzA,1278
12
12
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/static/dara_light.svg,sha256=rX8oRQ3Uhcm7yQPO6NXsgRydcz4-mXkkChpZqEY8dOU,318043
13
13
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__package_name }}/main.py,sha256=lpwkkBOBaIRBmJi3eCid9zTe5sqAZl17Pg4LdoRmSqU,1068
14
14
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__package_name }}/pages/components_page.py,sha256=Ij1Brq2tRkorpmmNY-63KRUdfZwl51YY9eb7m3QdeEo,4929
15
15
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__package_name }}/pages/intro_page.py,sha256=_G4z_9N66t6eMhIenzIFbIM-p_EzJM8LPGiJ_emRI8k,1590
16
16
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__package_name }}/utils/components.py,sha256=xAjhKxPC1cgMda5tpLyCwZEEJTVOALR4C7V3REUpxbo,65462
17
- create_dara_app-1.21.15.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
18
- create_dara_app-1.21.15.dist-info/METADATA,sha256=ZXeCSaBrf8id-jehGCjs4fIJrCgTP77zRTvgRsTjLdg,1986
19
- create_dara_app-1.21.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
- create_dara_app-1.21.15.dist-info/entry_points.txt,sha256=RZETW6Q9lb0vM1gptGnobZGlD2qvU-0ZgztNoboRRTk,59
21
- create_dara_app-1.21.15.dist-info/RECORD,,
17
+ create_dara_app-1.21.17.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
18
+ create_dara_app-1.21.17.dist-info/METADATA,sha256=LoWh9JFN_sPWR2ByyRHlupvd5vYsr_IEddcLPpJUqfU,1944
19
+ create_dara_app-1.21.17.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
+ create_dara_app-1.21.17.dist-info/entry_points.txt,sha256=RZETW6Q9lb0vM1gptGnobZGlD2qvU-0ZgztNoboRRTk,59
21
+ create_dara_app-1.21.17.dist-info/RECORD,,