forked from kelvinlow117/rdp-python3
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ivansim
committed
May 28, 2020
1 parent
06e5fc4
commit 3156686
Showing
1 changed file
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,32 @@ | ||
============= | ||
rdp-python3 | ||
============= | ||
[![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/) | ||
|
||
**Description:** | ||
|
||
Docker for python 3 | ||
|
||
## 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 |