GithubHelp home page GithubHelp logo

wavycloud / pyboto3 Goto Github PK

View Code? Open in Web Editor NEW
94.0 8.0 24.0 9.3 MB

Pythonic Interface for AWS boto3 that gives you autocomplete on every service

Home Page: https://blog.wavycloud.com/boto3-pyboto3-autocomplete/

License: MIT License

Python 100.00%
autocomplete boto3 aws-boto3 pycharm

pyboto3's Introduction

pyboto3 interface stubs

Pythonic Interface for AWS boto3 that gives you autocomplete on all AWS services

The code is not to be imported. you can only use it as a typehint for autocomplete in pycharm.

This package will minimize the time you have to look for AWS documentation online. You shouldn't leave your coding environment.

Screenshots

Ctrl+Space

Ctrl+Space Autocomplete Image

Ctrl+Q

Ctrl+Q Documentation

Installation

pip install pyboto3

Usage

import boto3
s3 = boto3.client('s3')
""" :type : pyboto3.s3 """
# s3. -> will give you autocomplete for s3 methods in pycharm

enjoy autocomplete and navigate to class to read documentation from S3 class code

Update services to latest version

  • Clone repo
  • Install virtual environment
cd <repo source>
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
  • Run boto3_interface_generator
cd pyboto3
python boto3_interface_generator.py
  • Add new & modified files to git

Release Instructions

python setup.py sdist
twine upload dist/*

Contributing

We need your help! The code needs work and testing to make it friendly with python 3 and other systems. Feel free to test, commit and push changes!

Issues

The package have been tested on Python 2.7 only

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.