{ "info": { "author": "Martin Simon", "author_email": "me@martinsimon.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# ![icon](https://raw.githubusercontent.com/barnumbirr/ares/master/doc/ares.png) ares\n\n[![PyPi Version](http://img.shields.io/pypi/v/ares.svg)](https://pypi.python.org/pypi/ares/)\n\n**ares** is an APACHE licensed library written in Python providing an easy to use wrapper around https://cve.circl.lu.\nThis library has been tested with Python 2.7.x and Python 3.6.x.\n\n## Installation:\n\nFrom source use\n\n $ python setup.py install\n\nor install from PyPi\n\n $ pip install ares\n\n## Documentation:\n\n- **`GET /api/browse/`**\n- **`GET /api/browse/vendor`**\n\n```python\n>>> from ares import CVESearch\n>>> cve = CVESearch()\n>>> cve.browse()\n```\n\n- **`GET /api/search/vendor/product`**\n\n```python\n>>> cve.search('microsoft/office')\n```\n\n- **`GET /api/cveid/cveid`**\n\n```python\n>>> cve.id('CVE-2014-0160')\n```\n\n- **`GET /api/last`**\n\n```python\n>>> cve.last()\n```\n\n- **`GET /api/dbInfo`**\n\n```python\n>>> cve.dbinfo()\n```\n\n## License:\n\n```\nCopyright 2014-2018 Martin Simon\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n```\n\n## Buy me a coffee?\n\nIf you feel like buying me a coffee (or a beer?), donations are welcome:\n\n```\nBTC : 1BNFXHPNRtg7LrLUmQWwPUwzoicUi3uP8Q\nETH : 0xd061B7dD794F6EB357bf132172ce06D1B0E5b97B\nBCH : qpcmv8vstulfhgdf29fd8sf2g769sszscvaktty2rv\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/barnumbirr/ares", "keywords": "CVE,cybersecurity,vulnerability,circl.lu", "license": "Apache v2.0 License", "maintainer": "", "maintainer_email": "", "name": "ares", "package_url": "https://pypi.org/project/ares/", "platform": "", "project_url": "https://pypi.org/project/ares/", "project_urls": { "Bug Reports": "https://github.com/barnumbirr/ares/issues", "Buy me a coffee": "https://github.com/barnumbirr/ares#buy-me-a-coffee", "Homepage": "https://github.com/barnumbirr/ares" }, "release_url": "https://pypi.org/project/ares/0.5/", "requires_dist": null, "requires_python": "", "summary": "Python wrapper around https://cve.circl.lu.", "version": "0.5" }, "last_serial": 3898170, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8487501dc2b6cd1904fcda8daccf4319", "sha256": "dbf243d1a714cb0f8886aff849f1f90c892f5af46e61df23edc3cf1e65582b80" }, "downloads": -1, "filename": "ares-0.1.tar.gz", "has_sig": false, "md5_digest": "8487501dc2b6cd1904fcda8daccf4319", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2491, "upload_time": "2015-09-05T16:22:02", "url": "https://files.pythonhosted.org/packages/fc/2e/8138a9ad845cb76f6e5acf2c0d156653fb1f60371258c3b9a647105d0636/ares-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5213849f4fc20eb567fa847f8d76842d", "sha256": "a8e68fc649fd4c6ec59d84ad6b498e496f5dc5c86089addd244b3d01bc0e2448" }, "downloads": -1, "filename": "ares-0.1.1.tar.gz", "has_sig": false, "md5_digest": "5213849f4fc20eb567fa847f8d76842d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2489, "upload_time": "2015-09-05T20:31:40", "url": "https://files.pythonhosted.org/packages/06/2c/7e7dcfee12df309e0581a5a777a4a921bdf6d7729a9d57f7bb7540cc802a/ares-0.1.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0220e67ddf1cc34f7193effcf5d94e59", "sha256": "c149d2fd491211f6ea17eb1fccde45b745f21b5ef334a297d47c1f9f9dabc35a" }, "downloads": -1, "filename": "ares-0.2.tar.gz", "has_sig": false, "md5_digest": "0220e67ddf1cc34f7193effcf5d94e59", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2810, "upload_time": "2016-03-29T09:33:04", "url": "https://files.pythonhosted.org/packages/5e/73/5ddf7a925af8f315fb4457a3c0018596a001437900458e96245ef72e6532/ares-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "e0dab60de2b35f6236e38bca8278fbcf", "sha256": "7fe4a0b1696bc0817a6c21955a17667260e6283e4accb08c8c613ff532f5f523" }, "downloads": -1, "filename": "ares-0.3.tar.gz", "has_sig": false, "md5_digest": "e0dab60de2b35f6236e38bca8278fbcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2861, "upload_time": "2017-03-14T10:49:11", "url": "https://files.pythonhosted.org/packages/eb/1d/5a6e87d0def7eaa205067c5b02cd0f20a0a49fefd16bd0bfab0ef993e45c/ares-0.3.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "48c9040fe21745bf4a640690c4de24bf", "sha256": "08016aa9a2276921a1d27cc37019823e6b90dfd6fbf0780e64323c1bb7928d0a" }, "downloads": -1, "filename": "ares-0.5.tar.gz", "has_sig": false, "md5_digest": "48c9040fe21745bf4a640690c4de24bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3317, "upload_time": "2018-05-25T09:23:31", "url": "https://files.pythonhosted.org/packages/22/7f/55f719df113204089c7c7d580b205f9604bcb539f5585becbff7700a4bf6/ares-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "48c9040fe21745bf4a640690c4de24bf", "sha256": "08016aa9a2276921a1d27cc37019823e6b90dfd6fbf0780e64323c1bb7928d0a" }, "downloads": -1, "filename": "ares-0.5.tar.gz", "has_sig": false, "md5_digest": "48c9040fe21745bf4a640690c4de24bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3317, "upload_time": "2018-05-25T09:23:31", "url": "https://files.pythonhosted.org/packages/22/7f/55f719df113204089c7c7d580b205f9604bcb539f5585becbff7700a4bf6/ares-0.5.tar.gz" } ] }