Skip to main content

A Django app that provides an API for executing shell commands and retrieving their output

Project description

Django Agent

This is a Django app that provides an API for executing shell commands and retrieving their output.

Quick start

  • Add django_agent to your INSTALLED_APPS setting like this
INSTALLED_APPS = [
    ...,
    "django_agent",
]
  • Include the django_agent URLconf in your project urls.py like this
path("agent/", include("django_agent.urls")),
  • Add AGENT_TOKEN to your project settings.py like this
...
AGENT_TOKEN="my-agent-token"

Project details


Download files

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

Source Distribution

django-agent-1.0.1.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

django_agent-1.0.1-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file django-agent-1.0.1.tar.gz.

File metadata

  • Download URL: django-agent-1.0.1.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for django-agent-1.0.1.tar.gz
Algorithm Hash digest
SHA256 16e4315ddeb02cb86f42f59dfe0ce932616bec5dcf2ccf966f4390bb16754c27
MD5 e818dafd6a3dd261be71e8366546e1d1
BLAKE2b-256 29ff16025a7fe6a7549b2d45511f2d280cf343845a0c4924e8f805957d57ad1d

See more details on using hashes here.

File details

Details for the file django_agent-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for django_agent-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 aa3c625b971b445a786ba51df4e96a78f54749c8312c14249b59874e341b7c44
MD5 40dea8627ac44e6b092af90b1d371bf7
BLAKE2b-256 3d176e5eeea0b90a6daa51389ffdb43f69306775fb344dee37f5880fcafc0aba

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