{"id":20110681,"url":"https://github.com/dell/python-powerstore","last_synced_at":"2025-04-10T04:58:26.081Z","repository":{"id":37093140,"uuid":"261738648","full_name":"dell/python-powerstore","owner":"dell","description":"Python library for Dell PowerStore","archived":false,"fork":false,"pushed_at":"2025-02-25T03:17:41.000Z","size":551,"stargazers_count":17,"open_issues_count":8,"forks_count":13,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-03T01:11:07.812Z","etag":null,"topics":["ansible","dell","powerstore","python","sdk","storage"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dell.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-06T11:30:38.000Z","updated_at":"2025-02-25T03:17:47.000Z","dependencies_parsed_at":"2024-02-27T11:34:34.437Z","dependency_job_id":"48fc4c67-e5d9-4098-a708-2943fdc23ff6","html_url":"https://github.com/dell/python-powerstore","commit_stats":{"total_commits":74,"total_committers":10,"mean_commits":7.4,"dds":0.7297297297297297,"last_synced_commit":"782e597dd14dad7a0f9abdb1162e6936bbe1d882"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fpython-powerstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fpython-powerstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fpython-powerstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fpython-powerstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dell","download_url":"https://codeload.github.com/dell/python-powerstore/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248161264,"owners_count":21057554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","dell","powerstore","python","sdk","storage"],"created_at":"2024-11-13T18:13:15.198Z","updated_at":"2025-04-10T04:58:26.055Z","avatar_url":"https://github.com/dell.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyPowerStore\nPyPowerStore is a python library which lets you manage Dell PowerStore.\n\n\n## Installation\n\n### PyPowerStore can be installed from pypi.org using below mentioned command:\n        \n        pip install PyPowerStore==\u003cpypowerstore_version\u003e\n\n        'pypowerstore_version' needs to be replaced with actual version. \n\n### PyPowerStore can be installed from the source code in github using below mentioned steps:\n  \n  i) go to the root of the project where setup.py file is present, and execute:\n\n        pip install .\n\n## Examples\n\nThe examples for the library are available under 'ProgrammersGuideExamples' folder.\n\n```\nfrom PyPowerStore import powerstore_conn\n\nconn = powerstore_conn.PowerStoreConn('user',\n                                      'password',\n                                      'IP',\n                                      False)\n\n\nvolume_create = conn.provisioning.create_volume(name='foo',\n                                                size=1073741824)\nall_replication_rules = conn.protection.get_replication_rules()\nall_networks = conn.config_mgmt.get_networks()\n\n```\n\n\n## Documentation\n\nThe library docs are available under 'docs' folder.\n\n\n## Requirements\n\nThis library uses python's \"requests\" library.\n\nPyPowerStore officially supports Python 3.10, 3.11 and 3.12.\n\n\n## Support\n\nPyPowerStore is supported by Dell and is provided under the terms of the license attached to the source code.\nFor any setup, configuration issues, questions or feedback, join the [Dell Automation community](https://www.dell.com/community/Automation/bd-p/Automation).\nFor any Dell storage issues, please contact Dell support at: https://www.dell.com/support.\nFor clarity, Dell does not provide support for any source code modifications.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fpython-powerstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdell%2Fpython-powerstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fpython-powerstore/lists"}