Metadata-Version: 2.4
Name: dataspree_zwo_asi_python_bindings
Version: 1.0.3
Summary: Python bindings for the ZWO ASI library
Author-email: Data Spree GmbH <julius.huelsmann@data-spree.com>
License: Copyright (c) 2026 Data Spree GmbH
        
        All rights reserved.
        
        This repository contains proprietary software and confidential materials owned by
        Data Spree GmbH. Unauthorized copying, distribution, or disclosure of these
        files, via any medium, is strictly prohibited unless explicitly permitted by
        Data Spree GmbH in writing.
        
        ----------------------------------------------------------------------
        Third-Party / Open Source Licenses
        ----------------------------------------------------------------------
        
        This project bundles third-party components that are licensed separately.
        
        1) ZWO ASI Camera SDK (libASICamera2)
           Copyright (c) 2015, ZWO Company
           License: MIT
        
           Permission is hereby granted, free of charge, to any person obtaining a copy
           of this software and associated documentation files (the "Software"), to deal
           in the Software without restriction, including without limitation the rights
           to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
           copies of the Software, and to permit persons to whom the Software is
           furnished to do so, subject to the following conditions:
        
           The above copyright notice and this permission notice shall be included in
           all copies or substantial portions of the Software.
        
           THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
           IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
           FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
           AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
           LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
           OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
           THE SOFTWARE.
        
Project-URL: Homepage, https://www.data-spree.com/
Project-URL: Documentation, https://github.com/dataspree/dataspree_zwo_asi_python_bindings.git
Project-URL: Repository, https://github.com/dataspree/dataspree_zwo_asi_python_bindings.git
Keywords: zwo_asi_python_bindings,dataspree
Requires-Python: <3.15,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# Data Spree Zwo Asi Python Bindings

Python bindings for the ZWO ASI library.
This package bundles libASICamera2 from ZWO under MIT license.

![CI/CD](https://github.com/dataspree/dataspree-inspection/actions/workflows/ci.yml/badge.svg)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev) 
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)

## Introduction
Python bindings for Zwo Asi cameras.

## Getting Started
```bash
pip install dataspree_zwo_asi_python_bindings # if you want to use pip or
pdm add dataspree_zwo_asi_python_bindings # when using pdm
```

## Development
See [CONTRIBUTING.md](./docs/contributing.md) for more information.
