Metadata-Version: 1.1
Name: Swoop
Version: 0.3.0a4
Summary: Swoop is a Python library for working with CadSoft Eagle files.
Home-page: http://nvsl.ucsd.edu/Swoop/
Author: NVSL, University of California San Diego
Author-email: swanson@cs.ucsd.edu
License: UNKNOWN
Description: Swoop is a library of Python objects for representing and manipulating
        Cadsoft Eagle board, schematic, and library files used in designing printed
        circuit boards (PCBs).  It parses an input Eagle file, creates a internal
        representation data structure that represents the file's contents,
        provides accessors and mutators to query, read, and modify those contents, and
        generates valid Eagle files as output.
        
        Swoop was created by the `NVSL <http://nvsl.ucsd.edu/>`_ at `UCSD
        <http://www.ucsd.edu/>`_ as part of the `Gadgetron project
        <http://nvsl.ucsd.edu/index.php?path=projects/gadget>`_.
        
        Documentation is available `here <http://nvsl.ucsd.edu/Swoop>`_.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: System
Classifier: Topic :: System :: Hardware
