Easy to use, web-based version of the DSpace CSV Metadata Quality checker application.
https://fierce-ocean-30836.herokuapp.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.github/workflows | 5 months ago | |
csv_metadata_quality_web | 7 months ago | |
source/scss | 7 months ago | |
static/css | 1 year ago | |
.drone.yml | 5 months ago | |
.gitignore | 1 year ago | |
LICENSE.txt | 1 year ago | |
Procfile | 1 year ago | |
README.md | 5 months ago | |
package-lock.json | 7 months ago | |
package.json | 7 months ago | |
poetry.lock | 5 months ago | |
pyproject.toml | 5 months ago | |
requirements-dev.txt | 5 months ago | |
requirements.txt | 5 months ago | |
runtime.txt | 5 months ago | |
screenshot.png | 5 months ago | |
setup.cfg | 1 year ago |
README.md
Online DSpace CSV Metadata Quality Checker
You can try the hosted version or host it yourself (see below).
Usage
Create a Python 3.8+ 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.
Deploying to Heroku
Install the heroku command line tools, add a heroku git remote, and push:
$ git push heroku
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.