https://github.com/maastrichtu-ids/fair-test
☑️ A library to build and deploy FAIR metrics tests APIs that can be used by FAIR evaluation services supporting the FAIRMetrics specifications, such as FAIR enough and the FAIR evaluator.
https://github.com/maastrichtu-ids/fair-test
fair-data fair-principles testing-library
Last synced: about 1 year ago
JSON representation
☑️ A library to build and deploy FAIR metrics tests APIs that can be used by FAIR evaluation services supporting the FAIRMetrics specifications, such as FAIR enough and the FAIR evaluator.
- Host: GitHub
- URL: https://github.com/maastrichtu-ids/fair-test
- Owner: MaastrichtU-IDS
- License: mit
- Created: 2022-02-14T10:05:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T15:44:13.000Z (over 2 years ago)
- Last Synced: 2025-03-24T14:04:19.283Z (over 1 year ago)
- Topics: fair-data, fair-principles, testing-library
- Language: Python
- Homepage: https://maastrichtu-ids.github.io/fair-test
- Size: 1.98 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.md
- License: LICENSE.txt
- Citation: CITATION.cff
Awesome Lists containing this project
README
# ☑️ FAIR Test
[](https://pypi.org/project/fair-test) [](https://pypi.org/project/fair-test) [](https://github.com/MaastrichtU-IDS/fair-test/blob/main/LICENSE)
[](https://github.com/MaastrichtU-IDS/fair-test/actions/workflows/publish.yml) [](https://github.com/MaastrichtU-IDS/fair-test/actions/workflows/test.yml) [](https://sonarcloud.io/dashboard?id=MaastrichtU-IDS_fair-test)
`fair-test` is a library to build and deploy [FAIR](https://www.go-fair.org/fair-principles/) metrics tests APIs, supporting the specifications used by the [FAIR Metrics Working Group](https://github.com/FAIRMetrics/Metrics), that can be queried to assess if a resource is complying with the [FAIR principles](https://www.go-fair.org/fair-principles/) (Findable, Accessible, Interoperable, Reusable).
It aims to enable python developers to easily write, and deploy FAIR metric tests functions that can be queried by various FAIR evaluations services, such as [FAIR enough](https://fair-enough.semanticscience.org/) and the [FAIRsharing FAIR Evaluator](https://fairsharing.github.io/FAIR-Evaluator-FrontEnd/).
## 📖 Documentation
Visit the `fair-test` documentation website for more details on how to use the library to publish new FAIR tests: [**https://maastrichtu-ids.github.io/fair-test**](https://maastrichtu-ids.github.io/fair-test)
## 🧑💻 Contribute
If you wish to contribute to the `fair-test` library, checkout the [Contribute page](https://maastrichtu-ids.github.io/fair-test/contributing/) in the documentation to get started.