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

Implement support for asyncio. #251

Merged
merged 4 commits into from Nov 24, 2016
Merged

Implement support for asyncio. #251

merged 4 commits into from Nov 24, 2016

Commits on Nov 24, 2016

  1. Implement support for asyncio.

    This adds an optional AsyncTransport class which only works for
    Python 3.5. Code is heavily inspired by the pull-request from
    chrisimcevoy (see #207)
    mvantellingen committed Nov 24, 2016
    Copy the full SHA
    211c552 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7654686 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ea59e22 View commit details
    Browse the repository at this point in the history
  4. Use aiohttp to fetch external wsdl/xsd files.

    This is for now a blocking call to make the integration easier.
    mvantellingen committed Nov 24, 2016
    Copy the full SHA
    fde7fe7 View commit details
    Browse the repository at this point in the history