{ "info": { "author": "PR3R00T", "author_email": "PR3R00T@protonmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# SNDBOX-LIGHT-API\nA Light wrapper for the SNDBOX Rest API written in Python3.\nThis wrapper can be used to communicate to the SNDBOX exposed Rest API to all for the submissions of samples to the platform.\nAs per the documentation found at: https://app.sndbox.com/docs/api The wrapper allows for the three functions:\n\n Search - Search the database for a md5hash.\n Submit - Submit a sample to the platform.\n Metadata - Gather information about a uploaded file.\n\nIn order to use the API you must first obtain a API Key, This is found by registering a account with SNDBOX(https://app.sndbox.com/register)\nThen navigating to the profile section.\n\nBelow are the requirements for each function:\n\n search(apikey='123',md5hash='1bed6d8bdf2c1b7fd5e6badc08e7634a')\n submit(apikey='123',file='testsample.docx',email=False) \n metadata(apikey='123',id='12345-33422-23134-122')\n\nProviding all input is correct each function returns the full raw response from the SNDBOX Rest API.\n\nthis package relies on requests to make its calls, Please install requests with: \n\n pip install requests\n\nYou can also install this package via pip with: \n\n pip install sndboxapi\n\nimport the package into your code with:\n\n from sndbox import sndboxapi\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PR3R00T/SNDBOX-LIGHT-API", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sndboxapi", "package_url": "https://pypi.org/project/sndboxapi/", "platform": "", "project_url": "https://pypi.org/project/sndboxapi/", "project_urls": { "Homepage": "https://github.com/PR3R00T/SNDBOX-LIGHT-API" }, "release_url": "https://pypi.org/project/sndboxapi/3.0/", "requires_dist": null, "requires_python": "", "summary": "A Python Wrapper for the SNDBOX Rest API", "version": "3.0" }, "last_serial": 5244605, "releases": { "3.0": [ { "comment_text": "", "digests": { "md5": "436e9318c5728c5219fe9d316101714c", "sha256": "60cf8ab7617343eab5c08ec2a0e9993c0372fc165f3abbe42ac9f95d678e1756" }, "downloads": -1, "filename": "sndboxapi-3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "436e9318c5728c5219fe9d316101714c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4049, "upload_time": "2019-05-08T14:35:33", "url": "https://files.pythonhosted.org/packages/f1/5c/4cebdbe78c54058e9265b8807169c765b94d487376714aa65c81aa0abf3e/sndboxapi-3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f3631d3e81f3a4675f42101d67d97940", "sha256": "ddfcd566eba1e7455aa861d33521c4b3a77b11b6f1dbfdaa8acbc0b59e9ea9e0" }, "downloads": -1, "filename": "sndboxapi-3.0.tar.gz", "has_sig": false, "md5_digest": "f3631d3e81f3a4675f42101d67d97940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2783, "upload_time": "2019-05-08T14:35:35", "url": "https://files.pythonhosted.org/packages/f9/16/c38e75bcfec92ff7a94af8d1a7eb972a85cd808b8c50e48851e01bf2b03a/sndboxapi-3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "436e9318c5728c5219fe9d316101714c", "sha256": "60cf8ab7617343eab5c08ec2a0e9993c0372fc165f3abbe42ac9f95d678e1756" }, "downloads": -1, "filename": "sndboxapi-3.0-py3-none-any.whl", "has_sig": false, "md5_digest": "436e9318c5728c5219fe9d316101714c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4049, "upload_time": "2019-05-08T14:35:33", "url": "https://files.pythonhosted.org/packages/f1/5c/4cebdbe78c54058e9265b8807169c765b94d487376714aa65c81aa0abf3e/sndboxapi-3.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f3631d3e81f3a4675f42101d67d97940", "sha256": "ddfcd566eba1e7455aa861d33521c4b3a77b11b6f1dbfdaa8acbc0b59e9ea9e0" }, "downloads": -1, "filename": "sndboxapi-3.0.tar.gz", "has_sig": false, "md5_digest": "f3631d3e81f3a4675f42101d67d97940", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2783, "upload_time": "2019-05-08T14:35:35", "url": "https://files.pythonhosted.org/packages/f9/16/c38e75bcfec92ff7a94af8d1a7eb972a85cd808b8c50e48851e01bf2b03a/sndboxapi-3.0.tar.gz" } ] }