Metadata-Version: 2.4
Name: lazr.restful
Version: 4.0.0
Summary: Publish Python objects as RESTful resources over HTTP.
Maintainer: LAZR Developers
License: LGPL v3
Project-URL: Homepage, https://launchpad.net/lazr.restful
Project-URL: Source, https://code.launchpad.net/lazr.restful
Project-URL: Issue Tracker, https://bugs.launchpad.net/lazr.restful
Project-URL: Documentation, https://lazrrestful.readthedocs.io/en/latest/
Project-URL: Download, https://launchpad.net/lazr.restful/+download
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: COPYING.txt
Requires-Dist: docutils>=0.3.9
Requires-Dist: grokcore.component>=1.6
Requires-Dist: lazr.batchnavigator>=1.2.0.dev0
Requires-Dist: lazr.delegates>=2.0.3
Requires-Dist: lazr.enum
Requires-Dist: lazr.lifecycle
Requires-Dist: lazr.uri
Requires-Dist: martian>=0.11
Requires-Dist: pytz
Requires-Dist: zope.component[zcml]
Requires-Dist: zope.configuration
Requires-Dist: zope.datetime
Requires-Dist: zope.event
Requires-Dist: zope.interface>=3.8.0
Requires-Dist: zope.pagetemplate
Requires-Dist: zope.processlifetime
Requires-Dist: zope.proxy
Requires-Dist: zope.publisher>=6.0.0
Requires-Dist: zope.schema
Requires-Dist: zope.security
Requires-Dist: zope.traversing
Provides-Extra: docs
Requires-Dist: Sphinx; extra == "docs"
Provides-Extra: test
Requires-Dist: testtools; extra == "test"
Requires-Dist: van.testing; extra == "test"
Requires-Dist: zope.testing>=4.6.0; extra == "test"
Requires-Dist: zope.testrunner>=6.6.1; extra == "test"
Provides-Extra: xml
Requires-Dist: lxml; extra == "xml"
Dynamic: license-file

Publish Python objects as RESTful resources over HTTP.

..
    This file is part of lazr.restful.

    lazr.restful 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.restful 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.restful.  If not, see <http://www.gnu.org/licenses/>.

Please see the package README for an introduction. For a quick start,
look at example/wsgi/README.txt within the package.
