Metadata-Version: 2.4
Name: spotfire
Version: 2.1.4
Summary: Package for Building Python Extensions to Spotfire
Home-page: https://github.com/spotfiresoftware/spotfire-python
Author: Cloud Software Group, Inc.
Maintainer: Spotfire Python Package Support
Maintainer-email: spotfirepython@tibco.com
License: BSD 3-Clause License
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Cython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<2.0,>=1.21
Requires-Dist: pandas!=1.0.2,!=1.0.3,<3.0.0,>=0.24.0
Requires-Dist: pip
Requires-Dist: python-dateutil
Requires-Dist: pytz
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: wheel
Requires-Dist: packaging
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Package for Building Python Extensions to 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.
