Skip to main content

Python package for MyFunded gRPC API Proto

Project description

MyFunded gRPC API Proto Python Package

This package contains the Python-generated code from the Protocol Buffer definitions for the MyFunded gRPC API.

Installation

You can install this package using pip:

pip install my-funded-grpc-api-proto

To install a specific version:

pip install my-funded-grpc-api-proto==2023.05.15-1234567

Replace 2023.05.15-1234567 with the actual version you want to install.

Usage

After installation, you can import and use the generated classes in your Python code. Here's a basic example:

from my_funded_grpc_api_proto.v1 import trading_pb2, trading_pb2_grpc

# Example: Create a TradingAccountCashBalance message
balance = trading_pb2.TradingAccountCashBalance(
    trading_account_id="123456",
    balance=1000.00,
    realized_pnl=50.00,
    broker="ExampleBroker"
)

# Use the message in your gRPC client code
# ...

Available Modules

The package includes the following modules:

  • my_funded_grpc_api_proto.v1.trading_pb2: Contains message classes
  • my_funded_grpc_api_proto.v1.trading_pb2_grpc: Contains gRPC service classes

(Add more modules as necessary)

Development

This package is automatically generated from the Protocol Buffer definitions in the MyFunded gRPC API Proto repository. If you need to make changes, please submit a pull request to that repository.

License

[Specify your license here]

Contact

For any questions or issues, please open an issue on the GitHub repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

my_funded_grpc_api-0.1.0.tar.gz (2.3 kB view details)

Uploaded Source

Built Distribution

my_funded_grpc_api-0.1.0-py3-none-any.whl (1.9 kB view details)

Uploaded Python 3

File details

Details for the file my_funded_grpc_api-0.1.0.tar.gz.

File metadata

  • Download URL: my_funded_grpc_api-0.1.0.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for my_funded_grpc_api-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bcd2dd9b779074e60d655491f3567fcb75f8941e164bdbccd32ec5bf52184b0b
MD5 f9da1cbb1b52d99a8c671d8799ac8c65
BLAKE2b-256 17294de08788b3c18f9ddb7ccbeccebc96e69221c43531ae306d3eeaa7af9c6c

See more details on using hashes here.

File details

Details for the file my_funded_grpc_api-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for my_funded_grpc_api-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c20528d4e2a746576d7d451b193e4f899e5d0c58d57a4f0df6b758f7a69cddcb
MD5 624e3d1604f0490062ca22ad5ed9c693
BLAKE2b-256 dd23be9237b6dab6083550c8d1c6fc2f603e5fae75bcca2f6c173ab9827a81bc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page