Installation

pip install aiosfstream

Install extras

aiosfstream defines several groups of optional requirements:

  • tests for running unit tests
  • docs for building the documentation
  • dev for creating a complete development enviroment

Any combination of these options can be specified during installation.

pip install aiosfstream[tests,docs,dev]