Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["wwt_api_client", "pypa"]
version = "0.6.0"
age = 0

+++
  • Loading branch information
cranko committed Dec 14, 2023
2 parents 0e088d0 + fe61ba3 commit 562d169
Show file tree
Hide file tree
Showing 35 changed files with 373 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# wwt_api_client 0.6.0 (2023-12-14)

- Document and expose various new data in the backend API, including
metrics (#29, @pkgw) and scene content (#30, @Carifio24).
- Support the new `published` flag associated with scenes (#30, @Carifio24).
This may be a breaking change for some uses of the data structures.


# wwt_api_client 0.5.0 (2023-10-24)

Start defaulting to the production Constellations API service (#28, @pkgw)!
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.HandleImageStats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ HandleImageStats
.. autoclass:: HandleImageStats
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~HandleImageStats.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ HandleImageStats
~HandleImageStats.to_dict
~HandleImageStats.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.HandleInfo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ HandleInfo
.. autoclass:: HandleInfo
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~HandleInfo.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ HandleInfo
~HandleInfo.to_dict
~HandleInfo.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.HandlePermissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ HandlePermissions
.. autoclass:: HandlePermissions
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~HandlePermissions.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ HandlePermissions
~HandlePermissions.to_dict
~HandlePermissions.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.HandleSceneStats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ HandleSceneStats
.. autoclass:: HandleSceneStats
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~HandleSceneStats.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ HandleSceneStats
~HandleSceneStats.to_dict
~HandleSceneStats.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.HandleStats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ HandleStats
.. autoclass:: HandleStats
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~HandleStats.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ HandleStats
~HandleStats.to_dict
~HandleStats.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
12 changes: 12 additions & 0 deletions docs/api/wwt_api_client.constellations.data.HandleUpdate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ HandleUpdate
.. autoclass:: HandleUpdate
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~HandleUpdate.dataclass_json_config
~HandleUpdate.display_name

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +23,11 @@ HandleUpdate
~HandleUpdate.to_dict
~HandleUpdate.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config
.. autoattribute:: display_name

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ ImageApiPermissions
.. autoclass:: ImageApiPermissions
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageApiPermissions.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ ImageApiPermissions
~ImageApiPermissions.to_dict
~ImageApiPermissions.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ ImageContentPermissions
.. autoclass:: ImageContentPermissions
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageContentPermissions.credits
~ImageContentPermissions.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +23,11 @@ ImageContentPermissions
~ImageContentPermissions.to_dict
~ImageContentPermissions.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: credits
.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.ImageDisplayInfo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ ImageDisplayInfo
.. autoclass:: ImageDisplayInfo
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageDisplayInfo.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ ImageDisplayInfo
~ImageDisplayInfo.to_dict
~ImageDisplayInfo.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.ImageInfo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ ImageInfo
.. autoclass:: ImageInfo
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageInfo.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ ImageInfo
~ImageInfo.to_dict
~ImageInfo.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
12 changes: 12 additions & 0 deletions docs/api/wwt_api_client.constellations.data.ImageStorage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ ImageStorage
.. autoclass:: ImageStorage
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageStorage.dataclass_json_config
~ImageStorage.legacy_url_template

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +23,11 @@ ImageStorage
~ImageStorage.to_dict
~ImageStorage.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config
.. autoattribute:: legacy_url_template

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.ImageSummary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ ImageSummary
.. autoclass:: ImageSummary
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageSummary.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ ImageSummary
~ImageSummary.to_dict
~ImageSummary.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
14 changes: 14 additions & 0 deletions docs/api/wwt_api_client.constellations.data.ImageUpdate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ ImageUpdate
.. autoclass:: ImageUpdate
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageUpdate.dataclass_json_config
~ImageUpdate.note
~ImageUpdate.permissions

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +24,12 @@ ImageUpdate
~ImageUpdate.to_dict
~ImageUpdate.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config
.. autoattribute:: note
.. autoattribute:: permissions

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
10 changes: 10 additions & 0 deletions docs/api/wwt_api_client.constellations.data.ImageWwt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ ImageWwt
.. autoclass:: ImageWwt
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~ImageWwt.dataclass_json_config

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +22,10 @@ ImageWwt
~ImageWwt.to_dict
~ImageWwt.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
12 changes: 12 additions & 0 deletions docs/api/wwt_api_client.constellations.data.SceneContent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ SceneContent
.. autoclass:: SceneContent
:show-inheritance:

.. rubric:: Attributes Summary

.. autosummary::

~SceneContent.dataclass_json_config
~SceneContent.image_layers

.. rubric:: Methods Summary

.. autosummary::
Expand All @@ -16,6 +23,11 @@ SceneContent
~SceneContent.to_dict
~SceneContent.to_json

.. rubric:: Attributes Documentation

.. autoattribute:: dataclass_json_config
.. autoattribute:: image_layers

.. rubric:: Methods Documentation

.. automethod:: from_dict
Expand Down
Loading

0 comments on commit 562d169

Please sign in to comment.