Metadata-Version: 1.1
Name: pynetdot
Version: 1.5.1
Summary: Python client for netdot REST API
Home-page: https://github.com/ArnesSI/pynetdot
Author: Matej Vadnjal
Author-email: matej.vadnjal@arnes.si
License: LGPLv3
Description: ========
        pynetdot
        ========
        
        Python client for `netdot <https://osl.uoregon.edu/redmine/projects/netdot>`_
        REST API.
        
        Netdot is an open source tool designed to help network administrators collect,
        organize and maintain network documentation.
        
        This client can query, edit, delete and create objects in a netdot installation
        via it's generic REST API [https://myserver.mydomain.com/netdot/rest/]. It
        exposes an interface similar to that of Django's models.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires: dateutil
Requires: requests
Requires: yaml
Requires: future
