{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: System :: Networking" ], "description": "# Introduction\n\nA python library for interacting with the Trend Deep Security Management API.\n\n\n# Usage\n\nThe `Connection` class is the main entry point. It is designed to be used as a context manager to ensure that the\nconnection is closed cleanly and consistently.\n\nExample:\n\n```\nwith Connection(wsdl, user, pass) as trend:\n for profile in trend.security_profiles.all():\n profile.rules = trend.firewall_rules.by_ids(profile.firewallRules.item)\n```\n\nSee the Trend API documention for more details on the objects and methods available.\n\n# Contributing\n\nMake a fork, fix and send a Pull Request.\n\n# Hacking\n\nCreate a new virtual environment and install the required packages\n\n```\nvirtualenv venv\nsource ./venv/bin/activate\npython setup.py install\n```\n\nRun the unit tests\n\n```\npython -m unittest discover\n```\nor\n```\npython setup.py test\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "trendy", "package_url": "https://pypi.org/project/trendy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/trendy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/trendy/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "A library for interacting with Trend Deep Security API", "version": "0.3.0" }, "last_serial": 1567228, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "febde91d2be95bcce0118fd70103313e", "sha256": "9023d1697f79dfd752c655d6acb0b4a9ee33e10cdaa2378b6f81da7d4a287d03" }, "downloads": -1, "filename": "trendy-0.3.0-py27-none-any.whl", "has_sig": false, "md5_digest": "febde91d2be95bcce0118fd70103313e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9023, "upload_time": "2015-05-29T01:22:45", "url": "https://files.pythonhosted.org/packages/77/2e/31851ecc13701441d994c934c72c50df1bb0a216334dcd188258395f8876/trendy-0.3.0-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "172a0079312be7fa3d27890c9c304ced", "sha256": "61561fa9c9af7508feb7bbadc27f044275db0babf1ff94c42cf43a04a51a83a5" }, "downloads": -1, "filename": "trendy-0.3.0.zip", "has_sig": false, "md5_digest": "172a0079312be7fa3d27890c9c304ced", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7340, "upload_time": "2015-05-29T01:22:40", "url": "https://files.pythonhosted.org/packages/ab/cf/dc90d695e3d9a7c728d3d102f6b9d1e068fe7185550ea0570c7b03094217/trendy-0.3.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "febde91d2be95bcce0118fd70103313e", "sha256": "9023d1697f79dfd752c655d6acb0b4a9ee33e10cdaa2378b6f81da7d4a287d03" }, "downloads": -1, "filename": "trendy-0.3.0-py27-none-any.whl", "has_sig": false, "md5_digest": "febde91d2be95bcce0118fd70103313e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9023, "upload_time": "2015-05-29T01:22:45", "url": "https://files.pythonhosted.org/packages/77/2e/31851ecc13701441d994c934c72c50df1bb0a216334dcd188258395f8876/trendy-0.3.0-py27-none-any.whl" }, { "comment_text": "", "digests": { "md5": "172a0079312be7fa3d27890c9c304ced", "sha256": "61561fa9c9af7508feb7bbadc27f044275db0babf1ff94c42cf43a04a51a83a5" }, "downloads": -1, "filename": "trendy-0.3.0.zip", "has_sig": false, "md5_digest": "172a0079312be7fa3d27890c9c304ced", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7340, "upload_time": "2015-05-29T01:22:40", "url": "https://files.pythonhosted.org/packages/ab/cf/dc90d695e3d9a7c728d3d102f6b9d1e068fe7185550ea0570c7b03094217/trendy-0.3.0.zip" } ] }