Metadata-Version: 2.1
Name: switchyard
Version: 2019.1.1
Summary: Switchyard is a framework for creating networked systems
Home-page: https://github.com/jsommers/switchyard
Author: Joel Sommers
Author-email: jsommers@colgate.edu
License: This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.  http://creativecommons.org/licenses/by-nc-sa/4.0/
Keywords: education,networked systems
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Education
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Networking
Classifier: Environment :: Console
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.4
Requires-Dist: cffi (>=1.10.0)
Requires-Dist: colorama (>=0.3.7)
Requires-Dist: networkx (>=1.11)
Requires-Dist: psutil (>=5.2.0)


Switchyard is a library and framework for creating networked systems in Python.  It is primarily intended for educational use and supports creating devices from layer 2 (Ethernet) all the way through the application layer.

Documentation is available at http://jsommers.github.io/switchyard
Documentation is written using the Python Sphinx package; doc sources are
available in the documentation directory.

The Switchyard software is distributed under terms of the GNU General Public License, version 3. 

Switchyard's documentation is distributed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License: http://creativecommons.org/licenses/by-nc-sa/4.0/.


