Metadata-Version: 2.4
Name: pq-manager
Version: 0.1.0
Summary: This is a fake pq-manager tool to fool folks.
Author: Julien Le Jeune
License: MIT
Project-URL: Homepage, https://github.com/julien-le-jeune/pq-manager
Project-URL: Repository, https://github.com/julien-le-jeune/pq-manager
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# pq-manager

A minimal Python package.

## Installation

```bash
pip install pq-manager
```

## Usage

```python
import pq_manager

print(pq_manager.__version__)
```

## Development

```bash
pip install -e ".[dev]"
```

## License

MIT
