Metadata-Version: 2.3
Name: ig-volatus
Version: 0.1.0
Summary: Python package for interacting with Volatus framework applications
License: MIT
Author: Derrick Bommarito
Author-email: derrick.a.bommarito@gmail.com
Requires-Python: >=3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: protobuf (>=6.32.0,<7.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Requires-Dist: sockets (>=1.0.0,<2.0.0)
Description-Content-Type: text/markdown

# IG Volatus

Volatus is a data acquisition and control framework intended to be suitable for small data acquisition applications up to larger distributed test systems including several nodes performing data acquisition and commanding. While Volatus is initially written in LabVIEW, it uses tooling, Google's Protobuf, over top of simple networking communications to enable development of applications in nearly any environment.

## Python Volatus

This Python package provides core configuration and communication capabilities to allow python scripts to interact with a Volatus system. Initially these capabilities will be limited to receiving telemetry data and sending commands as would be necessary in an automation script. Eventually more capabilities will be added to make it possible to build entire applications in Python and generate data from Python scripts.
