Metadata-Version: 2.4
Name: torii-boards
Version: 0.8.1
Summary: Supplementary FPGA Board Files for Torii
Author: Torii Contributors
Author-email: Aki Van Ness <aki@lethalbit.net>, Rachel Mant <git@dragonmux.network>
License-Expression: BSD-2-Clause
Project-URL: source, https://github.com/shrine-maiden-heavy-industries/torii-boards
Project-URL: issues, https://github.com/shrine-maiden-heavy-industries/torii-boards/issues
Project-URL: documentation, https://torii-boards.shmdn.link
Project-URL: changelog, https://torii-boards.shmdn.link/changelog.html
Keywords: Torii,HDL,FPGA
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Embedded Systems
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: LICENSE.docs
Requires-Dist: torii<1.0,>=0.8.0
Provides-Extra: dev
Requires-Dist: nox; extra == "dev"
Dynamic: license-file

# Torii-HDL Board Definitions

This package contains a collection of board definitions for [Torii], primarily FPGA evaluation boards, but other board files are also planned and welcome to help expand the ecosystem.

## Community

The two primary community spots for Torii and by extension Torii Boards are the `#torii` IRC channel on [libera.chat] (`irc.libera.chat:6697`) which you can join via your favorite IRC client or the [web chat], and the [discussion forum] on GitHub.

Please do join and share your projects using Torii, ask questions, get help with problems, or discuss development.

## License

Torii Boards is released under the [BSD-2-Clause], the full text of which can be found in the [`LICENSE`] file in the root of the [git repository].

The Torii Boards documentation is dual licensed under the [BSD-2-Clause] for all past contributions and the [CC-BY-SA 4.0] for all new and future contributions. The full text of the [CC-BY-SA 4.0] can be found in the [`LICENSE.docs`] file in the root of the [git repository].

[Torii]: https://github.com/shrine-maiden-heavy-industries/torii-hdl
[libera.chat]: https://libera.chat/
[web chat]: https://web.libera.chat/#torii
[discussion forum]: https://github.com/shrine-maiden-heavy-industries/torii-boards/discussions
[BSD-2-Clause]: https://spdx.org/licenses/BSD-2-Clause.html
[`LICENSE`]: https://github.com/shrine-maiden-heavy-industries/torii-boards/blob/main/LICENSE
[CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/
[`LICENSE.docs`]: https://github.com/shrine-maiden-heavy-industries/torii-boards/blob/main/LICENSE.docs
[git repository]: https://shrine-maiden-heavy.industries/torii-boards
