odata-request-parser

A parser for oData request query strings


License
Other
Install
pip install odata-request-parser==0.2

Documentation

OData request parser

This is a simple parser for OData request query strings for select and filter queries.

Contents

  • src contains the project itself
  • tests contains the tests for the project

FAQ

Why this package?

It appears there was no OData request query string parser available, so we build one