Metadata-Version: 2.4
Name: winxp-activation
Version: 1.0.0
Summary: Windows XP Product Activation Library
Home-page: https://github.com/akanedev/winxp-activation
Author: AkaneDev
Author-email: akane@akanedev.au
License: MIT
Project-URL: Bug Reports, https://github.com/akanedev/winxp-activation/issues
Project-URL: Source, https://github.com/akanedev/winxp-activation
Keywords: windows xp activation product key confirmation id
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# Windows XP Activation Library

A Python library for generating and verifying Windows XP product activation confirmation IDs.

## Installation

```bash
# Install from source
pip install .

# Or for development
pip install -e .# winxp-activation
