Metadata-Version: 2.1
Name: s3pcmd
Version: 0.1.2
Summary: S3P command line tool
Home-page: https://github.com/felixgao/S3PCmd.git
Author: Felix Gao
License: http://www.apache.org/licenses/LICENSE-2.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: boto3 (>=1.3.1)
Requires-Dist: pytz (>=2016.4)
Requires-Dist: loguru (>=0.3.0)
Requires-Dist: boto3-type-annotations (>=0.3.1)

# S3P Command

S3 Parametrized Command is a subset of S3 command that supports basic date parametrization.

Many use of S3 is to produce/archieve data in the following format
S3://BUCKET_NAME/PATH/TO/DATA/YYYY-MM-DD/
or
S3://BUCKET_NAME/PATH/TO/YYYY-MM-DD_HH-MM-SS/DATA/

To operate on top these patterns this utility allows you to easily copy, move, remove those dataset by replacing the YYYY-MM-DD with {DATEID} or YYYY-MM-DD_HH-MM-SS with {DATETIMEID}.  

Additional simple arithemtics are allowed such as {DATEID-1} for previoues day or {DATEID+1} for next day.

Similiarly, the {DATETIMEID} also operate the same for previous day or next day computation.




