Skip to main content

Lightweight OS-agnostic service monitoring API

Project description

PyNinja

Lightweight OS-agnostic service monitoring API

Python

Platform Supported

Platform

Deployments

pages pypi markdown

Pypi Pypi-format Pypi-status

Kick off

Recommendations

Install PyNinja

python -m pip install pyninja

Initiate - IDE

import pyninja


if __name__ == '__main__':
    pyninja.start()

Initiate - CLI

pyninja start

Use pyninja --help for usage instructions.

Environment Variables

Sourcing environment variables from an env file

By default, PyNinja will look for a .env file in the current working directory.

  • NINJA_HOST - Hostname for the API server.
  • NINJA_PORT - Port number for the API server.
  • WORKERS - Number of workers for the uvicorn server.
  • REMOTE_EXECUTION - Boolean flag to enable remote execution.
  • API_SECRET - Secret access key for running commands on server remotely.
  • DATABASE - FilePath to store the auth database that handles the authentication errors.
  • RATE_LIMIT - List of dictionaries with max_requests and seconds to apply as rate limit.
  • APIKEY - API Key for authentication.

⚠️ Enabling remote execution can be extremely risky and can be a major security threat. So use caution and set the API_SECRET to a strong value.

PyNinja supports logging.ini configuration for custom logging. Just place it in the current working directory.
Refer samples directory for examples.

Coding Standards

Docstring format: Google
Styling conventions: PEP 8 and isort

Release Notes

Requirement

python -m pip install gitverse

Usage

gitverse-release reverse -f release_notes.rst -t 'Release Notes'

Linting

pre-commit will ensure linting, run pytest, generate runbook & release notes, and validate hyperlinks in ALL markdown files (including Wiki pages)

Requirement

python -m pip install sphinx==5.1.1 pre-commit recommonmark

Usage

pre-commit run --all-files

Pypi Package

pypi-module

https://pypi.org/project/PyNinja/

Runbook

made-with-sphinx-doc

https://thevickypedia.github.io/PyNinja/

License & copyright

© Vignesh Rao

Licensed under the MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

PyNinja-0.0.1-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file PyNinja-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: PyNinja-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 17.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.12

File hashes

Hashes for PyNinja-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 4bac541d2f477dfdddf41aa6f999c70ad29d785e8656be5867ca413f5480fed6
MD5 ac4f2ffec54a24e6795f441776552a52
BLAKE2b-256 35c2ffe97e6aedf4fbfdb440847b5b6dd9c930194a6cfc88411147b8fcb7c8c6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page