Registry / devops / ansys-api-tools-filetransfer

ansys-api-tools-filetransfer

JSON →
library0.2.0pypypiunverified

Autogenerated Python gRPC interface package for file transfer operations in Ansys tools. Currently at version 0.2.0, requires Python >=3.10. Part of the Ansys SDK ecosystem, providing the low-level gRPC stubs for file transfer services.

pip install ansys-api-tools-filetransfer
INSTALL
IMPORT
SIG · ANSYS-API-TOOLS-FI
A
ansys-api-tools-filetransfer
devopspythonv0.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FileTransferStub
from ansys.api.tools.filetransfer.v0 import filetransfer_pb2_grpc as ft_grpc
from ansys.api.tools.filetransfer.v0 import filetransfer_pb2_grpc as ft_grpc

Basic usage to create a gRPC channel and stub, then call the Ping method.

import grpc import os from ansys.api.tools.filetransfer.v0 import filetransfer_pb2 as ft_pb2 from ansys.api.tools.filetransfer.v0 import filetransfer_pb2_grpc as ft_grpc # Create channel (replace with actual server address) channel = grpc.insecure_channel('localhost:50051') stub = ft_grpc.FileTransferStub(channel) # Make a simple request (e.g., ping) response = stub.Ping(ft_pb2.Empty()) print(response)
Debug
Known issues
gotchaThe package is autogenerated and exposes low-level gRPC stubs. It is not intended for direct use by end-users; rather, it is a dependency for higher-level Ansys Python packages like PyAEDT or PyAnsys.
fix
Do not use this package directly unless you are building custom integrations. Use the higher-level packages (e.g., pyaedt) that wrap the stubs.
affects: all
breakingThe gRPC service definition may change between minor versions without backward compatibility. There is no promise of API stability for the underlying protobuf messages.
fix
Pin the exact version of this package if you depend on it directly, and be prepared to update client code when upgrading.
affects: 0.x
deprecatedThe package uses the v0 subpackage path (e.g., ansys.api.tools.filetransfer.v0). Future versions may move to different version subpath or change the service name.
fix
Watch the GitHub repository for migration guides.
affects: 0.x
Upgrade
Version history
0.2.0latest on PyPI · released Mar 3, 2026
Audit
Dependencies
grpciorequiredRequired for gRPC communication
protobufrequiredRequired for protocol buffer message handling
Agent activity
29 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
ansys-api-tools-filetransfer — pip install ansys-api-tools-filetransfer · libregistry