Early Access · beta. Help test and shape the 1.0 release. Where the project stands →

Install · PyPI

MessageFoundry on PyPI

Install MessageFoundry from the Python Package Index (PyPI) with pip install messagefoundry. Releases are versioned and signed.

New to PyPI?

PyPI hosts the package

PyPI hosts the MessageFoundry package. Python’s pip installer downloads the package and its dependencies.

Why it matters

Install a versioned release

Pin a release for repeatable installs and verify its build records before deployment.

One command

Run pip install messagefoundry to fetch the package and its dependencies. You do not need to clone or build the source.

Versioned & pinnable

Pin a release with messagefoundry==X.Y.Z to install the same package build in each environment.

Signed & verifiable

Each release wheel has a Sigstore signature, build records, and a software bill of materials. Use these to check its source and contents. How releases are signed & attested →

How to install

Installing MessageFoundry

Installing MessageFoundry is a single line:

terminal
pip install messagefoundry

After installing, follow the quickstart to run the engine. Before deployment, check release signatures and build records.

Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation.

See MessageFoundry on PyPI

The project page lists package versions and release history.