Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fileflows

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fileflows

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

  • 0.2.6
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc