mirror of
https://github.com/vinta/awesome-python.git
synced 2025-02-17 13:58:06 +00:00
add Network Virtualization and SDN section
This commit is contained in:
parent
9cb48becb7
commit
2f378376d1
28
README.md
28
README.md
|
@ -71,9 +71,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
- [Job Scheduler](#job-scheduler)
|
- [Job Scheduler](#job-scheduler)
|
||||||
- [Foreign Function Interface](#foreign-function-interface)
|
- [Foreign Function Interface](#foreign-function-interface)
|
||||||
- [High Performance](#high-performance)
|
- [High Performance](#high-performance)
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Network Virtualization and SDN](#network-virtualization-and-sdn)
|
||||||
- [Hardware](#hardware)
|
- [Hardware](#hardware)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
- [Editor Plugins](#editor-plugins)
|
- [Editor Plugins](#editor-plugins)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Websites](#websites)
|
- [Websites](#websites)
|
||||||
|
@ -912,6 +913,15 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
|
* [Python(x,y)](https://code.google.com/p/pythonxy/) - Scientific-applications-oriented Python Distribution based on Qt and Spyder.
|
||||||
* [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).
|
* [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).
|
||||||
|
|
||||||
|
## Network Virtualization and SDN
|
||||||
|
|
||||||
|
*Tools and libraries for Virtual Networking and SDN (Software Defined Networking).*
|
||||||
|
|
||||||
|
* [Mininet](http://mininet.org/) - A popular network emulator and API written in Python.
|
||||||
|
* [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.
|
||||||
|
* [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.
|
||||||
|
* [SDX Platform](https://github.com/sdn-ixp/internet2award) - SDN based IXP implementation that leverages Mininet, POX and Pyretic.
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
|
||||||
*Libraries for programming with hardware.*
|
*Libraries for programming with hardware.*
|
||||||
|
@ -919,12 +929,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
||||||
* [wifi](https://wifi.readthedocs.org/) - A Python library and command line tool for working with WiFi on Linux.
|
* [wifi](https://wifi.readthedocs.org/) - A Python library and command line tool for working with WiFi on Linux.
|
||||||
* [scapy](http://www.secdev.org/projects/scapy/) - A brilliant packet manipulation library.
|
* [scapy](http://www.secdev.org/projects/scapy/) - A brilliant packet manipulation library.
|
||||||
|
|
||||||
## Network Virtualization and SDN
|
|
||||||
* [Mininet](http://mininet.org/) - A popular network emulator and API written in Python.
|
|
||||||
* [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.
|
|
||||||
* [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.
|
|
||||||
* [SDX Platform](https://github.com/sdn-ixp/internet2award) - SDN based IXP implementation that leverages Mininet, POX and Pyretic.
|
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|
||||||
*Useful libraries or tools that don't fit in the categories above.*
|
*Useful libraries or tools that don't fit in the categories above.*
|
||||||
|
@ -995,14 +999,6 @@ List of lists.
|
||||||
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
|
* [awesome-awesomeness](https://github.com/bayandin/awesome-awesomeness)
|
||||||
* [lists](https://github.com/jnv/lists)
|
* [lists](https://github.com/jnv/lists)
|
||||||
|
|
||||||
# Contributing
|
# [Contributing](https://github.com/vinta/awesome-python/blob/master/CONTRIBUTING.md)
|
||||||
|
|
||||||
Your contributions are always welcome!
|
Your contributions are always welcome!
|
||||||
|
|
||||||
## Guidelines
|
|
||||||
|
|
||||||
* Add section if needed
|
|
||||||
* Add section description
|
|
||||||
* Add section title to Table of contents
|
|
||||||
* Add your links: `* [project-name](http://example.com/) - A short descripttion ends with a dot.`
|
|
||||||
* Send a Pull Request
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user