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.0.tar.gz
(11.3 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.0.tar.gz.
File metadata
- Download URL: django_a2a-0.1.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1473a015b71e51489ca85e70d06a796b8c0393c8e391301e713c13872c5f12b4
|
|
| MD5 |
78aee3ef8ec44cdfee8ab9fd77b0d665
|
|
| BLAKE2b-256 |
aad4b9c10722ae7a86bc5ea19ae0f88257eeb281a51af4f4d9c26afa60dee87f
|
File details
Details for the file django_a2a-0.1.0-py3-none-any.whl.
File metadata
- Download URL: django_a2a-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b78a242cc3dfadb050af5e30b84cfce5a8ea1127b3d27bb03a5093b0d8926416
|
|
| MD5 |
69343bb1ec1fdf68f93931bc009f6043
|
|
| BLAKE2b-256 |
b56424b9bdda3d4e20d3371c3ff27bd92959bfb3f2c48384d03164f6eaea3c54
|