Skip to content

Commit a6dc340

Browse files
committed
doc: add the list of supported protocols
1 parent 2dda824 commit a6dc340

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ way for communication with OData services.
1111
The goal of this Python module is to hide all OData protocol implementation
1212
details.
1313

14+
## Supported features
15+
16+
- OData V2
17+
1418
## Requirements
1519

1620
- [Python >= 3.6](https://www.python.org/downloads/release/python-368/)

docs/index.rst

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ PyOData: OData for Pythonistas
1717

1818
Python agnostic implementation of OData client library.
1919

20+
Supported features
21+
------------------
22+
23+
- OData V2
24+
2025
Basic usage
2126
-----------
2227

0 commit comments

Comments
 (0)