{ "info": { "author": "Roberto Abdelkader Mart\u00ednez P\u00e9rez", "author_email": "robertomartinezp@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Topic :: Security" ], "description": "cuckooapi\n=========\n\nClient for Cuckoo's REST API.\n\nInstallation |Version| |Coverage| |TravisCI|\n--------------------------------------------\n\n.. code-block:: bash\n\n $ pip install cuckooapi\n\n\nUsage example\n-------------\n\n.. code-block:: python\n\n >>> from cuckooapi import CuckooAPI\n >>> api=CuckooAPI('http://cuckoohost:8090')\n >>> response=api.cuckoo_status.get()\n >>> response.data\n {u'hostname': u'cuckoohost',\n u'machines': {u'available': 18, u'total': 18},\n u'tasks': {u'completed': 76,\n u'pending': 0,\n u'reported': 48268,\n u'running': 0,\n u'total': 48636},\n u'version': u'1.0-dev'}\n >>> response.data['tasks']['pending']\n 0\n >>> response.data['tasks']['running']\n 0\n\nEndpoint Reference\n------------------\n\nhttps://github.com/cuckoobox/cuckoo/blob/master/docs/book/src/usage/api.rst\n\n.. |TravisCI| image:: https://travis-ci.org/nilp0inter/cuckooapi.svg\n :target: https://travis-ci.org/nilp0inter/cuckooapi\n\n.. |Version| image:: https://pypip.in/version/cuckooapi/badge.png\n :target: https://pypi.python.org/pypi/cuckooapi/\n :alt: Latest Version\n\n.. |Coverage| image:: https://coveralls.io/repos/nilp0inter/cuckooapi/badge.png\n :target: https://coveralls.io/r/nilp0inter/cuckooapi\n\n\nNews\n====\n\n1.0.0\n-----\n\n* Endpoint list synced with current Cuckoo stable version (1.1).\n\n0.0.1\n-----\n\n* Initial release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/nilp0inter/cuckooapi", "keywords": "cuckoo api drest", "license": "LGPLv3", "maintainer": null, "maintainer_email": null, "name": "cuckooapi", "package_url": "https://pypi.org/project/cuckooapi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/cuckooapi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/nilp0inter/cuckooapi" }, "release_url": "https://pypi.org/project/cuckooapi/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Cuckoo REST API client for Python.", "version": "1.0.0" }, "last_serial": 1090521, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "6f22b3c67fa312c2041a6ca250feb709", "sha256": "de37e08c7c8953c40797bdba1d46ca7cdb8cdf45a8b51c825a383d19ab8fa542" }, "downloads": -1, "filename": "cuckooapi-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6f22b3c67fa312c2041a6ca250feb709", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3098, "upload_time": "2014-05-13T08:45:59", "url": "https://files.pythonhosted.org/packages/4f/ec/6c7689ea1b06ae17a6c984977f3ff10101a8518d6c08040e3eeb89d0922e/cuckooapi-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6f22b3c67fa312c2041a6ca250feb709", "sha256": "de37e08c7c8953c40797bdba1d46ca7cdb8cdf45a8b51c825a383d19ab8fa542" }, "downloads": -1, "filename": "cuckooapi-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6f22b3c67fa312c2041a6ca250feb709", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3098, "upload_time": "2014-05-13T08:45:59", "url": "https://files.pythonhosted.org/packages/4f/ec/6c7689ea1b06ae17a6c984977f3ff10101a8518d6c08040e3eeb89d0922e/cuckooapi-1.0.0.tar.gz" } ] }