Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilri/csv-metadata-quality-web
Easy to use, web-based version of the DSpace CSV Metadata Quality checker application.
https://github.com/ilri/csv-metadata-quality-web
csv dspace metadata
Last synced: 30 days ago
JSON representation
Easy to use, web-based version of the DSpace CSV Metadata Quality checker application.
- Host: GitHub
- URL: https://github.com/ilri/csv-metadata-quality-web
- Owner: ilri
- License: gpl-3.0
- Created: 2021-03-14T10:35:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-23T12:40:05.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T10:41:34.005Z (3 months ago)
- Topics: csv, dspace, metadata
- Language: HTML
- Homepage:
- Size: 743 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Online DSpace CSV Metadata Quality Checker
![]()
## Usage
Create a Python 3.9+ virtual environment and install the dependencies:$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt## Running Locally
$ gunicorn csv_metadata_quality_web.main
And then visit http://localhost:8000/ in your browser.
## License
This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).The license allows you to use and modify the work for personal and commercial purposes, but if you distribute the work you must provide users with a means to access the source code for the version you are distributing. Read more about the [GPLv3 at TL;DR Legal](https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)).