GithubHelp home page GithubHelp logo

Comments (4)

ezh avatar ezh commented on June 27, 2024

I find boto3_interface_generator.py. Is there something like 'how to start' brief introduction?

from pyboto3.

gehadshaat avatar gehadshaat commented on June 27, 2024

Hey Alexey,

This is just a interface definition to help you with auto complete. The
code is already generated for you.

You use boto3 as usual but u just add type hint to it, I know it works for
PyCharm. So after installing pyboto3 you do the following

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

The project need more work as I would love to switch to using the JSON for
interface generation. Would love it if you are interested in contributing.
let me know if you have any question.

On Fri, Oct 7, 2016 at 5:12 AM, Alexey Aksenov [email protected]
wrote:

I find boto3_interface_generator.py. Is there something like 'how to
start' brief introduction?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#1 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGa43pHXOwXFWXItehExqoZ8ZAgm8cuQks5qxjcbgaJpZM4KQ9WP
.

Regards,
Gehad Shaat

from pyboto3.

ezh avatar ezh commented on June 27, 2024

I clearly understand this. And this is not acceptable for me. I want to be sure that I use the latest (or the specific, by date) API (may be tagged in git, with specific virtualenv, etc...). So I'm interested in generation part of this project. If such thing is out of scope, please excuse me for bother.

from pyboto3.

gehadshaat avatar gehadshaat commented on June 27, 2024

You will still use the latest API. The generation should work fine.

Call this function to generate all the services
generate_all_services_code(dir_path)

On Oct 7, 2016, at 10:48 AM, Alexey Aksenov [email protected] wrote:

I clearly understand this. And this is not acceptable for me. I want to be sure that I use the latest (or the specific, by date) API (may be tagged in git, with specific virtualenv, etc...). So I'm interested in generation part of this project. If such thing is out of scope, please excuse me for bother.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

from pyboto3.

Related Issues (5)

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.