Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fritzing/fritzing-parts
Electronic components for use in the Fritzing app (aka the parts library)
https://github.com/fritzing/fritzing-parts
fritzing-parts
Last synced: 9 days ago
JSON representation
Electronic components for use in the Fritzing app (aka the parts library)
- Host: GitHub
- URL: https://github.com/fritzing/fritzing-parts
- Owner: fritzing
- License: other
- Created: 2014-09-10T19:29:10.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-26T10:32:21.000Z (4 months ago)
- Last Synced: 2024-08-02T14:10:24.289Z (3 months ago)
- Topics: fritzing-parts
- Language: Python
- Homepage: http://fritzing.org/parts
- Size: 138 MB
- Stars: 499
- Watchers: 50
- Forks: 358
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![Actions Status](https://github.com/fritzing/fritzing-parts/workflows/check-all-parts/badge.svg?branch=master)](https://github.com/fritzing/fritzing-parts/actions)
*master*
[![Actions Status](https://github.com/fritzing/fritzing-parts/workflows/check-all-parts/badge.svg?branch=develop)](https://github.com/fritzing/fritzing-parts/actions)
*develop*This repository contains all part definitions that are shipped with the [fritzing app](https://github.com/fritzing/fritzing-app). Every fritzing installation contains a clone of this repository and is continuously updated through github, so take great care when making changes.
Parts are composed of meta-data (.fzp) and related graphics (.svg). Read more on the [part folder structure and file format](https://github.com/fritzing/fritzing-app/wiki/2.1-Part-file-format).
## Contributing parts
See the [contribution guidelines](https://github.com/fritzing/fritzing-parts/blob/master/CONTRIBUTING.md) on how to contribute directly to this repository. If this seems too complex, you may alternatively share your part in the [fritzing forum](http://forum.fritzing.org/c/parts-submit).
### Pull Requests
Because a master-pull request results in a parts-update for all fritzing users, there is a develop branch. This branch is for new parts, testing and quality management. Please commit your pull-requests to this branch, so the master branch is clean and ready to use for all fritzing users. The develop branch gets merged from time to time after the QA is done.
## Creating parts
Learn [how to create custom parts](http://fritzing.org/learning/tutorials/creating-custom-parts/)