Metadata-Version: 2.1
Name: spotfire
Version: 1.8.0
Summary: Package for Building Python Extensions to TIBCO Spotfire
Home-page: https://github.com/TIBCOSoftware/spotfire-python
Author: TIBCO Software Inc.
Maintainer: Spotfire Python Package Support
Maintainer-email: spotfirepython@tibco.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# Package for Building Python Extensions to TIBCO Spotfire® 

This package provides functions used for integrating Python with Spotfire, including: 
* reading and writing files in Spotfire Binary Data Format (SBDF)
* building Spotfire Packages (SPKs) for distributing Python interpreters and custom packages with Spotfire
* internal handler code for executing Data Functions from Spotfire

### Installation
```sh
pip install spotfire
```

### License
BSD-type 3-Clause License.  See the file ```LICENSE``` included in the package.

