steamship.experimental package#

Subpackages#

Module contents#

Experimental Steamship Packages

This module contains experimental Steamship code. It’s intended to serve as a place to store fast-moving experiments that aren’t yet ready for the core Steamship library.

In general, try to avoid introducing new dependencies to requirements.txt, but otherwise use this as a place to try out new metaphors and helper classes!

steamship.experimental.blockify(file: File, mime_type: Optional[MimeTypes] = None) Task[source]#

Scrape a file via URL, returning a File object no matter what.

steamship.experimental.scrape(client: Steamship, url: str, tags: Optional[List[Tag]] = None) File[source]#

Scrape a file via URL, returning a File object no matter what.