Metadata-Version: 1.1
Name: Swoop
Version: 0.2.1rc1
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>`_. 
              
Platform: UNKNOWN
Requires: lxml (>=3.4.2)
Requires: Jinja2 (>=2.7.3)
Requires: Sphinx (>=1.3.1)
