Metadata-Version: 2.4
Name: Simis
Version: 2.1.2
Summary: A package for communicating with the Ashes wind turbine simulation software in order to run custom simulation code.
Author-email: Simis as <support@simis.io>
License: Copyright (c) 2026 Simis AS. All rights reserved.
        
        This software and its source code (the "Software") are the proprietary
        property of Simis AS. Permission is granted to download and install the
        Software for the sole purpose of communicating with and developing custom
        simulation code for the Ashes wind turbine simulation software.
        
        Subject to the terms above, you may NOT:
        
          1. Copy, modify, merge, or create derivative works of the Software, except
             as required to use it with Ashes as intended.
          2. Redistribute, sublicense, sell, rent, or lease the Software, in source
             or compiled form, to any third party.
          3. Remove or alter any copyright, trademark, or other proprietary notices.
        
        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.
        
        For licensing inquiries, contact: support@simis.io
        
Project-URL: Homepage, https://www.simis.io
Project-URL: Documentation, https://www.simis.io
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: PySide6
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# Ashes python API package

This package allows to modify the model (e.g. applying loads) within a time simulation in the software Ashes from www.simis.io (Aero-Servo-Hydro-Elastic-Simulation) using custom Python code.
