Metadata-Version: 2.1
Name: onl-edu
Version: 0.5
Summary: onl for education 2023 By USTC
Home-page: https://github.com/onl/OpenNetLab-Edu
Author: zdszero
Author-email: dingzifeng8@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/onl/OpenNetLab-Edu/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

<h1 align="center">onl library</h1>

## Introduction

onl is a library which is built for network education. It can be regarded as a simplified version of ns3 which is written in python.
You can build up network expirements for education using this library.

For more details, see [this site](https://opennetlab.github.io/OpenNetLab-Edu-Doc/html/index.html)

## Installation

```
python3 -m pip install .
```


