index.rst 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ..
  2. This file is part of lazr.restfulclient.
  3. lazr.restfulclient is free software: you can redistribute it and/or modify it
  4. under the terms of the GNU Lesser General Public License as published by
  5. the Free Software Foundation, version 3 of the License.
  6. lazr.restfulclient is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  8. or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
  9. License for more details.
  10. You should have received a copy of the GNU Lesser General Public License
  11. along with lazr.restfulclient. If not, see <http://www.gnu.org/licenses/>.
  12. LAZR restfulclient
  13. ******************
  14. A programmable client library that takes advantage of the commonalities among
  15. lazr.restful web services to provide added functionality on top of wadllib.
  16. Please see https://dev.launchpad.net/LazrStyleGuide and
  17. https://dev.launchpad.net/Hacking for how to develop in this
  18. package.
  19. .. pypi description ends here
  20. .. toctree::
  21. :glob:
  22. toplevel
  23. collections
  24. entries
  25. operations
  26. hosted-files
  27. caching
  28. authorizer.standalone
  29. retry.standalone
  30. CONTRIBUTING
  31. NEWS
  32. .. _Sphinx: http://sphinx.pocoo.org/
  33. .. _Table of contents: http://sphinx.pocoo.org/concepts.html#the-toc-tree
  34. Importable
  35. ==========
  36. The lazr.restfulclient package is importable, and has a version number.
  37. >>> import lazr.restfulclient
  38. >>> print 'VERSION:', lazr.restfulclient.__version__
  39. VERSION: ...