Metadata-Version: 2.4
Name: algomojo-webhook-signal
Version: 0.1.0
Summary: A Python library to place strategy signals via Algomojo webhook
Home-page: https://github.com/Finfolab-Technologies/Algomojo/algomojo-webhook-signal
Author: FinfoLab Technologies
Author-email: support@algomojo.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Algomojo Webhook Signal Library

This Python package allows traders to place **BUY/SELL/SHORT/COVER** signals via Algomojo's webhook API.

## Installation

```bash
pip install algomojo-webhook-signal
```
