Easy to use, web-based version of the DSpace CSV Metadata Quality checker application.
https://fierce-ocean-30836.herokuapp.com
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is passing
Details
npm run build |
3 months ago | |
---|---|---|
.github/workflows | 1 year ago | |
csv_metadata_quality_web | 3 months ago | |
source/scss | 3 months ago | |
static/css | 2 years ago | |
.drone.yml | 11 months ago | |
.gitignore | 2 years ago | |
LICENSE.txt | 2 years ago | |
README.md | 3 months ago | |
package-lock.json | 3 months ago | |
package.json | 3 months ago | |
poetry.lock | 3 months ago | |
pyproject.toml | 3 months ago | |
requirements-dev.txt | 3 months ago | |
requirements.txt | 3 months ago | |
screenshot.png | 1 year ago | |
setup.cfg | 2 years ago |
README.md
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.
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.