{ "info": { "author": "Niklas Fiekas", "author_email": "niklas.fiekas@tu-clausthal.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Other", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development", "Topic :: Software Development :: Interpreters", "Topic :: Software Development :: Libraries" ], "description": "Jason-style AgentSpeak for Python\n=================================\n\nA Python-based interpreter for the agent-oriented programming language JASON.\n\nSetup\n-----\n\n.. code::\n\n pip install agentspeak\n\nHello world\n-----------\n\n.. code::\n\n !hello_world.\n\n +!hello_world <-\n .print(\"Hello world!\").\n\nUsage\n-----\n\nRun a standalone agent program:\n\n.. code::\n\n $ python -m agentspeak examples/hello_world.asl\n\nRun an interactive console:\n\n.. code::\n\n $ python -m agentspeak\n\nSee :code:`examples/embedded` for an example that interfaces with custom\nPython code.\n\nJason compability\n-----------------\n\npython-agentspeak should be mostly equivalent to Jason_.\n\n* Plan annotations are ignored as of yet.\n* Standard library does not yet contain syntactic transformations with\n :code:`{begin ...}` and :code:`{end}`.\n* Standard library does not yet contain introspective and plan-manipulation\n actions.\n* Jason 2.0 fork join operators not yet supported.\n* Literals are only comparable if they have the same signature.\n\n.. _Jason: http://jason.sourceforge.net/\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/niklasf/python-agentspeak", "keywords": "jason multi agent simulation agent-speak", "license": "GPL3", "maintainer": "", "maintainer_email": "", "name": "agentspeak", "package_url": "https://pypi.org/project/agentspeak/", "platform": "", "project_url": "https://pypi.org/project/agentspeak/", "project_urls": { "Homepage": "https://github.com/niklasf/python-agentspeak" }, "release_url": "https://pypi.org/project/agentspeak/0.1.0/", "requires_dist": [ "colorama" ], "requires_python": "", "summary": "JASON-style AgentSpeak for Python.", "version": "0.1.0" }, "last_serial": 5387657, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4d7ac81eb6a91d8cbcaf5292a369bde5", "sha256": "0230f1bd2848490b1da030d16e776123bc991d6bedfdee14c9b2f880e4f89f26" }, "downloads": -1, "filename": "agentspeak-0.1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "4d7ac81eb6a91d8cbcaf5292a369bde5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58782, "upload_time": "2019-06-11T18:15:07", "url": "https://files.pythonhosted.org/packages/67/e3/6d95798efad2aedf357d8a213e61bb46115a4e7d8cba9d74a6d811041eae/agentspeak-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1a06bb7ef4ef51490d768b37654f922", "sha256": "9f3f98da0e137862dbd76f329bf96018680cfa7fc2c6f14cd7375112ab10dbd1" }, "downloads": -1, "filename": "agentspeak-0.1.0.tar.gz", "has_sig": true, "md5_digest": "d1a06bb7ef4ef51490d768b37654f922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54499, "upload_time": "2019-06-11T18:15:10", "url": "https://files.pythonhosted.org/packages/1a/ec/cf9c8217eea0f62a97c56a139c1ee5ba94f22da34864eab48b49f2bb466f/agentspeak-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d7ac81eb6a91d8cbcaf5292a369bde5", "sha256": "0230f1bd2848490b1da030d16e776123bc991d6bedfdee14c9b2f880e4f89f26" }, "downloads": -1, "filename": "agentspeak-0.1.0-py3-none-any.whl", "has_sig": true, "md5_digest": "4d7ac81eb6a91d8cbcaf5292a369bde5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58782, "upload_time": "2019-06-11T18:15:07", "url": "https://files.pythonhosted.org/packages/67/e3/6d95798efad2aedf357d8a213e61bb46115a4e7d8cba9d74a6d811041eae/agentspeak-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d1a06bb7ef4ef51490d768b37654f922", "sha256": "9f3f98da0e137862dbd76f329bf96018680cfa7fc2c6f14cd7375112ab10dbd1" }, "downloads": -1, "filename": "agentspeak-0.1.0.tar.gz", "has_sig": true, "md5_digest": "d1a06bb7ef4ef51490d768b37654f922", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54499, "upload_time": "2019-06-11T18:15:10", "url": "https://files.pythonhosted.org/packages/1a/ec/cf9c8217eea0f62a97c56a139c1ee5ba94f22da34864eab48b49f2bb466f/agentspeak-0.1.0.tar.gz" } ] }