Metadata-Version: 2.4
Name: pcbutils
Version: 0.3.0
Summary: Tools for creating PCB patterns
Author-email: Smoren <ofigate@gmail.com>
License: MIT
Project-URL: Documentation, https://github.com/Smoren/pcbutils-pypi
Project-URL: Bug Reports, https://github.com/Smoren/pcbutils-pypi/issues
Project-URL: Source Code, https://github.com/Smoren/pcbutils-pypi
Keywords: pcb,design,electronics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pillow>=9.0.0
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Dynamic: license-file

# PcbUtils - Python Repository Pattern Implementation

[![PyPI package](https://img.shields.io/badge/pip%20install-pcbutils-brightgreen)](https://pypi.org/project/pcbutils/)
[![version number](https://img.shields.io/pypi/v/pcbutils?color=green&label=version)](https://github.com/Smoren/pcbutils-pypi/releases)
[![Coverage Status](https://coveralls.io/repos/github/Smoren/pcbutils-pypi/badge.svg?branch=master)](https://coveralls.io/github/Smoren/pcbutils-pypi?branch=master)
[![PyPI Downloads](https://static.pepy.tech/badge/pcbutils)](https://pepy.tech/projects/pcbutils)
[![Actions Status](https://github.com/Smoren/pcbutils-pypi/workflows/Test/badge.svg)](https://github.com/Smoren/pcbutils-pypi/actions)
[![License](https://img.shields.io/github/license/Smoren/pcbutils-pypi)](https://github.com/Smoren/pcbutils-pypi/blob/master/LICENSE)

The `PcbUtils` library.

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.
