create-dara-app 1.10.6__py3-none-any.whl → 1.11.0__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.
@@ -10,7 +10,7 @@ description = "{{ cookiecutter.project_name }}"
10
10
  authors = ["{{ cookiecutter.author_name }}"]
11
11
 
12
12
  [tool.poetry.dependencies]
13
- python = ">=3.8.0, <3.12.0"
13
+ python = ">=3.9.0, <3.13.0"
14
14
  dara-core = "^{{ cookiecutter.__dara_version }}"
15
15
  dara-components = "^{{ cookiecutter.__dara_version }}"
16
16
 
@@ -38,7 +38,7 @@ authors = [
38
38
  { name = "{{ cookiecutter.author_name }}" }
39
39
  ]
40
40
  description = "{{ cookiecutter.project_name }}"
41
- requires-python = ">=3.8, <3.12.0"
41
+ requires-python = ">=3.9, <3.13.0"
42
42
 
43
43
  [tool.setuptools]
44
44
  packages = ["{{ cookiecutter.__package_name }}"]
@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: create-dara-app
3
- Version: 1.10.6
3
+ Version: 1.11.0
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.8,<3.12.0
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
  Requires-Dist: click (==8.1.3)
17
17
  Requires-Dist: cookiecutter (>=2.1.1,<3.0.0)
18
18
  Project-URL: Repository, https://github.com/causalens/dara
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
20
20
 
21
21
  # Create Dara App
22
22
 
23
- <img src="https://github.com/causalens/dara/blob/VERSION-1.10.6/img/dara_light.svg?raw=true">
23
+ <img src="https://github.com/causalens/dara/blob/v1.11.0/img/dara_light.svg?raw=true">
24
24
 
25
25
  ![Master tests](https://github.com/causalens/dara/actions/workflows/tests.yml/badge.svg?branch=master)
26
26
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
@@ -8,15 +8,15 @@ 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=4mok2e7y3LFKVVkmbZKBbegL-GvQUHmp4P0CYY2lS4Y,1277
11
+ create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/pyproject.toml,sha256=O-K9WBpnUNaZTGdjnO_xe6Ed8PVSTFRhNxA1cWvpzr4,1277
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=yntXq115p6VWoWF7SFi6r5_sE_1ZUL_oxWzmZf3Fskk,733
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
17
  create_dara_app/templates/default/{{ cookiecutter.__project_slug }}/{{ cookiecutter.__package_name }}/utils/template.py,sha256=R8EgjNKD5bou9HkT7CEEISAcO5H7R-sSWFtifFJyK5M,737
18
- create_dara_app-1.10.6.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
19
- create_dara_app-1.10.6.dist-info/METADATA,sha256=t6UjUgirShPkfHIHxKabjXmoOr89kxSheJAGvEAiako,1952
20
- create_dara_app-1.10.6.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
21
- create_dara_app-1.10.6.dist-info/entry_points.txt,sha256=RZETW6Q9lb0vM1gptGnobZGlD2qvU-0ZgztNoboRRTk,59
22
- create_dara_app-1.10.6.dist-info/RECORD,,
18
+ create_dara_app-1.11.0.dist-info/LICENSE,sha256=r9u1w2RvpLMV6YjuXHIKXRBKzia3fx_roPwboGcLqCc,10944
19
+ create_dara_app-1.11.0.dist-info/METADATA,sha256=g0J4frOKp9xYKmOPxhaILwpM_mx5tllBXc4rxxnkk7s,1948
20
+ create_dara_app-1.11.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
21
+ create_dara_app-1.11.0.dist-info/entry_points.txt,sha256=RZETW6Q9lb0vM1gptGnobZGlD2qvU-0ZgztNoboRRTk,59
22
+ create_dara_app-1.11.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.5.2
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any