Skip to content

Repository files navigation

Quick Start

TODO: Description

Dependencies

Installation

via pip

You can install the latest release via pip:

pip install ape-erpc

via setuptools

You can clone the repository and use setuptools for the most up-to-date version:

git clone https://github.com/ApeWorX/ape-erpc.git
cd ape-erpc
python3 setup.py install

Quick Usage

Configure via ape-config.yaml:

erpc:
  host: https://my-erpc.domain...
  secret: "..." # NOTE: Omit if you don't have one

or pyproject.toml

[tool.ape.erpc]
host = "https://my-erpc.domain..."
secret = "..."  # NOTE: Omit if you don't have one

and then launch using any network combo your erpc instance supports via --network <eco>:<net>:erpc

You can also use `APE_ERPC_HOST=...` and `APE_ERPC_SECRET=...` to set config via environment variables

Development

Please see the contributing guide to learn more how to contribute to this project. Comments, questions, criticisms and pull requests are welcomed.

About

Ape plugin for working with eRPC

Resources

Contributing

Security policy

Stars

1 star

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Used by

Contributors

Languages