Metadata-Version: 2.1
Name: neofs-testlib-plugin-sbercloud
Version: 0.2.0
Summary: NeoFS testlib plugin providing host management functionality for cloud provider Sbercloud
Author-email: NSPCC <info@nspcc.ru>
License: GNU General Public License v3 (GPLv3)
Project-URL: Homepage, https://github.com/nspcc-dev/neofs-testlib-plugin-sbercloud
Keywords: neofs,test
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# neofs-testlib-plugin-sbercloud
The plugin is used as extension of neoFS testlib. Plugin allows to control neoFS services hosted on virtual machines in cloud provider Sbercloud.

## Installation
Plugin can be installed via pip:
```shell
$ pip install neofs-testlib-plugin-sbercloud
```

## Contributing
Any contributions to the plugin should conform to the [contribution guideline](https://github.com/nspcc-dev/neofs-testlib/blob/master/CONTRIBUTING.md).
