Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansim committed May 28, 2020
1 parent 06e5fc4 commit c94f9c9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 7 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
[![Ubuntu 20.10](https://img.shields.io/badge/ubuntu-20.10-orange.svg)](https://github.com/tianon/docker-brew-ubuntu-core/blob/451851eab04432157249eb444d5a42714e2a7112/groovy/Dockerfile) [![Python 3.8.3](https://img.shields.io/badge/python-3.8.3-blue.svg)](https://www.python.org/downloads/release/python-383/)

## rdp-python3

#### Description
Ubuntu docker for python 3.

#### File included
1. **switchRole.sh**- returns a set of temporary security credentials that you can use to access AWS resources
- Parameter
- DEV_AWS_ROLE
- AWS_REGION_SG
2. **getParamStore.sh**- get all the parameters from the respective aws parameter store
- Parameter
- IT_PARAMSTORE
- FRONTEND_PARAMSTORE

#### Python package installed
1. **autopep8**- automatically formats Python code to conform to the PEP 8 style guide.
2. **awscli**- unified command line interface to Amazon Web Services.
3. **boto3**- Amazon Web Services (AWS) Software Development Kit (SDK) for Python
4. **coverage**- measures code coverage
5. **jq**- JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.
6. **pandas**- data analysis and manipulation tool, built on top of the Python programming language.
7. **pylint**- source-code, bug and quality checker for the Python programming language
8. **requests**- make HTTP requests simpler and more human-friendly.
9. **s3pypi**- CLI for creating a Python Package Repository in an S3 bucket
10. **setuptools**- easily download, build, install, upgrade, and uninstall Python packages
11. **sphinx**- documentation generator written and used by the Python community.
12. **sphinx-rtd-theme**- read the Docs theme for Sphinx
7 changes: 0 additions & 7 deletions README.rst

This file was deleted.

0 comments on commit c94f9c9

Please sign in to comment.