An open API service indexing awesome lists of open source software.

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.

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
----