Metadata-Version: 2.4
Name: ranperf
Version: 0.1.0
Summary: Placeholder package reserving the RANPerf name on PyPI.
Keywords: ranperf,ran,placeholder
Author: Joao Morais
Author-email: Joao Morais <jmoraispk@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Project-URL: Homepage, https://pypi.org/project/ranperf/
Description-Content-Type: text/markdown

# RANPerf

**Placeholder.** This package reserves the `ranperf` name on PyPI. It contains no
functionality yet.

## Install

```bash
pip install ranperf
```

## Usage

```python
import ranperf

ranperf.__version__  # "0.1.0"
```

## Status

Version 0.1.0 is a name reservation. Real functionality will land in a future release.

## License

MIT
