assemblyline-service-client


Nameassemblyline-service-client JSON
Version 4.5.0.19 PyPI version JSON
download
home_pagehttps://github.com/CybercentreCanada/assemblyline-service-client/
SummaryAssemblyline 4 - Service client
upload_time2024-04-23 19:38:45
maintainerNone
docs_urlNone
authorCCCS Assemblyline development team
requires_pythonNone
licenseMIT
keywords assemblyline automated malware analysis gc canada cse-cst cse cst cyber cccs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Assemblyline 4 - Service Client

The service client fetches tasks from the service server and drops them into a directory. It will then wait for output file(s) produced by the service. This allows the service to run independently in Python3, Python2, Java, C++, etc. A service will monitor a directory for a file with it's associated task.json, will process it and drop a result.json file which the service_client can in turn pick up to send back to the service_server.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CybercentreCanada/assemblyline-service-client/",
    "name": "assemblyline-service-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "assemblyline automated malware analysis gc canada cse-cst cse cst cyber cccs",
    "author": "CCCS Assemblyline development team",
    "author_email": "assemblyline@cyber.gc.ca",
    "download_url": null,
    "platform": null,
    "description": "# Assemblyline 4 - Service Client\n\nThe service client fetches tasks from the service server and drops them into a directory. It will then wait for output file(s) produced by the service. This allows the service to run independently in Python3, Python2, Java, C++, etc. A service will monitor a directory for a file with it's associated task.json, will process it and drop a result.json file which the service_client can in turn pick up to send back to the service_server.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Assemblyline 4 - Service client",
    "version": "4.5.0.19",
    "project_urls": {
        "Homepage": "https://github.com/CybercentreCanada/assemblyline-service-client/"
    },
    "split_keywords": [
        "assemblyline",
        "automated",
        "malware",
        "analysis",
        "gc",
        "canada",
        "cse-cst",
        "cse",
        "cst",
        "cyber",
        "cccs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4030f00c37478310a86a5ae7a86cf479c1f206de4675573baebb92572f751107",
                "md5": "0ca25edfd3f39caf1fe33821cca777cc",
                "sha256": "332e85d3a83038b817ad7a2087de89752288c4e60b7996bee4351ed61ccadb6f"
            },
            "downloads": -1,
            "filename": "assemblyline_service_client-4.5.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ca25edfd3f39caf1fe33821cca777cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9705,
            "upload_time": "2024-04-23T19:38:45",
            "upload_time_iso_8601": "2024-04-23T19:38:45.499460Z",
            "url": "https://files.pythonhosted.org/packages/40/30/f00c37478310a86a5ae7a86cf479c1f206de4675573baebb92572f751107/assemblyline_service_client-4.5.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 19:38:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CybercentreCanada",
    "github_project": "assemblyline-service-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "assemblyline-service-client"
}
        
Elapsed time: 0.26493s