Remove neoFS from README

Signed-off-by: Aleksei Chetaev <alex.chetaev@gmail.com>
support/v0.36
Aleksei Chetaev 2023-02-16 15:58:58 +01:00 committed by Julia Kovshova
parent ad8fd930c8
commit 5d2963faea
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Detailed information about registering entrypoints can be found at [setuptools d
The library provides the following primary components:
* `blockchain` - Contains helpers that allow to interact with neo blockchain, smart contracts, gas transfers, etc.
* `cli` - wrappers on top of frostFS command-line tools. These wrappers execute on a shell and provide type-safe interface for interacting with the tools.
* `hosting` - management of infrastructure (docker, virtual machines, services where frostFS is hosted). The library provides host implementation for docker environment (when neoFS services are running as docker containers). Support for other hosts is provided via plugins.
* `hosting` - management of infrastructure (docker, virtual machines, services where frostFS is hosted). The library provides host implementation for docker environment (when frostFS services are running as docker containers). Support for other hosts is provided via plugins.
* `reporter` - abstraction on top of test reporting tool like Allure. Components of the library will report their steps and attach artifacts to the configured reporter instance.
* `shell` - shells that can be used to execute commands. Currently library provides local shell (on machine that runs the code) or SSH shell that connects to a remote machine via SSH.
* `utils` - Support functions.