Metadata-Version: 2.1
Name: Swoop
Version: 0.6.4
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
Keywords: PCB Eagle CAD printed circuit boards schematic electronics CadSoft
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: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: System
Classifier: Topic :: System :: Hardware
Requires-Dist: lxml (==3.6.2)
Requires-Dist: Sphinx (>=1.3.1)
Requires-Dist: Jinja2 (>=2.7.3)
Requires-Dist: shapely (>=1.5.13)

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>`_.



