Metadata-Version: 2.1
Name: loginator
Version: 0.0.13
Summary: A rudimentary command line tool to help you download logs and other files from S3
Home-page: https://github.com/PeteXC/Loginator
Author: Peter Chai
Author-email: peterchai2008@hotmail.co.uk
License: UNKNOWN
Keywords: logs aws loginator aws-s3 s3 bucket
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: boto3 (==1.21.35)
Requires-Dist: click (==8.1.2)
Requires-Dist: setuptools (==60.10.0)
Requires-Dist: yaspin (==2.1.0)

# Loginator
 This is a rudimentary tool that will help you extract logs or other files stored in S3

 ## Installation

 ```
 pip install loginator
 ```

 ## Use
 Make sure you are logged in in an AWS account in your environment

 See instructions with:

 ```
 loginator --help
 ```

 ## Examples

 ```
 loginator example_bucket_name --prefix /2022/01/01 --out example_bucket_logs.gz
 ```


