MessageFoundry on PyPI
Install MessageFoundry from the Python Package Index (PyPI) with pip install messagefoundry. Releases are versioned and signed.
PyPI hosts the package
PyPI hosts the MessageFoundry package. Python’s pip installer downloads the package and its dependencies.
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 →
Installing MessageFoundry
Installing MessageFoundry is a single line:
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.