Metadata-Version: 2.1
Name: orchd-ext
Version: 0.1a2
Summary: Official orchd Extensions
Home-page: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: orchd-sdk
Requires-Dist: pydantic
Requires-Dist: reactivex
Provides-Extra: rest
Requires-Dist: docutils (>=0.3) ; extra == 'rest'
Requires-Dist: pack (==1.1,==1.3) ; extra == 'rest'

# Orchd Project 

This is a Orchd project created with Orchd SDK. It contains custom reactions
and sensors that can be deployed in to the Orchd Agent.

## Reactions in this Project

This project implements the following reactions:

- Reaction1
- Reaction2
- etc...

## Sensors in this Project

This project implements the following sensors:

- Sensor1
- Sensor2
- etc...

