https://github.com/nvsl/swoop
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nvsl/swoop
- Owner: NVSL
- License: other
- Created: 2015-11-07T01:53:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T04:15:37.000Z (over 3 years ago)
- Last Synced: 2023-10-20T22:08:43.527Z (over 1 year ago)
- Language: Python
- Size: 6.61 MB
- Stars: 8
- Watchers: 15
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Swoop -- Read and Write Autodesk Eagle Files in Python
[](https://travis-ci.org/NVSL/Swoop)
Swoop is a library of Python objects for representing and manipulating
Autodesk 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.Documentation is available here: http://nvsl.ucsd.edu/Swoop