Metadata-Version: 2.1
Name: vegafusion
Version: 0.4.1
Summary: Core tools for using VegaFusion from Python
License: AGPLv3
Keywords: vega,altair,vegafusion,arrow
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: altair (>=4.2.0)
Requires-Dist: pyarrow (>=5)
Requires-Dist: pandas
Requires-Dist: psutil
Provides-Extra: embed
Requires-Dist: vegafusion-python-embed ; extra == 'embed'

## VegaFusion
This package is part of the VegaFusion project: https://vegafusion.io.

In particular, the `vegafusion` package provides a pure Python interface to a VegaFusion Runtime. Initially, the only runtime available is provided by the `vegafusion-python-embed` package. Eventually, the VegaFusion runtime will be available as a standalone gRPC server and this package will be updated to support communication with a VegaFusion Runtime over gRPC as an alternative to the Runtime provided by `vegafusion-python-embed`.  


