Metadata-Version: 2.1
Name: horus-media-client
Version: 0.5.1
Summary: Horus Media Server Client
Home-page: https://github.com/horus-view-and-explore/horus-media-client
Author: Horus View and Explore B.V.
Author-email: info@horus.nu
License: MIT
Description: # Horus Media Server Client
        
        An [Horus Media Server](https://horus.nu/horus-geo-suite/) client python library
        
        ## [Install latest release](https://github.com/horus-view-and-explore/horus-media-client/wiki/Install-latest-release)
        
        
        ## Example tools
        
        Interactive examples
        
        ### Recordings tool
        This example can be used to list published recordings.
        ```
        python -m horus_media_examples.recordings_tool --help
        ```
        
        ### Export spherical
        This example can be used to export spherical views from a set of recordings.
        ```
        python -m horus_media_examples.export_spherical --help
        ```
        ### Export orthographic
        This example can be used to export orthographic views from a set of recordings.
        ```
        python -m horus_media_examples.export_orthographic --help
        ```
        
        ## [Run the example strategy](https://github.com/horus-view-and-explore/horus-media-client/wiki/Example-strategy-tool)
        
        ```
        python3 -m horus_media_examples.example_strategy --help
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
