spade-norms


Namespade-norms JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/javipalanca/spade_norms
SummarySPADE Normative Plugin
upload_time2024-09-05 10:33:51
maintainerNone
docs_urlNone
authorJavi Palanca
requires_python>=3.8
licenseMIT license
keywords spade_norms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ===========
SPADE Norms
===========


.. image:: https://img.shields.io/pypi/v/spade_norms.svg
        :target: https://pypi.python.org/pypi/spade_norms

.. image:: https://img.shields.io/pypi/pyversions/spade_norms.svg
    :target: https://pypi.python.org/pypi/spade_norms

.. image:: https://img.shields.io/pypi/l/spade_norms
    :target: https://opensource.org/licenses/MIT
    :alt: MIT License

.. image:: https://pepy.tech/badge/spade_norms
    :target: https://pepy.tech/project/spade_norms
    :alt: Downloads

.. image:: https://readthedocs.org/projects/spade-norms/badge/?version=latest
        :target: https://spade-norms.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status

.. image:: https://img.shields.io/pypi/format/spade_norms.svg
    :target: https://pypi.python.org/pypi/spade_norms


SPADE Normative Plugin


* Free software: MIT license
* Documentation: https://spade-norms.readthedocs.io.


Features
--------

* Extension for SPADE_ providing normative capabilities
* Enables the development of agents that are norm aware
* Computes before an agent performs an action whether it is allowed or not
* Easy engine override of the core engines to customize the behaviour

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
.. _SPADE: https://spade-mas.readthedocs.io/en/latest/readme.html

Installation and debug of plugin: https://stackoverflow.com/a/19048754


=======
History
=======

0.1.4 (2024-09-05)
------------------

* Added User Interface
* Updated SPADE version to 3.3.2
* Upgraded aiohttp to 3.10.5

0.1.3 (2023-09-15)
------------------

* Rewards and penalties changed to be callbacks.
* NormativeResponse arrays renamed.
* New example showing callbacks.

0.1.2 (2023-09-14)
------------------

* Agent added to inference method so it can access all agent's parameters once it's overridden.
* Changes in documentation to improve readability and reproductibility.

0.1.1 (2023-07-21)
------------------

* Fixed import bug.

0.1.0 (2023-07-12)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/javipalanca/spade_norms",
    "name": "spade-norms",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "spade_norms",
    "author": "Javi Palanca",
    "author_email": "jpalanca@dsic.upv.es",
    "download_url": "https://files.pythonhosted.org/packages/f4/5f/2ef2f7d9ac0fae3dde3d23c974d4a1f36b10f21d7902505a5bff17353ad6/spade_norms-0.1.4.tar.gz",
    "platform": null,
    "description": "===========\nSPADE Norms\n===========\n\n\n.. image:: https://img.shields.io/pypi/v/spade_norms.svg\n        :target: https://pypi.python.org/pypi/spade_norms\n\n.. image:: https://img.shields.io/pypi/pyversions/spade_norms.svg\n    :target: https://pypi.python.org/pypi/spade_norms\n\n.. image:: https://img.shields.io/pypi/l/spade_norms\n    :target: https://opensource.org/licenses/MIT\n    :alt: MIT License\n\n.. image:: https://pepy.tech/badge/spade_norms\n    :target: https://pepy.tech/project/spade_norms\n    :alt: Downloads\n\n.. image:: https://readthedocs.org/projects/spade-norms/badge/?version=latest\n        :target: https://spade-norms.readthedocs.io/en/latest/?version=latest\n        :alt: Documentation Status\n\n.. image:: https://img.shields.io/pypi/format/spade_norms.svg\n    :target: https://pypi.python.org/pypi/spade_norms\n\n\nSPADE Normative Plugin\n\n\n* Free software: MIT license\n* Documentation: https://spade-norms.readthedocs.io.\n\n\nFeatures\n--------\n\n* Extension for SPADE_ providing normative capabilities\n* Enables the development of agents that are norm aware\n* Computes before an agent performs an action whether it is allowed or not\n* Easy engine override of the core engines to customize the behaviour\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _SPADE: https://spade-mas.readthedocs.io/en/latest/readme.html\n\nInstallation and debug of plugin: https://stackoverflow.com/a/19048754\n\n\n=======\nHistory\n=======\n\n0.1.4 (2024-09-05)\n------------------\n\n* Added User Interface\n* Updated SPADE version to 3.3.2\n* Upgraded aiohttp to 3.10.5\n\n0.1.3 (2023-09-15)\n------------------\n\n* Rewards and penalties changed to be callbacks.\n* NormativeResponse arrays renamed.\n* New example showing callbacks.\n\n0.1.2 (2023-09-14)\n------------------\n\n* Agent added to inference method so it can access all agent's parameters once it's overridden.\n* Changes in documentation to improve readability and reproductibility.\n\n0.1.1 (2023-07-21)\n------------------\n\n* Fixed import bug.\n\n0.1.0 (2023-07-12)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "SPADE Normative Plugin",
    "version": "0.1.4",
    "project_urls": {
        "Homepage": "https://github.com/javipalanca/spade_norms"
    },
    "split_keywords": [
        "spade_norms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e1f7f8be534af36a58213e863dd79cb897e77980457bf6fe7e4f21ecb0e8530",
                "md5": "15ddc9fc7f3d9f5f14619444e645be47",
                "sha256": "157643d694baaf1d54e5cbae7358b13c5df1392e10cd8654a49fa248c214b7fb"
            },
            "downloads": -1,
            "filename": "spade_norms-0.1.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "15ddc9fc7f3d9f5f14619444e645be47",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 15365,
            "upload_time": "2024-09-05T10:33:49",
            "upload_time_iso_8601": "2024-09-05T10:33:49.459897Z",
            "url": "https://files.pythonhosted.org/packages/6e/1f/7f8be534af36a58213e863dd79cb897e77980457bf6fe7e4f21ecb0e8530/spade_norms-0.1.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f45f2ef2f7d9ac0fae3dde3d23c974d4a1f36b10f21d7902505a5bff17353ad6",
                "md5": "1b51ad43524105a167a3392510e2c2a3",
                "sha256": "34319f41c64fe3e0ce9063893b9f6e7067554da21fef025f52842d7dd57585c4"
            },
            "downloads": -1,
            "filename": "spade_norms-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1b51ad43524105a167a3392510e2c2a3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 30905,
            "upload_time": "2024-09-05T10:33:51",
            "upload_time_iso_8601": "2024-09-05T10:33:51.309414Z",
            "url": "https://files.pythonhosted.org/packages/f4/5f/2ef2f7d9ac0fae3dde3d23c974d4a1f36b10f21d7902505a5bff17353ad6/spade_norms-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 10:33:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "javipalanca",
    "github_project": "spade_norms",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "tox": true,
    "lcname": "spade-norms"
}
        
Elapsed time: 2.26198s