Metadata-Version: 2.2
Name: OriginExt
Version: 1.2.4
Summary: Origin Extension
Home-page: https://www.originlab.com
Author: OriginLab
Author-email: tech@originlab.com
License: BSD
Keywords: Origin,Originlab
Platform: Windows
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: platform
Dynamic: requires-python
Dynamic: summary

## OriginExt

This package is a low-level API for interacting with the Origin software via the Origin Automation Server COM interface. An instance of Origin is launched (either visible or hidden) when using this package. This package is largely undocumented and support is limited.

**Developers are urged to use the [originpro package](https://pypi.org/project/originpro/) because it offers a high-level, more Pythonic interface for interacting with Origin.**

### Installation
This package is Windows only and requires a local installation of Origin 2021 or later software.

To install the package, run:
```
pip install OriginExt
```

### Documentation
Limited documentation is available in the [OriginLab External Python Documentation](https://www.originlab.com/doc/ExternalPython).

### Support
Limited support is available on the [Origin Forum for Python](https://my.originlab.com/forum/forum.asp?FORUM_ID=29).
