Metadata-Version: 2.1
Name: fe-openedx-alerts
Version: 0.0.1
Summary: 
Author: Fernando Espíndola
Author-email: fer.esp@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: requests (>=2.28.2,<3.0.0)
Description-Content-Type: text/markdown

# fe-openedx-alerts

A command line tool that send alerts if any Open edX service failasticsearch service is active



## Python version

Python: 3.9.16


## Poetry Configuration

```bash
# https://test.pypi.org/
poetry config repositories.testpypi https://test.pypi.org/legacy/
poetry config pypi-token.testpypi PYPI_TEST_TOKEN
```


## Open edX Instance

```bash
git clone https://github.com/pyenv/pyenv.git ~/.pyenv
export PATH=/home/ubuntu/.pyenv/bin:$PATH
pyenv install 3.9.16
pyenv global 3.9.16


 1956  export PATH:=$PATH:/home/ubuntu/.pyenv/bin
 1957  export PATH=$PATH:/home/ubuntu/.pyenv/bin
 1958  echo $PATH
 1959  pyenv versions
 1960  pyenv global 3.9.16
 1961  pip install twilio==7.17.10
 1962  pip install twilio==7.17.0
 1963  pip install twilio
 1964  history
ubuntu@ip-172-31-31-185:~/.pyenv/bin$ ex

```

