Metadata-Version: 2.1
Name: netlab
Version: 22.5.0
Summary: NETLAB+ VE SDK for Python
Home-page: https://www.netdevgroup.com/
License: MIT
Keywords: netlab,development,netlab,ndg
Author: Aaron Schif
Author-email: aschif@netdevgroup.com
Requires-Python: >=3.9.0,<4
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: packaging (>=21.3)
Requires-Dist: rich (>=13.8.1,<14.0.0)
Requires-Dist: tabulate (>=0.8,<0.9)
Requires-Dist: typing-extensions (>=4.12.2,<5.0.0)
Project-URL: NDG Products, https://www.netdevgroup.com/products/
Description-Content-Type: text/markdown

# OVERVIEW

[![pipeline status](https://gitlab.netdevgroup.com/dev/netlab-ve-api-py/badges/master/pipeline.svg)](https://gitlab.netdevgroup.com/dev/netlab-ve-api-py/-/pipelines?scope=all&ref=master)
[![coverage report](https://gitlab.netdevgroup.com/dev/netlab-ve-api-py/badges/master/coverage.svg)](https://gitlab.netdevgroup.com/dev/netlab-ve-api-py/-/commits/master)
[![downloads](https://img.shields.io/endpoint?url=https://ndg.tech/api/badges/netlab-py-latest/)](https://portal.netdevgroup.com/staff/tech/url/netlab-py-latest)
[![python versions](https://shields.io/badge/python-3.7%20|%203.8%20|%203.9%20|%203.10-brightgreen)](https://gitlab.netdevgroup.com/dev/netlab-ve-api-py/-/blob/master/tox.ini)

The goal of this project is to provide a mechanism for NETLAB+ administrators to
programatically manage his or her NETLAB+ appliance.

Python is the language of choice for creating API calls directly to NETLAB+.
With this package you will be able to manipulate (add/create, update, delete,
get/list) user's, pod's, classes, vm's, reservations and more.


# INSTALL

    pip install https://ndg.tech/netlab-py-latest


# LICENSE

MIT License

Copyright (c) 2017 Network Development Group, Inc

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and
to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of
the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

