레이블이 boto3인 게시물을 표시합니다. 모든 게시물 표시
레이블이 boto3인 게시물을 표시합니다. 모든 게시물 표시

2020/02/27

PyCharm boto3 autocomplete

1. Install mypy
$ pip install -U mypy

2. Install PyCharm mypy plugin
- Plugins > Marketplace > Mypy

3. Set path to mypy in mypy plugin settings
- Preferences > Mypy > Path (And Test)

4. Install boto3-stubs with boto3 services you use
$ python -m pip install 'boto3-stubs[s3,athena]'



참고 :
https://pypi.org/project/boto3-stubs/#installation