WSME 0.6.1

Web Service Made Easy (WSME) simplifies the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects.

Project details 0.6.1 on PyPI

What’s New In This Release?

  • Fix error: variable ‘kw’ referenced before assignment
  • Fix default handling for zero values
  • Fixing spelling mistakes
  • A proper check of UuidType
  • pecan: cleanup, use global vars and staticmethod
  • args_from_args() to work with an instance of UserType