Metadata-Version: 1.1
Name: sasquatch
Version: 0.0.0
Summary: A mini-language for expressing complex s3 operations from a cli
Home-page: https://github.com/tmacro/s4
Author: Taylor McKinnon
Author-email: mail@tmacs.space
License: UNKNOWN
Description: # Sasquatch
        
        A mini-language for specifying complex s3 API operations in a concise manner.
        
        ```
            > sq 'ls:mymedia | gr:.*\.mp4$ | cp:mymp4s'
              Copying mymedia/hello_world.mp4....Done
              Copying mymedia/sasquatch_sighting!.mp4....
        
        ```
        
Keywords: s3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
