An open API service indexing awesome lists of open source software.

https://github.com/marlysson/health

[WIP] A service to watch status of Masonite application's components
https://github.com/marlysson/health

Last synced: about 2 months ago
JSON representation

[WIP] A service to watch status of Masonite application's components

Awesome Lists containing this project

README

        

# Masonite Health





Masonite Package

GitHub Workflow Status (branch)

PyPI
Python Version
GitHub release (latest by date including pre-releases)
License
Code style: black

## Introduction

A service to watch status of Masonite application's components

## Features

- _Add your package main features here_
- _and here_

## Installation

```bash
pip install masonite-health
```

## Configuration

Add HealthProvider to your project in `config/providers.py`:

```python
# config/providers.py
# ...
from health import HealthProvider

# ...
PROVIDERS = [
# ...
# Third Party Providers
HealthProvider,
# ...
]
```

Then you can publish the package resources (if needed) by doing:

```bash
python craft package:publish health
```

## Usage

_Explain how to use your package_

## Contributing

Please read the [Contributing Documentation](CONTRIBUTING.md) here.

## Maintainers

- [Marlysson](https://www.github.com/Marlysson)

## Architecture

![Masonite Health Architecture](architecture.png "Package Architecture")

## License

Masonite Health is open-sourced software licensed under the [MIT license](LICENSE).