{ "info": { "author": "Sean O'Hara", "author_email": "spohara@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "=========\neStreamer\n=========\n\nSourceFire eStreamer python client library\n\nUsage\n^^^^^\nSee the `examples/ `_ directory for an example client\n\nYou need the following:\n\n- Configure SourceFire for the client authentication using this: `http://www.cisco.com/c/en/us/td/docs/security/firesight/540/api/estreamer/EventStreamerIntegrationGuide/ConfiguringEstreamer.html#38601 `_\n\n- Get the SourceFire server certificate (for TLS verification)\n\n\nPlugins\n^^^^^^^\nThe plugin system uses an autoload and auto-unload mechanism in order to add or remove plugins without needing to restart. Simply drop a plugin into the plugins/ directory and it will pick it up and register (and use it). Conversely, remove the plugin from the directory and it will unregister the plugin (and not use it)\n\nTo create plugins, you will need to inherit the **Plugin** class. In addition, you will need to create a class variable (dictionary) named **__info__** that contains:\n\n- **description**: description of the plugin\n- **author**: name of the author (and optionally contact, etc.)\n- **version**: version of the plugin\n- **callback**: the string name of the callback method (the function to be called in your plugin to do its thing)\n\nThe callback function will receive each *record* (alert that is processed)\n\nExample: \n::\n from plugin import Plugin\n \n class YourPlugin(Plugin):\n __info__ = {\n 'description': 'my plugin',\n 'author' : 'my name',\n 'version' : '0.1',\n 'callback' : 'my_function',\n }\n\n def my_function(self, record):\n print(record)", "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/spohara79/estreamer/", "keywords": "sample setuptools development", "license": "Apache Software License", "maintainer": null, "maintainer_email": null, "name": "estreamer", "package_url": "https://pypi.org/project/estreamer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/estreamer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/spohara79/estreamer/" }, "release_url": "https://pypi.org/project/estreamer/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "SourceFire eStream client Python library", "version": "0.1.1" }, "last_serial": 2250475, "releases": { "0.1.0a1": [ { "comment_text": "", "digests": { "md5": "57abdf955e83ca3c68f2305db1a05e20", "sha256": "445a2242aebaeab0e608e8c92d926fd32aa2391c36ff5be139f1d335ff244c75" }, "downloads": -1, "filename": "estreamer-0.1.0a1.tar.gz", "has_sig": false, "md5_digest": "57abdf955e83ca3c68f2305db1a05e20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15374, "upload_time": "2016-07-29T00:09:47", "url": "https://files.pythonhosted.org/packages/61/55/93ff094c98e10dab8e9bf2c00a3ecf2a357cc81a088fb0285f5a7fd20901/estreamer-0.1.0a1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6760d8aadd00e6bc765bf73851d67760", "sha256": "92c57cb3696d9894b5ebc25e84bb92234e0a4015c195791e4bddcc362c1f4812" }, "downloads": -1, "filename": "estreamer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6760d8aadd00e6bc765bf73851d67760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15091, "upload_time": "2016-07-29T02:34:23", "url": "https://files.pythonhosted.org/packages/ad/73/847c72aa0cb3b7e929656ce1486649d7bd59a9b44754bb55ab214367fc05/estreamer-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6760d8aadd00e6bc765bf73851d67760", "sha256": "92c57cb3696d9894b5ebc25e84bb92234e0a4015c195791e4bddcc362c1f4812" }, "downloads": -1, "filename": "estreamer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6760d8aadd00e6bc765bf73851d67760", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15091, "upload_time": "2016-07-29T02:34:23", "url": "https://files.pythonhosted.org/packages/ad/73/847c72aa0cb3b7e929656ce1486649d7bd59a9b44754bb55ab214367fc05/estreamer-0.1.1.tar.gz" } ] }