Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
xyzpy 1.3.5.dev15+g6c9b4e836 documentation
Light Logo Dark Logo

Guides

  • Installation
  • Specifying Inputs & Outputs
  • Computing Results
  • Plotting
  • Other Visualizations
  • Utilities
  • Examples
    • Basic Output Example
    • Structured Output with Julia Set Example
    • ‘Farming’ with Harvester Example
    • Persistent/Distributed Generation with Crop Example
    • Using dask.distributed as Parallel Pool Example
    • Visualizing Linear Algebra Decompositions

Development

  • Changelog
  • GitHub Repository
  • API Reference
    • xyzpy
      • xyzpy._version
      • xyzpy.gen
        • xyzpy.gen.case_runner
        • xyzpy.gen.combo_runner
        • xyzpy.gen.cropping
        • xyzpy.gen.farming
        • xyzpy.gen.prepare
        • xyzpy.gen.ray_executor
      • xyzpy.manage
      • xyzpy.plot
        • xyzpy.plot.color
        • xyzpy.plot.core
        • xyzpy.plot.infiniplot
        • xyzpy.plot.marker
        • xyzpy.plot.plotter_bokeh
        • xyzpy.plot.plotter_matplotlib
        • xyzpy.plot.xyz_cmaps
      • xyzpy.utils
Back to top
View this page

xyzpy._version¶

Attributes¶

version

__version__

__version_tuple__

version_tuple

commit_id

__commit_id__

Module Contents¶

xyzpy._version.version: str¶
xyzpy._version.__version__: str¶
xyzpy._version.__version_tuple__: tuple[int | str, Ellipsis]¶
xyzpy._version.version_tuple: tuple[int | str, Ellipsis]¶
xyzpy._version.commit_id: str | None¶
xyzpy._version.__commit_id__: str | None¶
Next
xyzpy.gen
Previous
xyzpy
Copyright © 2016-2026, Johnnie Gray
Made with Sphinx and @pradyunsg's Furo
On this page
  • xyzpy._version
    • Attributes
    • Module Contents
      • version
      • __version__
      • __version_tuple__
      • version_tuple
      • commit_id
      • __commit_id__