Metadata-Version: 2.4
Name: mvita
Version: 0.0.1
Summary: Early-stage placeholder package for the mvita project.
Author: Michael Sauer
License-Expression: MIT
Project-URL: Repository, https://github.com/michael-sauer/mvita
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Dynamic: license-file

# mvita

`mvita` is an early-stage project. This `0.0.1` release is intentionally a
minimal placeholder package while the public API and distribution structure
are being prepared.

The package currently exposes only its version:

```python
import mvita

print(mvita.__version__)
```

Private, experimental, and unfinished modules from the development repository
are not included in this release.
