Skip to main content

C++嵌入式Python微服务

C++ embedded Python microservices

1 简介

locapip是一个小型gRPC运行框架,适用于内嵌Python解释器的C++项目。

结合locapic,可与虚幻引擎项目优雅集成

2 服务端

2.1 安装

python -m pip install locapip

2.2 启动

python -m locapip --port 6547 --config CONFIG_JSON

其中,CONFIG_JSON是配置文件的路径,定义启用的protobuf模块及其参数

{
  "test": {},
  "fit_fill": {},
  "explorer": {
    "working_directory": "d:/"
  },
  "your_protobuf_module": {
    "path": "path/to/your_protobuf_module.py"
  }
}

3 客户端

3.1 Python

TODO

3.2 C++

需结合C++接口locapic使用

locapic,借助pybind11的嵌入式Python解释器,提供了一套通用的C++接口使用locapip

TODO

4 自定义模块

服务端和客户端的具体实现方法,请参阅test.py源码,以及 gRPC PythonExamples

服务端和客户端都应能够访问同一版本的protobuf模块,因此配置文件中定义的模块名称和路径应相同

Download files

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

Source Distribution

locapip-0.1.17.tar.gz (32.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

locapip-0.1.17-py3-none-any.whl (42.4 kB view details)

Uploaded Python 3

File details

Details for the file locapip-0.1.17.tar.gz.

File metadata

  • Download URL: locapip-0.1.17.tar.gz
  • Upload date:
  • Size: 32.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for locapip-0.1.17.tar.gz
Algorithm Hash digest
SHA256 a4b46efbfa2f677465b1c91eb70cab6d9c33f2a2c9441bbf9021c66f0809b8e0
MD5 1fbdf44baf75364fd808948dc4185fba
BLAKE2b-256 24ad851c55b052e40e97a282182337df836e947bc03b67077306b3b4292ac2b8

See more details on using hashes here.

File details

Details for the file locapip-0.1.17-py3-none-any.whl.

File metadata

  • Download URL: locapip-0.1.17-py3-none-any.whl
  • Upload date:
  • Size: 42.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

File hashes

Hashes for locapip-0.1.17-py3-none-any.whl
Algorithm Hash digest
SHA256 016b2a4f617f7efcdf1272a06bfba673bb65a7e82a3b9f3df10d6e1182329783
MD5 3e44d27a37d533b5da31889fe2022b23
BLAKE2b-256 60d311c4c1989f6cdcf47281451832965fd4efc22a54427aa0e082086b52b2d7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.17 This release

2 files

0.1.16

2 files

0.1.15

2 files

0.1.14

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page