Metadata-Version: 2.4
Name: veildata
Version: 0.0.1
Summary: Minimal placeholder package to reserve the name on PyPI
Author: Eric
License: MIT
Project-URL: Homepage, https://pypi.org/project/veildata/
Keywords: veildata
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

 # veildata

 Minimal placeholder package to reserve the name on PyPI.

 Install:

 ```bash
 pip install veildata
 ```

 Usage:

 ```python
 import veildata
 print(veildata.__version__)
 ```

