Skip to content

etos/faust

Repository files navigation

Stream processing

Build status coverage BSD License faust can be installed via wheel Supported Python versions. Support Python implementations.

Version:1.0.0
Web:http://faust.readthedocs.org/
Download:http://pypi.python.org/pypi/faust
Source:http://github.com/robinhoodmarkets/faust
Keywords:KEYWORDS

About

# I'm too lazy to edit the defaults.

Installation

You can install faust either via the Python Package Index (PyPI) or from source.

To install using pip,:

$ pip install -U faust

Downloading and installing from source

Download the latest version of faust from http://pypi.python.org/pypi/faust

You can install it by doing the following,:

$ tar xvfz faust-0.0.0.tar.gz
$ cd faust-0.0.0
$ python setup.py build
# python setup.py install

The last command must be executed as a privileged user if you are not currently using a virtualenv.

Using the development version

With pip

You can install the latest snapshot of faust using the following pip command:

$ pip install https://github.com/robinhoodmarkets/faust/zipball/master#egg=faust

About

Python Stream Processing

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Other 1.1%