Skip to main content

A single high-level file operations API for both object stores and local file system.

Project description

Core functions are accessed through the Files class. This is a high-level interface for file operations on your local file system and/or s3 protocol object stores. Internally, appropriate functions will by called based on the type of arguments passed. i.e. s3:// path or /local/path.

from fileflows import Files

Core functions include create, transfer, copy, move, delete, exists, file_size, list_files, parquet_column_names, df_from_csv, df_from_parquet. See core for more details.

Additional functionality specific to s3 protocol object stores can be accessed through the S3 class. See s3 for more details.

from fileflows import S3

Both Files and S3 take an optional S3Cfg object as argument (from fileflows import S3Cfg). S3Cfg contains parameters for the s3 protocol object store you are working with. If no argument is provided, S3Cfg will default to environment variables: s3_endpoint_url (http://localhost:9000 by default), aws_access_key_id, aws_secret_access_key.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fileflows-0.2.6-py3-none-any.whl (7.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page