Skip to content

Commit 2f37837

Browse files
committed
add Network Virtualization and SDN section
1 parent 9cb48be commit 2f37837

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

README.md

+12-16
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
7171
- [Job Scheduler](#job-scheduler)
7272
- [Foreign Function Interface](#foreign-function-interface)
7373
- [High Performance](#high-performance)
74-
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
74+
- [Network Virtualization and SDN](#network-virtualization-and-sdn)
7575
- [Hardware](#hardware)
7676
- [Miscellaneous](#miscellaneous)
77+
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
7778
- [Editor Plugins](#editor-plugins)
7879
- [Resources](#resources)
7980
- [Websites](#websites)
@@ -912,19 +913,22 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
912913
* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
913914
* [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).
914915

915-
## Hardware
916-
917-
*Libraries for programming with hardware.*
916+
## Network Virtualization and SDN
918917

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).*
921919

922-
## Network Virtualization and SDN
923920
* [Mininet](http://mininet.org/) - A popular network emulator and API written in Python.
924921
* [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.
925922
* [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.
926923
* [SDX Platform](https://github.com/sdn-ixp/internet2award) - SDN based IXP implementation that leverages Mininet, POX and Pyretic.
927924

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+
928932
## Miscellaneous
929933

930934
*Useful libraries or tools that don't fit in the categories above.*
@@ -995,14 +999,6 @@ List of lists.
995999
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
9961000
* [lists](https://github.com/jnv/lists)
9971001

998-
# Contributing
1002+
# [Contributing](https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md)
9991003

10001004
Your contributions are always welcome!
1001-
1002-
## Guidelines
1003-
1004-
* Add section if needed
1005-
* Add section description
1006-
* Add section title to Table of contents
1007-
* Add your links: `* [project-name](http://example.com/) - A short descripttion ends with a dot.`
1008-
* Send a Pull Request

0 commit comments

Comments
 (0)