io == .. automodule:: swak.io .. autoclass:: swak.io.Find :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.Copy :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.DataFrame2Parquet :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.Parquet2DataFrame :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.TomlWriter :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.TomlReader :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.YamlWriter :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.YamlReader :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.YamlParser :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.JsonWriter :members: :special-members: __call__ :show-inheritance: .. autoclass:: swak.io.JsonReader :members: :special-members: __call__ :show-inheritance: Base classes ------------ .. autoclass:: swak.io.Writer :members: :private-members: _uri_from, _managed, _tmp :show-inheritance: .. autoclass:: swak.io.Reader :members: :private-members: _non_root, _managed :show-inheritance: Enums ----- .. autoclass:: swak.io.Storage :show-inheritance: .. autoattribute:: FILE :annotation: = file .. autoattribute:: S3 :annotation: = s3 .. autoattribute:: GCS :annotation: = gcs .. autoattribute:: MEMORY :annotation: = memory .. autoclass:: swak.io.Mode :show-inheritance: .. autoattribute:: WB :annotation: = wb .. autoattribute:: WT :annotation: = wt .. autoclass:: swak.io.Compression :show-inheritance: .. autoattribute:: ZIP :annotation: = zip .. autoattribute:: BZ2 :annotation: = bz2 .. autoattribute:: GZIP :annotation: = gzip .. autoattribute:: LZMA :annotation: = lzma .. autoattribute:: XZ :annotation: = xz .. autoclass:: swak.io.NotFound :show-inheritance: .. autoattribute:: IGNORE :annotation: = ignore .. autoattribute:: WARN :annotation: = warn .. autoattribute:: RAISE :annotation: = raise .. autoclass:: swak.io.Bears :show-inheritance: .. autoattribute:: PANDAS :annotation: = pandas .. autoattribute:: POLARS :annotation: = polars