Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fujiawei-dev/fixed-vhd-writer
Fixed VHD writer.
https://github.com/fujiawei-dev/fixed-vhd-writer
Last synced: 12 days ago
JSON representation
Fixed VHD writer.
- Host: GitHub
- URL: https://github.com/fujiawei-dev/fixed-vhd-writer
- Owner: fujiawei-dev
- License: mit
- Created: 2022-02-05T11:11:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-06T03:48:58.000Z (almost 3 years ago)
- Last Synced: 2024-09-19T17:37:53.013Z (2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fixed VHD Writer
[![PyPI](https://img.shields.io/pypi/v/fixed-vhd-writer)](https://pypi.org/project/fixed-vhd-writer/)
[![Python Test](https://github.com/fujiawei-dev/fixed-vhd-writer/actions/workflows/python-test.yml/badge.svg)](https://github.com/fujiawei-dev/fixed-vhd-writer/actions/workflows/python-test.yml)
[![Python Publish](https://github.com/fujiawei-dev/fixed-vhd-writer/actions/workflows/python-publish.yml/badge.svg)](https://github.com/fujiawei-dev/fixed-vhd-writer/actions/workflows/python-publish.yml)## Installation
```shell
pip install -U fixed-vhd-writer
``````shell
pip install -U fixed-vhd-writer -i https://pypi.douban.com/simple
```## Usage
```shell
$ vhdwriter --help
Usage: vhdwriter [OPTIONS]Options:
-v, --vhd_file TEXT specify .vhd file to write [required]
-b, --bin_file TEXT specify .bin file to read
-o, --sector_offset INTEGER specify sector offset to write
-s, --show_geometry BOOLEAN show information about specify .vhd file
--help Show this message and exit.
```