diff options
Diffstat (limited to 'doc/radosgw/api.rst')
-rw-r--r-- | doc/radosgw/api.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/radosgw/api.rst b/doc/radosgw/api.rst new file mode 100644 index 000000000..c01a3e579 --- /dev/null +++ b/doc/radosgw/api.rst @@ -0,0 +1,14 @@ +=============== +librgw (Python) +=============== + +.. highlight:: python + +The `rgw` python module provides file-like access to rgw. + +API Reference +============= + +.. automodule:: rgw + :members: LibRGWFS, FileHandle + |