servant-py icon indicating copy to clipboard operation
servant-py copied to clipboard

Servant client generators for the Python language

Results 6 servant-py issues
Sort by recently updated
recently updated
newest added

requests is great for synchronous http treq is great for asynchronous http

With the new Async stuff in Python, we should be able to emit client code in servant-py that will utilize `httpx` and asyncio. We can add it here as a...

This library contains a confusingly named `withTypes` Python generator options, but we're not using Python3 type annotations, when it seems like we should be. Add a new style of generating...

Docstring now doesn't contain a `returns:` section, which would make it a little more official. Ideally, we'd include more information about the types of things that go into the functions...

We have a capture in one of our test API endpoints where the variable is named `id`. This is created as a function parameter and passed into the client function....

So, I have been thinking about this library and I think I'd like to make the output functions a little more usable. I had the following ideas: 1. Build Class...