Metadata-Version: 2.4
Name: dism
Version: 3.0.0
Summary: Easily use Microsoft's DISM Command-Line Interface in Python.
Project-URL: Homepage, https://github.com/samuellouf/DISM
Project-URL: Issues, https://github.com/samuellouf/DISM/issues
Author: SamuelLouf
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Microsoft :: Windows :: Windows 11
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System
Classifier: Topic :: System :: Boot
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Operating System
Requires-Python: >=3
Description-Content-Type: text/markdown

# "DISM" (v3.0.0) Module in Python
## Easily use Microsoft's DISM Command-Line Interface in Python.
This Python module provides an interface for interacting with the Deployment Imaging Service and Management Tool (DISM). It allows you to manage and service Windows images, drivers, packages, and system health using DISM commands through Python scripts.

> [!NOTE]
> I'm working on the wiki.

## Features
 - Capture and Apply Windows images
 - Mount and unmount Windows images
 - Get infos about Windows images
 - Add and remove drivers and packages
 - Enable and disable Windows features
 - Check, scan and restore system health
 - Get info and enable/disable features

## Installation

To install this module, you can use pip:

```sh
pip install dism
```

## Requirements
 - Python 3.0 or higher
 - Windows operating system with DISM available

## Usage & Command Reference
See in [wiki](https://github.com/samuellouf/DISM).

## License
This project is licensed under the MIT License. See the LICENSE file for details.

## Contributing
Contributions are welcome! Please submit a pull request or open an issue to discuss any changes.
