perseus-agent-library


Nameperseus-agent-library JSON
Version 1.0.13 PyPI version JSON
download
home_pagehttps://github.com/majormode/perseus-agent-python-library
SummaryPerseus Agent Python Library
upload_time2024-02-22 16:25:41
maintainer
docs_urlNone
authorDaniel CAUNE
requires_python>=3.9,<4.0
licenseSEE LICENSE IN <LICENSE.md>
keywords core library perseus
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Perseus Agent Python Library

Perseus Agent Python Library provides core classes to develop agents (workers) responsible for performing asynchronous tasks in the background.

These components have minimal dependencies on other libraries, so that they can be deployed easily.  In addition, these components will keep their interfaces as stable as possible, so that other Python projects can integrate these components without having to worry about changes in the future.


To install the Perseus Agent Python Library, enter the follow command line:

```bash
$ pipenv install perseus-agent-library
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/majormode/perseus-agent-python-library",
    "name": "perseus-agent-library",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "core,library,perseus",
    "author": "Daniel CAUNE",
    "author_email": "daniel.caune@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/fc/3ccd06c782ca4642db372dd610acc67577bbff0d864f9b12c8ad49cc3741/perseus_agent_library-1.0.13.tar.gz",
    "platform": null,
    "description": "# Perseus Agent Python Library\n\nPerseus Agent Python Library provides core classes to develop agents (workers) responsible for performing asynchronous tasks in the background.\n\nThese components have minimal dependencies on other libraries, so that they can be deployed easily.  In addition, these components will keep their interfaces as stable as possible, so that other Python projects can integrate these components without having to worry about changes in the future.\n\n\nTo install the Perseus Agent Python Library, enter the follow command line:\n\n```bash\n$ pipenv install perseus-agent-library\n```\n",
    "bugtrack_url": null,
    "license": "SEE LICENSE IN <LICENSE.md>",
    "summary": "Perseus Agent Python Library",
    "version": "1.0.13",
    "project_urls": {
        "Homepage": "https://github.com/majormode/perseus-agent-python-library",
        "Repository": "https://github.com/majormode/perseus-agent-python-library"
    },
    "split_keywords": [
        "core",
        "library",
        "perseus"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7d689bd92d086d9ca0aa0ce5f3856667543e377cf621e5e70a5501e44f7ff23",
                "md5": "3734bf0f2b6e2157fdfd7defb90baa1f",
                "sha256": "1ed80b2387d56427bb0589245962f34bef9e8f44d03c6c3809f4a6b0cbecb08d"
            },
            "downloads": -1,
            "filename": "perseus_agent_library-1.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3734bf0f2b6e2157fdfd7defb90baa1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 7780,
            "upload_time": "2024-02-22T16:25:39",
            "upload_time_iso_8601": "2024-02-22T16:25:39.520590Z",
            "url": "https://files.pythonhosted.org/packages/c7/d6/89bd92d086d9ca0aa0ce5f3856667543e377cf621e5e70a5501e44f7ff23/perseus_agent_library-1.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71fc3ccd06c782ca4642db372dd610acc67577bbff0d864f9b12c8ad49cc3741",
                "md5": "af85d836c1d15491ffbb7c742847d304",
                "sha256": "954218614f949720f2f588903b9533c2daaa607c71c954015dc2242f7ccef559"
            },
            "downloads": -1,
            "filename": "perseus_agent_library-1.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "af85d836c1d15491ffbb7c742847d304",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 5503,
            "upload_time": "2024-02-22T16:25:41",
            "upload_time_iso_8601": "2024-02-22T16:25:41.592244Z",
            "url": "https://files.pythonhosted.org/packages/71/fc/3ccd06c782ca4642db372dd610acc67577bbff0d864f9b12c8ad49cc3741/perseus_agent_library-1.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-22 16:25:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "majormode",
    "github_project": "perseus-agent-python-library",
    "github_not_found": true,
    "lcname": "perseus-agent-library"
}
        
Elapsed time: 0.18411s