Skip to content

Commit

Permalink
Merge pull request #269 from sk2/thesis16
Browse files Browse the repository at this point in the history
Python3
  • Loading branch information
sk2 authored Apr 28, 2021
2 parents 71eebfe + e5b390c commit e35e6ca
Show file tree
Hide file tree
Showing 187 changed files with 231 additions and 71,567 deletions.
6 changes: 0 additions & 6 deletions .bumpversion.cfg

This file was deleted.

115 changes: 3 additions & 112 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,117 +1,8 @@

.DS_Store
build/*

*.swp

rendered/*
versions/*

*.pyc

doc/build

*.graphml

*.gz

*.log

autonetkit.log.*
autonetkit.cfg

erl_crash.dump

autonetkit_v3.egg-info/*

test.xml
output.xml

dist/*

diff.json

*.virl

*.pickle
*.gml

autonetkit.egg-info/*

example/rendered/*
build/lib/autonetkit/__init__.py
autonetkit/example/rendered/*
example/rendered/*

cache/*

test.*
*.graphml*

.coverage
htmlcov/*
.tox/*
*.sublime-project

*.sublime-workspace

tests/small_internet/rendered/*
tests/diff/rendered/*
tests/rendered/*
tests/deploy/rendered/*

.coverage.gw0

example/build.py

example/compile.py

example/diff.py

example/replay_measurement.py

example/console_script.py

icon.graffle

rsync.sh

icon.pdf

cleanup_nren.py

run_tests.sh

*.yaml

.ipynb_checkpoints/Untitled0-checkpoint.ipynb

Untitled0.ipynb

example/.ipynb_checkpoints/Extending AutoNetkit-checkpoint.ipynb

example/.ipynb_checkpoints/Extending AutoNetkit-checkpoint.ipynb

example/router.mako

example/topology.mako


pycallgraph2.png

pycallgraph.png

*.conf

example.json
tests/multi.json

docs/_build/*

tox.ini

cover/*
docs/html/*
setup_tornado4.py

multi.json
/autonetkit/tests/output/
/autonetkit/output/
/autonetkit/tutorial/output/
2 changes: 1 addition & 1 deletion LICENCE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2015 AutoNetkit authors
Copyright (c) 2012-2021 AutoNetkit authors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
7 changes: 3 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include autonetkit/templates/*.mako
recursive-include autonetkit/templates/quagga *
recursive-include autonetkit/templates/linux *
include autonetkit/config/configspec.cfg
recursive-include autonetkit/render/templates/*
recursive-include autonetkit/webserver/static/*
recursive-include autonetkit/webserver/templates/*
Loading

0 comments on commit e35e6ca

Please sign in to comment.