pinout icon indicating copy to clipboard operation
pinout copied to clipboard

An open source Python package that generates hardware pinout diagrams as SVG images.

Results 10 pinout issues
Sort by recently updated
recently updated
newest added

Enable users to input dimensions in physical units. Might be desirable because aspects of the diagram are intrinsically measured in physical/defined scales: PCBs are created according to physical dimensions Diagrams...

enhancement

Add a method to get started quickly on a project as an alternative to the quick_start files (which are more oriented as a tutorial of the basics). Focus on 'best...

enhancement

Use component is missing from the docs - add it in.

documentation

Legend docs are lacking clarity and need rewrite.

documentation

ClipPath documentation is not clear, needs rewriting.

documentation

title block content is an obvious source of content that might be useful in a pinout diagram - Providing access to the title block will remove need for doubling up...

enhancement

Create a pinout template example that can be used for similar boards. Use the Tomu family as an example.: [https://tomu.im/](https://tomu.im/) Project goals: + Source data from spreadsheet(s) + Maximise automation

documentation

I'm attempting to find and ideal way to document differential pair pins with _pinout_. If you have experience with them and opinions on how you would like to see them...

I would like to contribute by building a GitHub actions based CI to publish to PyPI on release tags. As a pre-requisite for this to ensure code quality and stability...

To improve consistency and readbility with external contributions let us add - A [contributors file](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors) - Add some combination of linting and code-quality analysis via CI - Start working on...