https://github.com/clarin-eric/spf_saml_metadata_processor
Collects, filters, splits/aggregates, SAML metadata about CLARIN SPF SPs across identity federations to assess its current state. Results are shown by the Centre Registry.
https://github.com/clarin-eric/spf_saml_metadata_processor
Last synced: 5 months ago
JSON representation
Collects, filters, splits/aggregates, SAML metadata about CLARIN SPF SPs across identity federations to assess its current state. Results are shown by the Centre Registry.
- Host: GitHub
- URL: https://github.com/clarin-eric/spf_saml_metadata_processor
- Owner: clarin-eric
- Created: 2015-08-26T13:19:12.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T09:21:19.000Z (over 4 years ago)
- Last Synced: 2025-09-10T03:14:45.528Z (9 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
Collects, filters, splits/aggregates, SAML metadata about CLARIN SPF SPs across identity federations to assess its
current state. Results are shown by the Centre Registry.
This program is used from the command line. A fork of this codebase is available to the repository owner, with
improvements (large-scale refactoring and systemd integration).
== Requirements
This software was tested with CPython 3.4 only. Most code has been deliberately kept CPython 3.2-compatible because of
past deployment environment limitations.
== To install
Use the standard setuptools installation routine on `setup.py`. To build a source distribution, necessary when this software is a dependency of some sort, issue:
[source,Sh]
----
python setup.py sdist
---
== To run
For instance:
[source,Sh]
----
python3 -m 'SPF_SAML_metadata_processor' \
-base_dir_path '/tmp/sps_at_identity_federations/' \
-commands download_all_saml_md_from_id_feds \
split_id_fed_saml_md_batches_and_diff_entities
----