Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Python Examples and Integrate With Current Framework #46

Open
12 tasks
davidvonthenen opened this issue Feb 27, 2023 · 0 comments
Open
12 tasks

Create Python Examples and Integrate With Current Framework #46

davidvonthenen opened this issue Feb 27, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@davidvonthenen
Copy link
Contributor

Feature Request

This issue captures design and implementation for creating Python examples in this repo. The intent is to create a "mirrored" version of the node.js examples, but for Python users, developers, etc. This requires putting code into the folder examples/python, modifying scripts for execution, and ensuring that a parameter-less or "it just runs" option is the default run method.

Here is a list of requirements for this body of work:

  • Creating code in examples/python folder which contains the following API examples in order of importance:
    • async-upload examples
    • async-url examples
    • streaming examples using WebSockets
    • management examples
    • telephony examples
  • Modifying the run-example.sh to include:
    • checks to make sure python is configured properly
    • co-exists with the node.js example using the same "main" entry point script at the root of the repo
    • help to guide via examples individuals to executing either the node.js or python examples
    • Re-factor the script to fork between using a examples/node/run-example.sh and examples/python/run-example.sh
  • Modify the README to include instructions, etc

Describe alternatives you've considered

NA

Additional context

NA

@davidvonthenen davidvonthenen added enhancement New feature or request help wanted Extra attention is needed labels Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant