=====
SPADE
=====
.. image:: https://img.shields.io/pypi/v/spade.svg
:target: https://pypi.python.org/pypi/spade
.. image:: https://img.shields.io/pypi/pyversions/spade.svg
:target: https://pypi.python.org/pypi/spade
:alt: Python Versions
.. image:: https://img.shields.io/github/languages/count/javipalanca/spade?label=languages
:alt: Languages
:target: https://pepy.tech/project/spade
.. image:: https://img.shields.io/github/languages/code-size/javipalanca/spade
:alt: Code Size
:target: https://pepy.tech/project/spade
.. image:: https://img.shields.io/pypi/l/spade
:target: https://opensource.org/licenses/MIT
:alt: MIT License
.. image:: https://pepy.tech/badge/spade
:target: https://pepy.tech/project/spade
:alt: Downloads
.. image:: https://github.com/javipalanca/spade/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/javipalanca/spade/actions/workflows/python-package.yml
:alt: Continuous Integration Status
.. image:: https://coveralls.io/repos/github/javipalanca/spade/badge.svg?branch=master
:target: https://coveralls.io/github/javipalanca/spade?branch=master
:alt: Code Coverage Status
.. image:: https://readthedocs.org/projects/spade/badge/?version=latest
:target: https://spade-mas.readthedocs.io?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/format/spade.svg
:target: https://pypi.python.org/pypi/spade
Smart Python Agent Development Environment
A multi-agent systems platform written in Python and based on instant messaging (XMPP).
Develop agents that can chat both with other agents and humans.
* Free software: MIT license
* Documentation: http://spade-mas.readthedocs.io/
Features
--------
* Multi-agent platform based on XMPP_
* Presence notification allows the system to know the current state of the agents in real-time
* Python >=3.8
* Asyncio-based
* Agent model based on behaviours
* Supports FIPA metadata using XMPP Data Forms (XEP-0004_: Data Forms)
* Web-based interface
* Incorporates a custom XMPP server (pyjabber)
* Use any XMPP server
Plugins
-------
- **spade_bdi** (BDI agents with AgentSpeak):
- Code: https://github.com/javipalanca/spade_bdi
- Documentation: https://spade-bdi.readthedocs.io
- **spade_pubsub** (PubSub protocol for agents):
- Code: https://github.com/javipalanca/spade_pubsub
- Documentation: https://spade-pubsub.readthedocs.io
- **spade_artifact** (Artifacts for SPADE):
- Code: https://github.com/javipalanca/spade_artifact
- Documentation: https://spade-artifact.readthedocs.io
- **spade_norms** (Norms for SPADE):
- Code: https://github.com/javipalanca/spade_norms
- Documentation: https://spade-norms.readthedocs.io/
- **spade_bokeh** (bokeh plots for agents):
- Code: https://github.com/javipalanca/spade_bokeh
- Documentation: https://spade-bokeh.readthedocs.io
Credits
---------
This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
.. _XMPP: http://www.xmpp.org
.. _`XEP-0004` : https://xmpp.org/extensions/xep-0004.html
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
Raw data
{
"_id": null,
"home_page": "https://github.com/javipalanca/spade",
"name": "spade",
"maintainer": "Javi Palanca",
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "spade",
"author": "Javi Palanca",
"author_email": "jpalanca@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/44/a3/c80f690861069d465c1eaef96a9f5d2e9305720b755a7849829b49c6dfc4/spade-4.0.1.tar.gz",
"platform": null,
"description": "=====\nSPADE\n=====\n\n\n.. image:: https://img.shields.io/pypi/v/spade.svg\n :target: https://pypi.python.org/pypi/spade\n\n.. image:: https://img.shields.io/pypi/pyversions/spade.svg\n :target: https://pypi.python.org/pypi/spade\n :alt: Python Versions\n\n.. image:: https://img.shields.io/github/languages/count/javipalanca/spade?label=languages\n :alt: Languages\n :target: https://pepy.tech/project/spade\n\n.. image:: https://img.shields.io/github/languages/code-size/javipalanca/spade\n :alt: Code Size\n :target: https://pepy.tech/project/spade\n\n.. image:: https://img.shields.io/pypi/l/spade\n :target: https://opensource.org/licenses/MIT\n :alt: MIT License\n\n.. image:: https://pepy.tech/badge/spade\n :target: https://pepy.tech/project/spade\n :alt: Downloads\n\n.. image:: https://github.com/javipalanca/spade/actions/workflows/python-package.yml/badge.svg\n :target: https://github.com/javipalanca/spade/actions/workflows/python-package.yml\n :alt: Continuous Integration Status\n\n.. image:: https://coveralls.io/repos/github/javipalanca/spade/badge.svg?branch=master\n :target: https://coveralls.io/github/javipalanca/spade?branch=master\n :alt: Code Coverage Status\n\n.. image:: https://readthedocs.org/projects/spade/badge/?version=latest\n :target: https://spade-mas.readthedocs.io?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/format/spade.svg\n :target: https://pypi.python.org/pypi/spade\n\n\n\n\nSmart Python Agent Development Environment\n\nA multi-agent systems platform written in Python and based on instant messaging (XMPP).\n\nDevelop agents that can chat both with other agents and humans.\n\n\n* Free software: MIT license\n* Documentation: http://spade-mas.readthedocs.io/\n\n\nFeatures\n--------\n\n* Multi-agent platform based on XMPP_\n* Presence notification allows the system to know the current state of the agents in real-time\n* Python >=3.8\n* Asyncio-based\n* Agent model based on behaviours\n* Supports FIPA metadata using XMPP Data Forms (XEP-0004_: Data Forms)\n* Web-based interface\n* Incorporates a custom XMPP server (pyjabber)\n* Use any XMPP server\n\nPlugins\n-------\n\n- **spade_bdi** (BDI agents with AgentSpeak):\n - Code: https://github.com/javipalanca/spade_bdi\n - Documentation: https://spade-bdi.readthedocs.io\n- **spade_pubsub** (PubSub protocol for agents):\n - Code: https://github.com/javipalanca/spade_pubsub\n - Documentation: https://spade-pubsub.readthedocs.io\n- **spade_artifact** (Artifacts for SPADE):\n - Code: https://github.com/javipalanca/spade_artifact\n - Documentation: https://spade-artifact.readthedocs.io\n- **spade_norms** (Norms for SPADE):\n - Code: https://github.com/javipalanca/spade_norms\n - Documentation: https://spade-norms.readthedocs.io/\n- **spade_bokeh** (bokeh plots for agents):\n - Code: https://github.com/javipalanca/spade_bokeh\n - Documentation: https://spade-bokeh.readthedocs.io\n\nCredits\n---------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _XMPP: http://www.xmpp.org\n.. _`XEP-0004` : https://xmpp.org/extensions/xep-0004.html\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Smart Python Agent Development Environment",
"version": "4.0.1",
"project_urls": {
"Homepage": "https://github.com/javipalanca/spade",
"Repository": "https://github.com/javipalanca/spade"
},
"split_keywords": [
"spade"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "567fe50984cd87867dd972f1051c930046269b21ed2fae863210584a5b0aa062",
"md5": "8ffc66418922ebc32e99f4f68e2684c3",
"sha256": "b6351a212815d37573c6fb994876bfee327eef414ae7ff0ccb57e84424bbe4a4"
},
"downloads": -1,
"filename": "spade-4.0.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "8ffc66418922ebc32e99f4f68e2684c3",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 36075,
"upload_time": "2024-12-26T15:25:58",
"upload_time_iso_8601": "2024-12-26T15:25:58.038937Z",
"url": "https://files.pythonhosted.org/packages/56/7f/e50984cd87867dd972f1051c930046269b21ed2fae863210584a5b0aa062/spade-4.0.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "44a3c80f690861069d465c1eaef96a9f5d2e9305720b755a7849829b49c6dfc4",
"md5": "3420fddf0c412f73ec130bebf1353bef",
"sha256": "6971fe816f2a89d5417c72074cca5748322c7ba8ea14962c52927d45efb6b926"
},
"downloads": -1,
"filename": "spade-4.0.1.tar.gz",
"has_sig": false,
"md5_digest": "3420fddf0c412f73ec130bebf1353bef",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 875286,
"upload_time": "2024-12-26T15:26:01",
"upload_time_iso_8601": "2024-12-26T15:26:01.188287Z",
"url": "https://files.pythonhosted.org/packages/44/a3/c80f690861069d465c1eaef96a9f5d2e9305720b755a7849829b49c6dfc4/spade-4.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-26 15:26:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "javipalanca",
"github_project": "spade",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "slixmpp",
"specs": [
[
"==",
"1.8.5"
]
]
},
{
"name": "aiohttp",
"specs": [
[
">=",
"3.10.4"
]
]
},
{
"name": "aiohttp_jinja2",
"specs": [
[
"==",
"1.6"
]
]
},
{
"name": "jinja2",
"specs": [
[
"==",
"3.0.3"
]
]
},
{
"name": "jinja2-time",
"specs": [
[
"==",
"0.2.0"
]
]
},
{
"name": "timeago",
"specs": [
[
"==",
"1.0.16"
]
]
},
{
"name": "singletonify",
"specs": [
[
"==",
"0.2.4"
]
]
},
{
"name": "pytz",
"specs": [
[
"==",
"2022.1"
]
]
},
{
"name": "pyjabber",
"specs": [
[
">=",
"0.1.9"
]
]
},
{
"name": "rich",
"specs": [
[
">=",
"13.9.4"
]
]
},
{
"name": "uvloop",
"specs": [
[
">=",
"0.21.0"
]
]
},
{
"name": "winloop",
"specs": [
[
">=",
"0.1.7"
]
]
}
],
"tox": true,
"lcname": "spade"
}