Metadata-Version: 2.4
Name: qranalyze
Version: 0.1.0
Summary: A QR code analysis and utility package
Author-email: Bradley Neild <bradleyneild@tfss.dev>
License: MIT
Project-URL: Homepage, https://github.com/BradleyNeild/qranalyze
Project-URL: Bug Tracker, https://github.com/BradleyNeild/qranalyze/issues
Keywords: qr,qrcode,analysis,utility
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# QRAnalyze

A Python package for QR code analysis and utilities.

## Installation

```bash
pip install qranalyze
```

## Usage

```python
import qranalyze

# Package functionality will be added in future versions
print(qranalyze.__version__)
```

## Features

This package is currently in development. Future features will include:

- QR code generation
- QR code analysis
- QR code validation
- QR code metadata extraction

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the MIT License - see the LICENSE file for details. 
