Skip to main content

RocketMQ Python Client

Project description

The Python Implementation of Apache RocketMQ Client

English | 简体中文 | RocketMQ Website

Overview

Here is the Python implementation of the client for Apache RocketMQ. Different from the remoting-based client, the current implementation is based on separating architecture for computing and storage, which is the more recommended way to access the RocketMQ service.

Here are some preparations you may need to know (or refer to here).

  1. Python 3.7 is the minimum version required, Python 3.10 is the recommended version.
  2. Setup namesrv, broker, and proxy.

Getting Started

We are using Poetry as the dependency management & publishing tool. You can find out more details about Poetry from its website. Here is the related command of Poetry you may use for development.

# Create a virtual environment and activate it.
poetry env use python3
# Installs the project dependencies.
poetry install
# Spawns a shell within the virtual environment.
poetry shell

We use pytest as the testing framework for the current project, and you can execute pytest directly to run all tests.

Publishing Steps

We utilize PyPI to help users easily introduce and use the Python client in their projects. To publish a package to PyPI, please register an account in advance, then execute the following command.

# Builds a package, as a tarball and a wheel by default.
poetry build
# Publishes a package to a remote repository.
poetry publish -u username -p password

Current Progress

  • Protocol layer code generation is completed.
  • Partial completion of rpc_client.py.

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

rocketmq_yue-0.1.0.tar.gz (44.4 kB view details)

Uploaded Source

Built Distribution

rocketmq_yue-0.1.0-py3-none-any.whl (70.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: rocketmq_yue-0.1.0.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.8.18 Windows/10

File hashes

Hashes for rocketmq_yue-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d5dfe0721746a3559c1881981a28e3ceda73827cb78dc6398cdebad071298fe9
MD5 1ada18a74b4c8cd6dcc4bcba4652c8bf
BLAKE2b-256 20362ba029863326f1f1986ea77b09a8123848a76aa59c4fd12238be53db068d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: rocketmq_yue-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 70.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.6.1 CPython/3.8.18 Windows/10

File hashes

Hashes for rocketmq_yue-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 210af1afd46858079f7a1fe3a8ad748adf8412f29b28de66d18b5461ee063acb
MD5 53855ccc4d78e06dd385c3061b963d57
BLAKE2b-256 16d20fa24a7c009be9af50bd1e48f69b41342af1d705ed7239e9a733dd74856c

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