X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=README.md;h=f37712f94a61dd082be8976ea3f971b12353a80a;hp=1042a7ff9f1a5e56158343cc6e6b5b04dc1b06e1;hb=ee693dc9996b1076fef78f53983195577e574970;hpb=a5d41da5c5e8cd4108c4acddb91b8d4b609e171c diff --git a/README.md b/README.md index 1042a7f..f37712f 100755 --- a/README.md +++ b/README.md @@ -2,29 +2,34 @@ # Distributed Cloud Emulator -## Lead Developers +### Lead Developers The following lead developers are responsible for this repository and have admin rights. They can, for example, merge pull requests. - * Manuel Peuster (mpeuster) * Steven Van Rossem (stevenvanrossem) +### Environment +* Python 2.7 +* Latest [Containernet](https://github.com/mpeuster/containernet) installed on the system + ### Dependencies -* needs the latest [Dockernet](https://github.com/mpeuster/dockernet) to be installed on the system -* pyaml -* zerorpc -* tabulate -* argparse -* networkx -* six>=1.9 -* ryu -* oslo.config -* pytest -* pytest-runner -* Flask -* flask_restful -* requests -* docker-py +* pyaml (public domain) +* zerorpc (MIT) +* tabulate (public domain) +* argparse (Python software foundation license) +* networkx (BSD) +* six>=1.9 (MIT) +* ryu (Apache 2.0) +* oslo.config (Apache 2.0) +* pytest (MIT) +* pytest-runner (MIT) +* Flask (BSD) +* flask_restful (BSD) +* requests (Apache 2.0) +* docker-py (Apache 2.0) + +### 3rd-party code used +* (none) ### Project structure