Validation Package test-py

Language: Python

validation; my-package; thing

v0.0.1 released on 12/04/2025

by John Doe; Jane Doe

49 Downloads

this package is here for testing python support.


Install with arc-validate

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

Include in a PLANTDataHUB CQC pipeline

validation_packages:
  - name: test-py
    version: 0.0.1

Description

this package is here for testing python support.


Release notes

We now support python packages!


Browse code for v0.0.1 (python)
"""
---
Name: test-py
MajorVersion: 0
MinorVersion: 0
PatchVersion: 1
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: We now support python packages!
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.1!")

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