gazu 1.0.0__tar.gz → 1.0.1__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.
Files changed (55) hide show
  1. {gazu-1.0.0 → gazu-1.0.1}/PKG-INFO +1 -1
  2. gazu-1.0.1/gazu/__version__.py +1 -0
  3. {gazu-1.0.0 → gazu-1.0.1}/gazu/events.py +1 -1
  4. {gazu-1.0.0 → gazu-1.0.1}/gazu.egg-info/PKG-INFO +1 -1
  5. gazu-1.0.0/gazu/__version__.py +0 -1
  6. {gazu-1.0.0 → gazu-1.0.1}/LICENSE +0 -0
  7. {gazu-1.0.0 → gazu-1.0.1}/README.rst +0 -0
  8. {gazu-1.0.0 → gazu-1.0.1}/gazu/__init__.py +0 -0
  9. {gazu-1.0.0 → gazu-1.0.1}/gazu/asset.py +0 -0
  10. {gazu-1.0.0 → gazu-1.0.1}/gazu/cache.py +0 -0
  11. {gazu-1.0.0 → gazu-1.0.1}/gazu/casting.py +0 -0
  12. {gazu-1.0.0 → gazu-1.0.1}/gazu/client.py +0 -0
  13. {gazu-1.0.0 → gazu-1.0.1}/gazu/concept.py +0 -0
  14. {gazu-1.0.0 → gazu-1.0.1}/gazu/context.py +0 -0
  15. {gazu-1.0.0 → gazu-1.0.1}/gazu/edit.py +0 -0
  16. {gazu-1.0.0 → gazu-1.0.1}/gazu/encoder.py +0 -0
  17. {gazu-1.0.0 → gazu-1.0.1}/gazu/entity.py +0 -0
  18. {gazu-1.0.0 → gazu-1.0.1}/gazu/exception.py +0 -0
  19. {gazu-1.0.0 → gazu-1.0.1}/gazu/files.py +0 -0
  20. {gazu-1.0.0 → gazu-1.0.1}/gazu/helpers.py +0 -0
  21. {gazu-1.0.0 → gazu-1.0.1}/gazu/person.py +0 -0
  22. {gazu-1.0.0 → gazu-1.0.1}/gazu/playlist.py +0 -0
  23. {gazu-1.0.0 → gazu-1.0.1}/gazu/project.py +0 -0
  24. {gazu-1.0.0 → gazu-1.0.1}/gazu/scene.py +0 -0
  25. {gazu-1.0.0 → gazu-1.0.1}/gazu/shot.py +0 -0
  26. {gazu-1.0.0 → gazu-1.0.1}/gazu/sorting.py +0 -0
  27. {gazu-1.0.0 → gazu-1.0.1}/gazu/sync.py +0 -0
  28. {gazu-1.0.0 → gazu-1.0.1}/gazu/task.py +0 -0
  29. {gazu-1.0.0 → gazu-1.0.1}/gazu/user.py +0 -0
  30. {gazu-1.0.0 → gazu-1.0.1}/gazu.egg-info/SOURCES.txt +0 -0
  31. {gazu-1.0.0 → gazu-1.0.1}/gazu.egg-info/dependency_links.txt +0 -0
  32. {gazu-1.0.0 → gazu-1.0.1}/gazu.egg-info/not-zip-safe +0 -0
  33. {gazu-1.0.0 → gazu-1.0.1}/gazu.egg-info/requires.txt +0 -0
  34. {gazu-1.0.0 → gazu-1.0.1}/gazu.egg-info/top_level.txt +0 -0
  35. {gazu-1.0.0 → gazu-1.0.1}/pyproject.toml +0 -0
  36. {gazu-1.0.0 → gazu-1.0.1}/setup.cfg +0 -0
  37. {gazu-1.0.0 → gazu-1.0.1}/setup.py +0 -0
  38. {gazu-1.0.0 → gazu-1.0.1}/tests/test_asset.py +0 -0
  39. {gazu-1.0.0 → gazu-1.0.1}/tests/test_cache.py +0 -0
  40. {gazu-1.0.0 → gazu-1.0.1}/tests/test_casting.py +0 -0
  41. {gazu-1.0.0 → gazu-1.0.1}/tests/test_client.py +0 -0
  42. {gazu-1.0.0 → gazu-1.0.1}/tests/test_concept.py +0 -0
  43. {gazu-1.0.0 → gazu-1.0.1}/tests/test_context.py +0 -0
  44. {gazu-1.0.0 → gazu-1.0.1}/tests/test_edit.py +0 -0
  45. {gazu-1.0.0 → gazu-1.0.1}/tests/test_entity.py +0 -0
  46. {gazu-1.0.0 → gazu-1.0.1}/tests/test_files.py +0 -0
  47. {gazu-1.0.0 → gazu-1.0.1}/tests/test_helpers.py +0 -0
  48. {gazu-1.0.0 → gazu-1.0.1}/tests/test_person.py +0 -0
  49. {gazu-1.0.0 → gazu-1.0.1}/tests/test_playlist.py +0 -0
  50. {gazu-1.0.0 → gazu-1.0.1}/tests/test_project.py +0 -0
  51. {gazu-1.0.0 → gazu-1.0.1}/tests/test_scene.py +0 -0
  52. {gazu-1.0.0 → gazu-1.0.1}/tests/test_shot.py +0 -0
  53. {gazu-1.0.0 → gazu-1.0.1}/tests/test_sync.py +0 -0
  54. {gazu-1.0.0 → gazu-1.0.1}/tests/test_task.py +0 -0
  55. {gazu-1.0.0 → gazu-1.0.1}/tests/test_user.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gazu
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Gazu is a client for Zou, the API to store the data of your CG production.
5
5
  Home-page: https://gazu.cg-wire.com/
6
6
  Author: CG Wire
@@ -0,0 +1 @@
1
+ __version__ = "1.0.1"
@@ -60,7 +60,7 @@ def init(
60
60
  params.update(kwargs)
61
61
  event_client = socketio.Client(**params)
62
62
  event_client.on("connect_error", connect_error)
63
- event_client.register_namespace(EventsNamespace("/events"))
63
+ event_client.register_namespace(EventsNamespace("/"))
64
64
  event_client.connect(get_event_host(client), make_auth_header())
65
65
  return event_client
66
66
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gazu
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: Gazu is a client for Zou, the API to store the data of your CG production.
5
5
  Home-page: https://gazu.cg-wire.com/
6
6
  Author: CG Wire
@@ -1 +0,0 @@
1
- __version__ = "1.0.0"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes