Metadata-Version: 1.2
Name: switchyard
Version: 2017.1.16
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/
Download-URL: http://cs.colgate.edu/~jsommers/downloads/switchyard-2017.01.16.tar.gz
Description: 
        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://cs.colgate.edu/~jsommers/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/.
        
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
