rdstest


Namerdstest JSON
Version 0.0.2 PyPI version JSON
download
home_page
Summarytest
upload_time2023-03-31 05:31:16
maintainer
docs_urlNone
authorTanmay Varade
requires_python
license
keywords python compare rds parameter group aws devops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# comparerdspg

Under construction! Still you can use!

Developed by Tanmay Varade

This project help to compare your RDS parameter group with their default.

## Examples of How To Use
Make sure you export your AWS credential to terminal
### Compare one or more RDS instance parameter group

```python
import comparerdspg

comparerdspg.customcompareclusterpg(["rds-instance-pg-1","rds-instance-pg-1",,"rds-instance-pg-n"], "aws-region")
# provide name of only custom RDS instance parameter name.
```

### Compare one or more RDS instance parameter group

```python
import comparerdspg

comparerdspg.customcompareinstancepg(["rds-cluster-pg-1","rds-cluster-pg-1",,"rds-cluster-pg-n"], "aws-region")
# provide name of only custom RDS cluster parameter name.
```

### Compare all the custom RDS instance parameter group with specific family.

```python
import comparerdspg

comparerdspg.compareinstancerdspg("aws-region","family-name")

# family-name = aurora-mysql5.7 if you wants to copare all instance parameter group having default family aurora-mysql5.7

# If you wants to store output in file provide filename argument to above function. 

comparerdspg.compareinstancerdspg("aws-region","family-name", "file-name")
```


### Compare all the custom RDS cluster parameter group with specific family.

```python
import comparerdspg

comparerdspg.compareclusterrdspg("aws-region","family-name")

# family-name = aurora-mysql5.7 if you wants to copare all cluster parameter group having default family aurora-mysql5.7

# If you wants to store output in file provide filename argument to above function. 

comparerdspg.compareclusterrdspg("aws-region","family-name", "file-name")
```

```python
import comparerdspg

comparerdspg.compareclusterrdspg("aws-region","family-name")

# family-name = aurora-mysql5.7 if you wants to copare all cluster parameter group having default family aurora-mysql5.7

# If you wants to store output in file provide filename argument to above function. 

comparerdspg.compareclusterrdspg("aws-region","family-name", "file-name")
```

## If you get error for pandas module use below command to install
```
python3 -m pip install pandas
```



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "rdstest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,compare,RDS,parameter,group,AWS,devops",
    "author": "Tanmay Varade",
    "author_email": "<tanmayvarade235@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/ee/4e/63eab19268510fe79a7b82cfe08709227ae6cf3c557e2e1d4b8590dd0c67/rdstest-0.0.2.tar.gz",
    "platform": null,
    "description": "\n# comparerdspg\n\nUnder construction! Still you can use!\n\nDeveloped by Tanmay Varade\n\nThis project help to compare your RDS parameter group with their default.\n\n## Examples of How To Use\nMake sure you export your AWS credential to terminal\n### Compare one or more RDS instance parameter group\n\n```python\nimport comparerdspg\n\ncomparerdspg.customcompareclusterpg([\"rds-instance-pg-1\",\"rds-instance-pg-1\",,\"rds-instance-pg-n\"], \"aws-region\")\n# provide name of only custom RDS instance parameter name.\n```\n\n### Compare one or more RDS instance parameter group\n\n```python\nimport comparerdspg\n\ncomparerdspg.customcompareinstancepg([\"rds-cluster-pg-1\",\"rds-cluster-pg-1\",,\"rds-cluster-pg-n\"], \"aws-region\")\n# provide name of only custom RDS cluster parameter name.\n```\n\n### Compare all the custom RDS instance parameter group with specific family.\n\n```python\nimport comparerdspg\n\ncomparerdspg.compareinstancerdspg(\"aws-region\",\"family-name\")\n\n# family-name = aurora-mysql5.7 if you wants to copare all instance parameter group having default family aurora-mysql5.7\n\n# If you wants to store output in file provide filename argument to above function. \n\ncomparerdspg.compareinstancerdspg(\"aws-region\",\"family-name\", \"file-name\")\n```\n\n\n### Compare all the custom RDS cluster parameter group with specific family.\n\n```python\nimport comparerdspg\n\ncomparerdspg.compareclusterrdspg(\"aws-region\",\"family-name\")\n\n# family-name = aurora-mysql5.7 if you wants to copare all cluster parameter group having default family aurora-mysql5.7\n\n# If you wants to store output in file provide filename argument to above function. \n\ncomparerdspg.compareclusterrdspg(\"aws-region\",\"family-name\", \"file-name\")\n```\n\n```python\nimport comparerdspg\n\ncomparerdspg.compareclusterrdspg(\"aws-region\",\"family-name\")\n\n# family-name = aurora-mysql5.7 if you wants to copare all cluster parameter group having default family aurora-mysql5.7\n\n# If you wants to store output in file provide filename argument to above function. \n\ncomparerdspg.compareclusterrdspg(\"aws-region\",\"family-name\", \"file-name\")\n```\n\n## If you get error for pandas module use below command to install\n```\npython3 -m pip install pandas\n```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "test",
    "version": "0.0.2",
    "split_keywords": [
        "python",
        "compare",
        "rds",
        "parameter",
        "group",
        "aws",
        "devops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6061275271256e7320c32663817434ff4d76a0b8c3765f6196979b5775b1ccb0",
                "md5": "b28dcf63e2f31e4f8a5c63082e273e72",
                "sha256": "a0250d9f6290157c16d93c809ca7bd0e596e3353f8c4552fdeb4c96e18dbb0bf"
            },
            "downloads": -1,
            "filename": "rdstest-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b28dcf63e2f31e4f8a5c63082e273e72",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2018,
            "upload_time": "2023-03-31T05:31:14",
            "upload_time_iso_8601": "2023-03-31T05:31:14.247994Z",
            "url": "https://files.pythonhosted.org/packages/60/61/275271256e7320c32663817434ff4d76a0b8c3765f6196979b5775b1ccb0/rdstest-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee4e63eab19268510fe79a7b82cfe08709227ae6cf3c557e2e1d4b8590dd0c67",
                "md5": "a408d61a3e8bcdf0e14e84e0a339e77c",
                "sha256": "e73d7adaaf4a00d9dde26e6ed3bf2a2cbb2988276533147b806b2f20fb6de377"
            },
            "downloads": -1,
            "filename": "rdstest-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a408d61a3e8bcdf0e14e84e0a339e77c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2161,
            "upload_time": "2023-03-31T05:31:16",
            "upload_time_iso_8601": "2023-03-31T05:31:16.772188Z",
            "url": "https://files.pythonhosted.org/packages/ee/4e/63eab19268510fe79a7b82cfe08709227ae6cf3c557e2e1d4b8590dd0c67/rdstest-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-31 05:31:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "rdstest"
}
        
Elapsed time: 0.05680s