{ "info": { "author": "A10 Networks", "author_email": "support@a10networks.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet" ], "description": "# A10 Networks Python Client SDK\n\nA10 github repos:\n\n- [a10sdk-python](https://github.com/a10networks/a10sdk-python) - Full featured AxAPI client.\n- [acos-client](https://github.com/a10networks/acos-client) - Alternate AxAPI client.\n\n## Usage\n\nIn order to get a session ID for continued use we need to create a `DeviceProxy` object. The DeviceProxy class requires the hostname/IP, port, username, and password.\n\n```python\nfrom a10sdk.common.device_proxy import DeviceProxy\ndp = DeviceProxy(host=\"10.48.5.181\", port=443, username=\"admin\", password=\"a10\")\n```\n\n#### Example setting up an SLB:\n\nTo utilize the sdk you must import the modules for the objects you would like to manage.\n\n```python\nfrom a10sdk.core.slb.slb_virtual_server import VirtualServer\nvs = VirtualServer(name='s1', ip_address=\"1.1.1.1\", DeviceProxy=dp)\nvs.create()\n```\n\n## Contributing\n\n1. Fork it ( http://github.com/a10networks/a10sdk-python/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request", "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/a10networks/a10sdk-python", "keywords": "a10 axapi acos adc slb load balancer", "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "a10sdk", "package_url": "https://pypi.org/project/a10sdk/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/a10sdk/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/a10networks/a10sdk-python" }, "release_url": "https://pypi.org/project/a10sdk/4.0.1.214/", "requires_dist": null, "requires_python": null, "summary": "A10 Networks ACOS Python SDK", "version": "4.0.1.214" }, "last_serial": 2703216, "releases": { "4.0.0.528": [ { "comment_text": "", "digests": { "md5": "c671acbc8e36f9a61a1b5b1f73952152", "sha256": "5c8035bc27580e3065f4e357be9d6a60a95a058bc037821eaa5c7c915c6627b0" }, "downloads": -1, "filename": "a10sdk-4.0.0.528.tar.gz", "has_sig": false, "md5_digest": "c671acbc8e36f9a61a1b5b1f73952152", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 504698, "upload_time": "2014-12-09T23:10:37", "url": "https://files.pythonhosted.org/packages/b9/71/b130d56a35137e32c03797736dc29ec18b1a34326da46f70ac0fc506588f/a10sdk-4.0.0.528.tar.gz" } ], "4.0.1.214": [ { "comment_text": "", "digests": { "md5": "584e9be2ed149819bf9394989d2a678c", "sha256": "f7a310501708e3d424725f54eb4caa4d2c57aad5e095924b79917e0157649450" }, "downloads": -1, "filename": "a10sdk-4.0.1.214.tar.gz", "has_sig": false, "md5_digest": "584e9be2ed149819bf9394989d2a678c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 687699, "upload_time": "2017-03-13T18:26:46", "url": "https://files.pythonhosted.org/packages/a3/6a/ba8af6ae8311c670efc057295650e776ea1b01e9253f9f37481a4cd88d44/a10sdk-4.0.1.214.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "584e9be2ed149819bf9394989d2a678c", "sha256": "f7a310501708e3d424725f54eb4caa4d2c57aad5e095924b79917e0157649450" }, "downloads": -1, "filename": "a10sdk-4.0.1.214.tar.gz", "has_sig": false, "md5_digest": "584e9be2ed149819bf9394989d2a678c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 687699, "upload_time": "2017-03-13T18:26:46", "url": "https://files.pythonhosted.org/packages/a3/6a/ba8af6ae8311c670efc057295650e776ea1b01e9253f9f37481a4cd88d44/a10sdk-4.0.1.214.tar.gz" } ] }