assemblyline-service-server


Nameassemblyline-service-server JSON
Version 4.5.0.9 PyPI version JSON
download
home_pagehttps://github.com/CybercentreCanada/assemblyline-service-server/
SummaryAssemblyline 4 - Service Server
upload_time2024-03-26 15:13:40
maintainerNone
docs_urlNone
authorCCCS Assemblyline development team
requires_pythonNone
licenseMIT
keywords assemblyline malware 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 Server

The service server is a API that the service clients can call to interface with the system. This is the only access the services have to the system as they are completely segregated from the other components.

##### API functionality

Service server provides the following functions via API to the client:

* File download and upload
* Register service to the system
* Get a new task
* Publish results for a task

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CybercentreCanada/assemblyline-service-server/",
    "name": "assemblyline-service-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "assemblyline malware 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 Server\n\nThe service server is a API that the service clients can call to interface with the system. This is the only access the services have to the system as they are completely segregated from the other components.\n\n##### API functionality\n\nService server provides the following functions via API to the client:\n\n* File download and upload\n* Register service to the system\n* Get a new task\n* Publish results for a task\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Assemblyline 4 - Service Server",
    "version": "4.5.0.9",
    "project_urls": {
        "Homepage": "https://github.com/CybercentreCanada/assemblyline-service-server/"
    },
    "split_keywords": [
        "assemblyline",
        "malware",
        "gc",
        "canada",
        "cse-cst",
        "cse",
        "cst",
        "cyber",
        "cccs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7740456d0035d6d12f6880bb8ed47e55c0ad2d9d94b7ab3ed2260622692525cf",
                "md5": "c5e73d10a54835f4f5b983715594ca04",
                "sha256": "00291c6ea09892e207fe833dcedb33487bc56a023f045984bebcfeee852748a2"
            },
            "downloads": -1,
            "filename": "assemblyline_service_server-4.5.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c5e73d10a54835f4f5b983715594ca04",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 18209,
            "upload_time": "2024-03-26T15:13:40",
            "upload_time_iso_8601": "2024-03-26T15:13:40.672413Z",
            "url": "https://files.pythonhosted.org/packages/77/40/456d0035d6d12f6880bb8ed47e55c0ad2d9d94b7ab3ed2260622692525cf/assemblyline_service_server-4.5.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-26 15:13:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CybercentreCanada",
    "github_project": "assemblyline-service-server",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "assemblyline-service-server"
}
        
Elapsed time: 0.23800s