Validation Package test-py

Language: Python

validation; my-package; thing

v0.0.2 released on 12/04/2025

by John Doe; Jane Doe

212 Downloads

this package is here for testing python support.


Install with arc-validate

 arc-validate package install test-py --version 0.0.2

Include in a PLANTDataHUB CQC pipeline

validation_packages:
  - name: test-py
    version: 0.0.2

Description

this package is here for testing python support.


Release notes

Add uv inline deps


Browse code for v0.0.2 (python)
PACKAGE_METADATA = """
---
Name: test-py
MajorVersion: 0
MinorVersion: 0
PatchVersion: 2
Publish: true
Summary: this package is here for testing python support.
Description: this package is here for testing python support.
Authors:
  - FullName: John Doe
    Email: j@d.com
    Affiliation: University of Nowhere
    AffiliationLink: https://nowhere.edu
  - FullName: Jane Doe
    Email: jj@d.com
    Affiliation: University of Somewhere
    AffiliationLink: https://somewhere.edu
Tags:
  - Name: validation
  - Name: my-package
  - Name: thing
ReleaseNotes: Add uv inline deps
CQCHookEndpoint: https://avpr.nfdi4plants.org/log-hooks
---
"""

# /// script
# dependencies = [
#   "requests"
# ]
# ///

print("If you can read this in your console, you are executing test-py package v0.0.2!")

Available versions
Version Released on
0.0.2 12/04/2025
0.0.1 12/04/2025