Metadata-Version: 2.4
Name: matlab-prodserver-client
Version: 26.1
Summary: A package to invoke MATLAB functions, deployed on MATLAB Production Server, from Python
Home-page: https://www.mathworks.com/
Author: The MathWorks, Inc.
License: BSD License (Copyright (c) 2025, The MathWorks, Inc.
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are
        met:
        
            * Redistributions of source code must retain the above copyright
              notice, this list of conditions and the following disclaimer.
            * Redistributions in binary form must reproduce the above copyright
              notice, this list of conditions and the following disclaimer in
              the documentation and/or other materials provided with the distribution
            * Neither the name of the The MathWorks, Inc. nor the names
              of its contributors may be used to endorse or promote products derived
              from this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
        ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
        LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        POSSIBILITY OF SUCH DAMAGE.
        )
Platform: Linux
Platform: Windows
Platform: macOS
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: summary

# MATLAB Production Server client library for Python

The MATLAB Production Server client library for Python provides a way to remotely execute MATLAB based analytics (MATLAB functions or Simulink simulations) hosted on MATLAB Production Server.

---
## Requirements
### Required MathWorks Products
* MATLAB Production Server

### Required 3rd Party Products
* Python
    * Supported Python versions by MATLAB release can be found [here](https://www.mathworks.com/support/requirements/python-compatibility.html).

---

## Install

The MATLAB Production Server client library for Python can be installed directly from the Python Package Index.
```bash
$ python -m pip install matlab-prodserver-client
```

---

## Getting Started

Please visit the [MATLAB Production Server official documentation for Python client](https://www.mathworks.com/help/mps/python-client-programming.html) for detailed information on how to use it.

---

## Support
For technical issues or enhancement requests please contact MathWorks tech support [here](https://supportcases.mathworks.com/mwsupport/s/casetypeselection?language=en_US&c__caseParameter=productusage&s_tid=srlp_product). 

---

## Reporting Security Vulnerabilities 

If you believe you have discovered a security vulnerability, please report it to 
[security@mathworks.com](mailto:security@mathworks.com). Please see 
[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html) 
for additional information.  

---

Copyright &copy; 2025 The MathWorks, Inc. All rights reserved.

"Python" and the Python logos are trademarks or registered trademarks of the Python Software Foundation, used by MathWorks with permission from the Foundation.
