https://github.com/widberg/pcil
A python CLI tool used to generate a single header C++ library for getting PCI device names
https://github.com/widberg/pcil
autogenerated cpp cpp-library cpp11 lookup-table modern-cpp pci python single-header
Last synced: 8 months ago
JSON representation
A python CLI tool used to generate a single header C++ library for getting PCI device names
- Host: GitHub
- URL: https://github.com/widberg/pcil
- Owner: widberg
- License: mit
- Created: 2018-08-17T21:22:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-28T16:31:45.000Z (over 5 years ago)
- Last Synced: 2025-02-23T04:44:19.206Z (8 months ago)
- Topics: autogenerated, cpp, cpp-library, cpp11, lookup-table, modern-cpp, pci, python, single-header
- Language: C++
- Homepage:
- Size: 436 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pcil
A python CLI tool used to generate a single header C++ library for getting PCI device names.### Arguments
| Argument | Description | Example |
| --- | --- | --- |
| -i/--in | Path to file containing the ids database | pci.ids |
| -o/--out | Path to write the generated header file to | pcil.hpp |
| -q/--quiet | Suppress status messages | (no value) |
| -u/--url | URL to fetch ids database from. (Optional) | https://www.example.com/pci.ids |