Metadata-Version: 2.1
Name: ewms-pilot
Version: 0.6.0
Summary: EWMS Pilot: MQ-Task Interface API
Home-page: https://github.com/Observation-Management-Service/ewms-pilot
Download-URL: https://pypi.org/project/ewms-pilot/
Author: WIPAC Developers
Author-email: developers@icecube.wisc.edu
License: MIT
Project-URL: Tracker, https://github.com/Observation-Management-Service/ewms-pilot/issues
Project-URL: Source, https://github.com/Observation-Management-Service/ewms-pilot
Keywords: EWMS,pilot,message,passing,MQ,task,interface,API,WIPAC,IceCube,Observation Management Service,Event Workflow Managment Service
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: <3.12,>=3.8
Description-Content-Type: text/markdown
Provides-Extra: pulsar
Provides-Extra: rabbitmq
Provides-Extra: gcp
Provides-Extra: nats
Provides-Extra: all
Provides-Extra: test
License-File: LICENSE

<!--- Top of README Badges (automated) --->
[![PyPI](https://img.shields.io/pypi/v/ewms-pilot)](https://pypi.org/project/ewms-pilot/) [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/Observation-Management-Service/ewms-pilot?include_prereleases)](https://github.com/Observation-Management-Service/ewms-pilot/) [![PyPI - License](https://img.shields.io/pypi/l/ewms-pilot)](https://github.com/Observation-Management-Service/ewms-pilot/blob/main/LICENSE) [![Lines of code](https://img.shields.io/tokei/lines/github/Observation-Management-Service/ewms-pilot)](https://github.com/Observation-Management-Service/ewms-pilot/) [![GitHub issues](https://img.shields.io/github/issues/Observation-Management-Service/ewms-pilot)](https://github.com/Observation-Management-Service/ewms-pilot/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aopen) [![GitHub pull requests](https://img.shields.io/github/issues-pr/Observation-Management-Service/ewms-pilot)](https://github.com/Observation-Management-Service/ewms-pilot/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Aopen) 
<!--- End of README Badges (automated) --->
# ewms-pilot
EWMS Pilot: MQ-Task Interface API

## Install

Please select the backend to use and install that.  For example:

```
pip install ewms-pilot[pulsar]
```

Options include:
* pulsar
* rabbitmq
* gcp
* nats
