Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.
```