canvas 0.1.5__py3-none-any.whl → 0.1.6__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.

Potentially problematic release.


This version of canvas might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: canvas
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: SDK to customize event-driven actions in your Canvas instance
5
5
  License: MIT
6
6
  Author: Canvas Team
@@ -11,7 +11,7 @@ canvas_cli/apps/plugin/tests.py,sha256=_8fHTGlQermt4AVs20nsTYcs2bDRNEqr9CGE29pD6
11
11
  canvas_cli/conftest.py,sha256=ZnVUIT4K4VZ92eSLTS38W6N878SVzOEfGPxsp6Rls70,959
12
12
  canvas_cli/main.py,sha256=rk2xlrQacq59ELoeO_YDMUBHFOVqlWpnV19PC0iAX4k,2527
13
13
  canvas_cli/templates/plugins/default/cookiecutter.json,sha256=dWEB3wJ8U4bko8jX26PgLLg_jgWlafLTNqsGnY1PUcg,124
14
- canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json,sha256=QOUpv31Wx_eSVms13-C-L7jZ4ulKFNpokshcScKUEmo,787
14
+ canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/CANVAS_MANIFEST.json,sha256=9N0u5hN0GqjPvUh_B3YHtvyntEvxUGbInbQeprU0TS0,787
15
15
  canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/README.md,sha256=7QdF2JWlWwq6Us9LzkO9XWJU4IU7Q6RD_w8ImcS-hrI,347
16
16
  canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
17
  canvas_cli/templates/plugins/default/{{ cookiecutter.__project_slug }}/protocols/my_protocol.py,sha256=V8knH-2KHdMHMxksVEjJHxr85uFf0ipUSXBZ20r4bxM,2202
@@ -60,7 +60,7 @@ canvas_sdk/utils/__init__.py,sha256=sFuhqcWvXb2-33FOuXZgWuUeC5jZL2MDoqjGoQZGwd8,
60
60
  canvas_sdk/utils/http.py,sha256=YOgUFp7FOFhbDwkGhCiD3JLZ342oNZR-qncMxv2qSjw,2159
61
61
  canvas_sdk/utils/tests.py,sha256=t3MScbIfzXkQttMIvj0dRzJlFVS8LFU8WgWRrChM-H0,1931
62
62
  canvas_sdk/views/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
- canvas-0.1.5.dist-info/METADATA,sha256=b5qC30REXgMjT6HLvuNyYoBI4f4TBULVOXlrSNgcR-Q,3776
64
- canvas-0.1.5.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
65
- canvas-0.1.5.dist-info/entry_points.txt,sha256=VSmSo1IZ3aEfL7enmLmlWSraS_IIkoXNVeyXzgRxFiY,46
66
- canvas-0.1.5.dist-info/RECORD,,
63
+ canvas-0.1.6.dist-info/METADATA,sha256=nz3KjKhFSsywmEw0VRRTMJkctbL6u1YQ2n-0Wge5dL4,3776
64
+ canvas-0.1.6.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
65
+ canvas-0.1.6.dist-info/entry_points.txt,sha256=VSmSo1IZ3aEfL7enmLmlWSraS_IIkoXNVeyXzgRxFiY,46
66
+ canvas-0.1.6.dist-info/RECORD,,
@@ -6,7 +6,7 @@
6
6
  "components": {
7
7
  "protocols": [
8
8
  {
9
- "class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol.Protocol",
9
+ "class": "{{ cookiecutter.__project_slug }}.protocols.my_protocol:Protocol",
10
10
  "description": "A protocol that does xyz...",
11
11
  "data_access": {
12
12
  "event": "",
File without changes