Metadata-Version: 2.1
Name: aws-rds
Version: 0.0.1b0
Summary: Manage AWS RDS tokens
Home-page: https://github.com/gigitsu/aws-rds
Author: Luigi Clemente
Author-email: luigi.clemente@gsquare.it
License: MIT
Keywords: aws rds db auth token  db_auth_token generate_db_auth_token
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: pyperclip

aws-rds: Easily manage your AWS RDS token
=================================================================================================

Installation:
-------------
Option 1
```sh
$ pip install aws-rds
```

Option 2
```sh
1. Clone this repo
2. $ python setup.py install
```



