import des fichiers

This commit is contained in:
2023-11-13 22:08:32 -03:00
commit 8180e0b5b8
19 changed files with 689 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Metadata-Version: 1.2
Name: docker-topo
Version: 2.0.3
Summary: Docker network topology builder
Home-page: https://github.com/networkop/docker-topo
Author: Michael Kashin
Author-email: mmkashin@gmail.com
License: BSD3
Description: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.5

View File

@@ -0,0 +1,5 @@
docker_topo.egg-info/PKG-INFO
docker_topo.egg-info/SOURCES.txt
docker_topo.egg-info/dependency_links.txt
docker_topo.egg-info/requires.txt
docker_topo.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,5 @@
docker
netaddr
packaging
pyroute2==0.5.3
pyyaml

View File

@@ -0,0 +1 @@