Metadata-Version: 2.4
Name: ionwizard
Version: 0.3.0
Summary: Installation tools for Ionworks software
License: # Ionworks Software License
        
        This software ("Software") is the property of **Ionworks Technologies Inc** ("Ionworks"). The source code of the Software is made available, but it remains under the intellectual property rights of Ionworks.
        
        ## 1. Ownership
        - All title, ownership rights, and intellectual property rights in the Software shall remain with Ionworks. The Software is protected by international copyright treaties.
        
        ## 2. Permitted Use
        - Users with a valid and current contract with Ionworks ("Authorized Users") are granted the right to use this Software under the specific license terms and conditions set forth in their respective contracts.
        - All other use, copying, modification, or distribution of the Software without a valid contract with Ionworks is strictly prohibited.
        
        ## 3. Source Availability
        - While the source code of the Software is made available to Authorized Users, this does not imply open-source licensing or freedom to redistribute or modify without adherence to the terms of their respective contracts with Ionworks.
        
        ## 4. Prohibitions
        - This Software may not be:
          * Sold, redistributed, sublicensed, or provided for use to third parties without express written consent from Ionworks.
          * Reverse engineered, decompiled, or disassembled, except as explicitly allowed under the contract terms with Ionworks.
        
        ## 5. Termination
        - Violation of any provision of this license or the terms specified in the respective contracts with Ionworks will result in the automatic termination of this license. Upon termination, all use of the Software must cease, and all copies must be destroyed.
        
        ## 6. Limitation of Liability
        - In no event shall Ionworks be held liable for any damages arising out of the use or inability to use this Software, even if advised of the possibility of such damages.
        
        ## 7. Jurisdiction
        - This license shall be governed by the laws of the jurisdiction where Ionworks is located, without regard to conflicts of law provisions.
        
        **By using this Software, you acknowledge your understanding and agreement to this license and its terms.**
License-File: LICENSE.md
Requires-Python: >=3.10
Requires-Dist: cryptography
Requires-Dist: platformdirs
Requires-Dist: py-machineid
Requires-Dist: pynacl
Requires-Dist: python-dateutil
Requires-Dist: pyyaml
Requires-Dist: requests
Requires-Dist: toml
Requires-Dist: uv
Provides-Extra: dev
Requires-Dist: myst-parser; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-mock; extra == 'dev'
Requires-Dist: sphinx; extra == 'dev'
Requires-Dist: sphinx-rtd-theme; extra == 'dev'
Description-Content-Type: text/markdown

# Ionworks Installation Wizard

Ionworks products are stored on private repositories. The software in
this project is designed to help users access Ionworks software.

## Installation

### Pip installation

Ionwizard is available on PyPi and can be installed through `pip`
```bash
pip install ionwizard
```

### Local installation

Ionwizard can be installed from the GitHub repo by running
```bash
pip install .
```
in the cloned repository.

## Library wizard

Installation instructions for individual python packages can be found
in the [Quick start guide](docs/source/Quick_start/library_installation.md)

## Project wizard

Installation instructions for projects with a `pyproject.toml` file can be
found in the [Quick start guide](docs/source/Quick_start/project_installation.md)

## Container wizard

Instructions for using Ionworks pre-built Docker containers can be found
in the [Quick start guide](docs/source/Quick_start/image_installation.md)
