Metadata-Version: 2.1
Name: lpsds
Version: 0.15.1
Summary: Helper functions for data science projects.
Home-page: https://github.com/rctorres/fast-ds
Author: Rodrigo Coura Torres
Author-email: torres.rc@gmail.com
Project-URL: Bug Tracker, https://github.com/rctorres/fast-ds/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# fast-ds

## Helper functions for data science projects

Common tools for data science projects.

You must set the following environment variables:

## LPSDS_HANDLER

This variable defines which file handler to use. It can have 2 values:

* LocalFileHandler: for files located in your local machine.
* S3FileHandler: for files located in an S3 bucket. You must have your AWS access tokens properly set for that.

## LPSDS_BUCKET

A base directory (if using LocalFileHandler) or the S3 bucket (if using S3FileHandler) that will be used as base point for input and output operations. The value should not have "S3://" in case it is a S3 bucket. Just the bucket name will do.
