You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-16
Original file line number
Diff line number
Diff line change
@@ -71,9 +71,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
71
71
-[Job Scheduler](#job-scheduler)
72
72
-[Foreign Function Interface](#foreign-function-interface)
73
73
-[High Performance](#high-performance)
74
-
-[Algorithms and Design Patterns](#algorithms-and-design-patterns)
74
+
-[Network Virtualization and SDN](#network-virtualization-and-sdn)
75
75
-[Hardware](#hardware)
76
76
-[Miscellaneous](#miscellaneous)
77
+
-[Algorithms and Design Patterns](#algorithms-and-design-patterns)
77
78
-[Editor Plugins](#editor-plugins)
78
79
-[Resources](#resources)
79
80
-[Websites](#websites)
@@ -912,19 +913,22 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
912
913
*[Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
913
914
*[spyder](https://code.google.com/p/spyderlib/) - IDE for the Python language with advanced editing, interactive testing, debugging and introspection features (also comes with Anaconda).
914
915
915
-
## Hardware
916
-
917
-
*Libraries for programming with hardware.*
916
+
## Network Virtualization and SDN
918
917
919
-
*[wifi](https://wifi.readthedocs.org/) - A Python library and command line tool for working with WiFi on Linux.
920
-
*[scapy](http://www.secdev.org/projects/scapy/) - A brilliant packet manipulation library.
918
+
*Tools and libraries for Virtual Networking and SDN (Software Defined Networking).*
921
919
922
-
## Network Virtualization and SDN
923
920
*[Mininet](http://mininet.org/) - A popular network emulator and API written in Python.
924
921
*[POX](http://www.noxrepo.org/pox/about-pox/) - An open source development platform for Python-based Software Defined Networking (SDN) control applications, such as OpenFlow SDN controllers.
925
922
*[Pyretic](http://frenetic-lang.org/pyretic/) - A member of the Frenetic family of SDN programming languages that provides powerful abstractions over network switches or emulators.
926
923
*[SDX Platform](https://github.com/sdn-ixp/internet2award) - SDN based IXP implementation that leverages Mininet, POX and Pyretic.
927
924
925
+
## Hardware
926
+
927
+
*Libraries for programming with hardware.*
928
+
929
+
*[wifi](https://wifi.readthedocs.org/) - A Python library and command line tool for working with WiFi on Linux.
930
+
*[scapy](http://www.secdev.org/projects/scapy/) - A brilliant packet manipulation library.
931
+
928
932
## Miscellaneous
929
933
930
934
*Useful libraries or tools that don't fit in the categories above.*
0 commit comments