Metadata-Version: 2.1
Name: yangsuite-restconf
Version: 2.1.0.post0.dev35
Summary: RESTCONF protocol
Home-page: https://developer.cisco.com/yangsuite
Author: Michael Ott
Author-email: yangsuite-support-ext@cisco.com
License: Cisco End User License Agreement
Requires-Python: >=3.6,<3.9
License-File: LICENSE.txt
Requires-Dist: yangsuite (>=2.8.0)
Requires-Dist: yangsuite-filemanager (<2.0.0,>=1.4.0)
Requires-Dist: yangsuite-yangtree (>=2.0.0)
Requires-Dist: yangsuite-devices (<3.0.0,>=2.0.0)
Requires-Dist: djproxy (>=2.3.4)

yangsuite-restconf
==================

RESTCONF- protocol for communicating with YANG defined interfaces (RFC 8040)
https://tools.ietf.org/html/rfc8040

=========== ===============================
Author      Michael Ott
Maintainers yangsuite-support-ext@cisco.com
=========== ===============================

RESTCONF is the REST sister of the NETCONF protocol and uses all the normal
REST calls over HTTP/S protocol.  GET, PATCH, POST, PUT, and DELETE.  It
must follow all the strict rules defined in dozens of HTTP/S related RFC’s.

Requires Python 3.6 or above.
