Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
faust-streaming / faust / __main__.py
Size: Mime:
"""Command-line entry point."""
# pragma: no cover
from faust.cli.faust import cli

cli()