Django app for handling a2a communication protocol
Project description
django-a2a
Installation
1. Install django-a2a via pip
pip install django-a2a
2. Add django_a2a in INSTALLED_APP within settings.py
# Application definition
INSTALLED_APPS = [
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
# Django A2A
'django_a2a',
]
3. Migrate database.
python manage.py migrate
Contributing
Testing
Using Act to run GitHub Actions locally
Ubuntu
curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash && ./bin/act
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django_a2a-0.1.1.tar.gz
(11.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_a2a-0.1.1.tar.gz.
File metadata
- Download URL: django_a2a-0.1.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
030c25ed1802753102afe5fb591a71b9ca4dfae07980b6f8a44093f347a7f758
|
|
| MD5 |
8b748af922b7ec2eff4ff5df09ea21d7
|
|
| BLAKE2b-256 |
a7b016fb6c4e7b1df8146cdd646ebcc46b621bbdb69077c2642df824b1653d04
|
File details
Details for the file django_a2a-0.1.1-py3-none-any.whl.
File metadata
- Download URL: django_a2a-0.1.1-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5c315c40238f66097b919fb6c66358146f4502deaac5296690d5b1c87b5d46d
|
|
| MD5 |
618b0eb774c59783b85f7353742f5bd3
|
|
| BLAKE2b-256 |
a768c0dfb00e168bdc59aac4a381f1c891156dc6103e67e97f2767a48297a775
|