Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shred/zxspectrum-bom
ZX Spectrum 48K Issue 3B Bill of Materials
https://github.com/shred/zxspectrum-bom
bill-of-materials replica sinclair-hardware zx-spectrum zxspectrum
Last synced: about 2 months ago
JSON representation
ZX Spectrum 48K Issue 3B Bill of Materials
- Host: GitHub
- URL: https://github.com/shred/zxspectrum-bom
- Owner: shred
- License: gpl-3.0
- Created: 2022-12-09T13:34:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T13:05:17.000Z (8 months ago)
- Last Synced: 2024-07-30T21:10:26.751Z (5 months ago)
- Topics: bill-of-materials, replica, sinclair-hardware, zx-spectrum, zxspectrum
- Language: Python
- Homepage: https://shred.github.io/zxspectrum-bom/
- Size: 188 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ZX Spectrum 48K Bill of Material
This project contains the Bill of Material for building an own **ZX Spectrum 48K Issue 3B** mainboard.
## Contribute
This list is meant to be a community work. Our goal is to have a canonical list that people can rely on when ordering parts for building an own ZX Spectrum mainboard.
However, this list may not be free of errors. If you have found one, please [open an issue](https://github.com/shred/zxspectrum-bom/issues) or send a patch.
## Technical Background
The main file of this project is the `zxspectrum-bom.yml` file. It contains the bill of material as YAML file, so it can be easily diffed by git and read by programs.
A Python tool called `generate.py` generates the website. You can find the generated web site in the `docs` directory. The converter needs these Python packages installed on your system:
* [PyYAML](https://pypi.org/project/PyYAML/)
* [Jinja2](https://pypi.org/project/Jinja2/)
* [jinja-markdown](https://pypi.org/project/jinja-markdown/)
* [XlsxWriter](https://pypi.org/project/XlsxWriter/)## Disclaimer
This is not an official list! It was collected and reviewed by Sinclair enthusiasts.
Although we strive to make the information in this project as helpful and accurate as possible, it is provided "as is" and without warranties of any kind either expressed or implied. **Use it at your own risk!**
## License
This project is distributed under the terms of [GNU General Public License (GPLv3)](https://www.gnu.org/licenses/gpl-3.0.en.html#content).