Metadata-Version: 2.4
Name: atlaz
Version: 10.0.0
Summary: A minimal Python library placeholder
Author-email: Rasmus Bjersing <rasmus.bjersing@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/tabasco73/atlaz_minimal
Project-URL: Repository, https://github.com/tabasco73/atlaz_minimal
Project-URL: Issues, https://github.com/tabasco73/atlaz_minimal/issues
Keywords: placeholder,library
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.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

# atlaz

A minimal Python library placeholder to claim the `atlaz` PyPI name.

## Installation

```bash
pip install atlaz
```

## Usage

```python
import atlaz

print(atlaz.hello())
```

## Development

This is a placeholder package. Future functionality will be added as needed.

## License

MIT License
