Metadata-Version: 2.4
Name: vivy
Version: 0.1.0.dev1
Summary: A python library implementing a simple builder pattern interface
Project-URL: Homepage, https://github.com/sqrtrae/vivy
Project-URL: Repository, https://github.com/sqrtrae/vivy.git
Project-URL: Issues, https://github.com/sqrtrae/vivy/issues
Author-email: sqrtrae <sqrtrae@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: builder,descriptor,pattern
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# vivy
A python library implementing a simple builder pattern interface

> [!WARNING]
> **This package is a work in progress, and not ready for production usage.**

# Installation

You can install the latest version of `vivy` via pip:

```
pip install --pre vivy
```

(Since `vivy` is currently in development, only dev versions are available right now, so the `--pre` option must be used)
