Skip to main content

Message-passing for everyone

Project description

Message-passing for everyone

BETA-RELEASE: 1.2.1

https://github.com/concretecloud/python-chirp

Features

  • Fully automatic connection setup

  • TLS support

    • Connections to 127.0.0.1 and ::1 aren’t encrypted

  • Easy message routing

  • Robust

    • No message can be lost without an error (in sync mode)

  • Very thin API

  • Minimal code-base, all additional features will be implemented as modules in an upper layer

  • Fast

Install

Dependencies

Alpine:       apk add python3-dev libffi-dev libressl-dev libuv-dev
              build-base
Debian-based: apt install python3-dev libffi-dev libssl-dev libuv1-dev
              build-essential
RPM-based:    yum install python3-devel libffi-devel openssl-devel
              libuv-devel gcc
Arch:         pacman -S libffi openssl libuv
OSX:          brew install libffi openssl libuv

pip

If we have wheels for your platform, you don’t need to install any dependencies.

pip install libchirp

setup.py

pip install cffi
python setup.py install

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

libchirp-1.2.1b3.tar.gz (91.1 kB view hashes)

Uploaded Source

Built Distributions

libchirp-1.2.1b3-cp37-cp37m-win_amd64.whl (927.8 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

libchirp-1.2.1b3-cp37-cp37m-win32.whl (597.8 kB view hashes)

Uploaded CPython 3.7m Windows x86

libchirp-1.2.1b3-cp36-cp36m-win_amd64.whl (927.8 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

libchirp-1.2.1b3-cp36-cp36m-win32.whl (597.8 kB view hashes)

Uploaded CPython 3.6m Windows x86

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