Metadata-Version: 2.1
Name: ewms-pilot
Version: 0.22.4
Summary: EWMS's Pilot: A Job Pilot for Processing EWMS Events/Tasks
Author-email: WIPAC Developers <developers@icecube.wisc.edu>
License: MIT License
        
        Copyright (c) 2022 Observation Management Service 
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://pypi.org/project/ewms-pilot/
Project-URL: Tracker, https://github.com/Observation-Management-Service/ewms-pilot/issues
Project-URL: Source, https://github.com/Observation-Management-Service/ewms-pilot
Keywords: pilot,Observation Management Service,Event Workflow Management Service,EWMS,message passing,MQ,task
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: htchirp
Requires-Dist: htcondor
Requires-Dist: oms-mqclient
Provides-Extra: pulsar
Requires-Dist: oms-mqclient[pulsar]; extra == "pulsar"
Provides-Extra: rabbitmq
Requires-Dist: oms-mqclient[rabbitmq]; extra == "rabbitmq"
Provides-Extra: nats
Requires-Dist: oms-mqclient[nats]; extra == "nats"
Provides-Extra: all
Requires-Dist: oms-mqclient[all]; extra == "all"
Provides-Extra: test
Requires-Dist: asyncstdlib; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-retry; extra == "test"
Provides-Extra: mypy
Requires-Dist: oms-mqclient[all]; extra == "mypy"
Requires-Dist: asyncstdlib; extra == "mypy"
Requires-Dist: pytest; extra == "mypy"
Requires-Dist: pytest-asyncio; extra == "mypy"
Requires-Dist: pytest-retry; extra == "mypy"

<!--- 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/) [![Versions](https://img.shields.io/pypi/pyversions/ewms-pilot.svg)](https://pypi.org/project/ewms-pilot) [![PyPI - License](https://img.shields.io/pypi/l/ewms-pilot)](https://github.com/Observation-Management-Service/ewms-pilot/blob/main/LICENSE) [![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
* nats
