Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
python3-lazr.restfulclient /
Delete
Unzip
Name
Size
Permission
Date
Action
HACKING.rst
1.1
KB
-rw-r--r--
2018-05-08 16:41
authorizer.standalone.rst.gz
2.66
KB
-rw-r--r--
2018-04-27 20:28
caching.rst.gz
2.9
KB
-rw-r--r--
2018-04-27 20:28
changelog.Debian.gz
1.33
KB
-rw-r--r--
2021-09-18 06:19
collections.rst.gz
1.52
KB
-rw-r--r--
2012-05-31 18:02
copyright
1.91
KB
-rw-r--r--
2021-09-18 06:19
entries.rst.gz
5.59
KB
-rw-r--r--
2018-05-08 16:59
hosted-files.rst.gz
1.39
KB
-rw-r--r--
2012-05-31 18:02
index.rst
1.48
KB
-rw-r--r--
2019-11-04 21:34
operations.rst.gz
1.68
KB
-rw-r--r--
2018-04-27 20:28
retry.standalone.rst
3.98
KB
-rw-r--r--
2018-04-27 20:28
toplevel.rst.gz
2.19
KB
-rw-r--r--
2012-05-31 18:02
Save
Rename
.. This file is part of lazr.restfulclient. lazr.restfulclient is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License. lazr.restfulclient is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with lazr.restfulclient. If not, see <http://www.gnu.org/licenses/>. LAZR restfulclient ****************** A programmable client library that takes advantage of the commonalities among lazr.restful web services to provide added functionality on top of wadllib. Please see https://dev.launchpad.net/LazrStyleGuide and https://dev.launchpad.net/Hacking for how to develop in this package. .. pypi description ends here .. toctree:: :glob: toplevel collections entries operations hosted-files caching authorizer.standalone retry.standalone NEWS .. _Sphinx: http://sphinx.pocoo.org/ .. _Table of contents: http://sphinx.pocoo.org/concepts.html#the-toc-tree Importable ========== The lazr.restfulclient package is importable, and has a version number. >>> import lazr.restfulclient >>> print 'VERSION:', lazr.restfulclient.__version__ VERSION: ...