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"
Release files for django-agent 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-agent-1.0.1.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_agent-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.1 kB
Release files / django-agent-1.0.1.tar.gz
| Download URL | django-agent-1.0.1.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
16e4315ddeb02cb86f42f59dfe0ce932616bec5dcf2ccf966f4390bb16754c27
|
|
BLAKE2b-256 checksum How to use checksums |
29ff16025a7fe6a7549b2d45511f2d280cf343845a0c4924e8f805957d57ad1d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / django_agent-1.0.1-py3-none-any.whl
| Download URL | django_agent-1.0.1-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
aa3c625b971b445a786ba51df4e96a78f54749c8312c14249b59874e341b7c44
|
|
BLAKE2b-256 checksum How to use checksums |
3d176e5eeea0b90a6daa51389ffdb43f69306775fb344dee37f5880fcafc0aba
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|