gerbonara/README.md

44 wiersze
1.2 KiB
Markdown
Czysty Zwykły widok Historia

2021-05-23 11:42:45 +00:00
[![pipeline status](https://gitlab.com/gerbonara/gerbonara/badges/master/pipeline.svg)](https://gitlab.com/gerbonara/gerbonara/commits/master)
[![coverage report](https://gitlab.com/gerbonara/gerbonara/badges/master/coverage.svg)](https://gitlab.com/gerbonara/gerbonara/commits/master)
[![pypi](https://img.shields.io/pypi/v/gerbonara)](https://pypi.org/project/gerbonara/)
[![aur](https://img.shields.io/aur/version/python-gerbonara)](https://aur.archlinux.org/packages/python-gerbonara/)
# gerbonara
Tools to handle Gerber and Excellon files in Python.
This repository is a friendly fork of [phsilva's pcb-tools](https://github.com/curtacircuitos/pcb-tools) with
[extensions from opiopan](https://github.com/opiopan/pcb-tools-extension) integrated. We decided to fork pcb-tools since
we need it as a dependency for [gerbolyze](https://gitlab.com/gerbolyze/gerbolyze) and pcb-tools was sometimes very
behind on bug fixes.
2017-04-16 19:46:15 +00:00
2021-05-23 11:42:45 +00:00
# Installation
Arch Linux:
```
yay -S python-gerbonara
```
Python:
```
2022-02-06 22:57:25 +00:00
pip install --user gerbonara
2021-05-23 11:42:45 +00:00
```
2022-02-06 22:57:25 +00:00
# Documentation and Examples
2021-05-23 11:42:45 +00:00
2022-02-06 22:57:25 +00:00
Documentation can be found at:
2021-05-23 11:42:45 +00:00
2022-02-06 22:57:25 +00:00
https://gerbolyze.gitlab.io/gerbonara
2021-05-23 11:42:45 +00:00
2022-02-06 22:57:25 +00:00
# Issues
2021-05-23 11:42:45 +00:00
2022-02-06 22:57:25 +00:00
Please file any bugs at our issue tracker:
2021-05-23 11:42:45 +00:00
2022-02-06 22:57:25 +00:00
https://gitlab.com/gerbolyze/gerbonara/-/issues
2021-05-23 11:42:45 +00:00
---
Made with ❤️ and 🐍.