Metadata-Version: 2.4
Name: api369
Version: 0.0.1
Summary: Name reservation package for api369 on PyPI.
License-Expression: MIT
Project-URL: Homepage, https://pypi.org/project/api369/
Keywords: api369,placeholder,name-reservation
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# api369

Reserved name on PyPI.

This project **currently reserves the distribution name `api369`**. It contains no
functional API yet. The name is being held for a future release; until then the
package intentionally does very little.

## Install

```bash
pip install api369
```

## Usage

```python
import api369

print(api369.__version__)
```

## Status

- Version `0.0.1` — placeholder only.
- Real functionality, if any, will be published under later versions.

## License

MIT — see [LICENSE](LICENSE).
