Metadata-Version: 2.1
Name: fixed-vhd-writer
Version: 0.0.5
Summary: Fixed VHD writer.
Home-page: https://github.com/fujiawei-dev/fixed-vhd-writer
Author: Rustle Karl
Author-email: fu.jiawei@outlook.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

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


