Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-eic-rucio-policy-package: new package #694

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

New package for py-eic-rucio-policy-package.

12:31:15 wdconinc@menelaos ~/git $ spack load py-eic-rucio-policy-package
12:32:15 wdconinc@menelaos ~/git $ python
Python 3.11.9 (main, Nov 27 2024, 02:41:10) [GCC 14.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from eic_rucio_policy_package import schema
>>> schema.ACCOUNTS
{'description': 'Array of accounts', 'type': 'array', 'items': {'description': 'Account name', 'type': 'string', 'maxLength': 25, 'pattern': '^[a-zA-Z0-9-_]+$'}, 'minItems': 0, 'maxItems': 1000}
>>> 
12:33:06 wdconinc@menelaos ~/git $ spack edit py-eic-rucio-policy-package

@wdconinc wdconinc merged commit 6614624 into develop Dec 17, 2024
2 checks passed
@wdconinc wdconinc deleted the py-eic-rucio-policy-package branch December 17, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant