__init__.py 294 B

123456
  1. """Python interfaces for YT system.
  2. YT is reliable and performant distributed storage and computation platform.
  3. There are Python interfaces for low level YT client API: binding to C++ Driver API, wrapper for HTTP-interface and
  4. some pretty "binaries" for interactive usage in command line.
  5. """