Metadata-Version: 2.1
Name: ViteRegistry
Version: 1.0.0
Summary: A free Python module to help you control your windows registry
Author: Vite License
Author-email: admin@vitelicense.io
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: setuptools

# Vite Registry Python

A free Python module to help you control your Windows registry

## Use Cases

- CRUD your registry

## Features

- Easy to control your registry with a few lines of coding

## Requirements

- **Python**: 2.x or 3.x or higher

## Quick Start

If you prefer to install this package into your own Python project, please follow the installation steps below

## Installation

#### Require the current package using pip:

```bash
pip install viteregistry
```

## Testing

``` python
from ViteRegistry import *

result = read_registry('HKEY_LOCAL_MACHINE', "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\DefaultProductKey", "ProductId")
print('Product ID: ', )
```

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email contact@adminvitelicense.io or use the issue tracker.

## Credits

- [Funny Dev., JSC](https://github.com/funnydevjsc)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
